index-pack: smarter memory usage when appending objects
[gitweb.git] / t / t5516-fetch-push.sh
index 782ddb2ec7009cfb1b1c8aa42a0f8b1863e87b6a..0f04b2e8949dfec46fbc42af8347c9f3e6d302a7 100755 (executable)
@@ -12,6 +12,7 @@ mk_empty () {
        (
                cd testrepo &&
                git init &&
+               git config receive.denyCurrentBranch warn &&
                mv .git/hooks .git/hooks-disabled
        )
 }