Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
prune: --grace=time
[gitweb.git]
/
t
/
t5700-clone-reference.sh
diff --git
a/t/t5700-clone-reference.sh
b/t/t5700-clone-reference.sh
index dd9caad1c2a34a6721aafa1840916a5a7471ece8..ab00e8fb6a2e3ce77cace23e95fd5f6923a1a932 100755
(executable)
--- a/
t/t5700-clone-reference.sh
+++ b/
t/t5700-clone-reference.sh
@@
-22,7
+22,7
@@
echo second > file2 &&
git add file2 &&
git commit -m addition &&
git repack -a -d &&
-git prune'
+git prune
--grace=off
'
cd "$base_dir"
@@
-56,7
+56,7
@@
echo third > file3 &&
git add file3 &&
git commit -m update &&
git repack -a -d &&
-git prune'
+git prune
--grace=off
'
cd "$base_dir"