Merge branch 'maint'
* maint: archive: document limitation of tar.umask config setting t3306,t5304: avoid clock skew issues git.txt: fix list continuation
This commit is contained in:
@ -20,6 +20,9 @@ test_expect_success 'setup: create a few commits with notes' '
|
||||
git add file3 &&
|
||||
test_tick &&
|
||||
git commit -m 3rd &&
|
||||
COMMIT_FILE=.git/objects/5e/e1c35e83ea47cd3cc4f8cbee0568915fbbbd29 &&
|
||||
test -f $COMMIT_FILE &&
|
||||
test-chmtime =+0 $COMMIT_FILE &&
|
||||
git notes add -m "Note #3"
|
||||
'
|
||||
|
||||
|
@ -14,7 +14,8 @@ add_blob() {
|
||||
BLOB=$(echo aleph_0 | git hash-object -w --stdin) &&
|
||||
BLOB_FILE=.git/objects/$(echo $BLOB | sed "s/^../&\//") &&
|
||||
test $((1 + $before)) = $(git count-objects | sed "s/ .*//") &&
|
||||
test -f $BLOB_FILE
|
||||
test -f $BLOB_FILE &&
|
||||
test-chmtime =+0 $BLOB_FILE
|
||||
}
|
||||
|
||||
test_expect_success setup '
|
||||
|
Reference in New Issue
Block a user