X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5517-push-mirror.sh;h=e2ad2605084194868fc23e23fec1636af622b47f;hb=16f20725bbcb7abbbc11e740050197b7fe8f843a;hp=ea49dedbf8867694d83cd550c8212ff107361920;hpb=00d3278c8534a8244ae3447189401111e017fd5d;p=git.git diff --git a/t/t5517-push-mirror.sh b/t/t5517-push-mirror.sh index ea49dedbf..e2ad26050 100755 --- a/t/t5517-push-mirror.sh +++ b/t/t5517-push-mirror.sh @@ -19,7 +19,8 @@ mk_repo_pair () { mkdir mirror && ( cd mirror && - git init + git init && + git config receive.denyCurrentBranch warn ) && mkdir master && (