Merge branch 'maint'
* maint: Break down no-lstat() condition checks in verify_uptodate() t7400: fix bogus test failure with symlinked trash Documentation: clarify the invalidated tree entry format
This commit is contained in:
@ -47,8 +47,10 @@ test_expect_success 'setup - repository to add submodules to' '
|
||||
'
|
||||
|
||||
# The 'submodule add' tests need some repository to add as a submodule.
|
||||
# The trash directory is a good one as any.
|
||||
submodurl=$TRASH_DIRECTORY
|
||||
# The trash directory is a good one as any. We need to canonicalize
|
||||
# the name, though, as some tests compare it to the absolute path git
|
||||
# generates, which will expand symbolic links.
|
||||
submodurl=$(pwd -P)
|
||||
|
||||
listbranches() {
|
||||
git for-each-ref --format='%(refname)' 'refs/heads/*'
|
||||
|
Reference in New Issue
Block a user