Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mo/bin-wrappers'
[gitweb.git]
/
t
/
t5516-fetch-push.sh
diff --git
a/t/t5516-fetch-push.sh
b/t/t5516-fetch-push.sh
index 6889a53cf9bdea0aff88789f954ddf31d1eec010..516127b5390bafbd725564e91fb24ead224cf3a7 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
)
}