Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
index-pack: smarter memory usage when appending objects
[gitweb.git]
/
t
/
t5516-fetch-push.sh
diff --git
a/t/t5516-fetch-push.sh
b/t/t5516-fetch-push.sh
index 782ddb2ec7009cfb1b1c8aa42a0f8b1863e87b6a..0f04b2e8949dfec46fbc42af8347c9f3e6d302a7 100755
(executable)
--- a/
t/t5516-fetch-push.sh
+++ b/
t/t5516-fetch-push.sh
@@
-12,6
+12,7
@@
mk_empty () {
(
cd testrepo &&
git init &&
+ git config receive.denyCurrentBranch warn &&
mv .git/hooks .git/hooks-disabled
)
}