aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2016-01-31 22:08:24 -0200
committerCache do Fluxo <cache@fluxo.info>2016-01-31 22:08:24 -0200
commitf77be981d29de30f1bd7d55f2f2dc5324266321d (patch)
tree8ec42b260dd3aef7a314da9ba2049be09815b480
parent82103c29ca0f94f6df43e6b81fd57fa170aa985f (diff)
downloadcache-f77be981d29de30f1bd7d55f2f2dc5324266321d.tar.gz
cache-f77be981d29de30f1bd7d55f2f2dc5324266321d.tar.bz2
Coding style
-rwxr-xr-xbin/post-receive2
1 files changed, 1 insertions, 1 deletions
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