Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
prompt.c: remove git_getpass() nobody uses
[gitweb.git]
/
t
/
t5310-pack-bitmaps.sh
diff --git
a/t/t5310-pack-bitmaps.sh
b/t/t5310-pack-bitmaps.sh
index 2366fcffa77d3eada0254eb933596e69ba227113..6003490192880802d866ec3788facaf4dcf17147 100755
(executable)
--- a/
t/t5310-pack-bitmaps.sh
+++ b/
t/t5310-pack-bitmaps.sh
@@
-18,7
+18,7
@@
test_expect_success 'setup repo with moderate-sized history' '
git checkout master &&
blob=$(echo tagged-blob | git hash-object -w --stdin) &&
git tag tagged-blob $blob &&
- git config pack.writebitmaps true &&
+ git config
re
pack.writebitmaps true &&
git config pack.writebitmaphashcache true
'