From: Cache do Fluxo Date: Mon, 1 Feb 2016 00:08:24 +0000 (-0200) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f77be981d29de30f1bd7d55f2f2dc5324266321d;p=cache.git Coding style --- diff --git a/bin/post-receive b/bin/post-receive index be32fee..47d4f79 100755 --- a/bin/post-receive +++ b/bin/post-receive @@ -9,7 +9,7 @@ unset GIT_DIR if [ -d ".git/annex" ]; then git annex sync else - git config receive.denyCurrentBranch ignore + git config receive.denyCurrentBranch ignore git reset HEAD git checkout -f fi