diff options
author | Cache do Fluxo <cache@fluxo.info> | 2016-01-31 22:08:24 -0200 |
---|---|---|
committer | Cache do Fluxo <cache@fluxo.info> | 2016-01-31 22:08:24 -0200 |
commit | f77be981d29de30f1bd7d55f2f2dc5324266321d (patch) | |
tree | 8ec42b260dd3aef7a314da9ba2049be09815b480 | |
parent | 82103c29ca0f94f6df43e6b81fd57fa170aa985f (diff) | |
download | cache-f77be981d29de30f1bd7d55f2f2dc5324266321d.tar.gz cache-f77be981d29de30f1bd7d55f2f2dc5324266321d.tar.bz2 |
Coding style
-rwxr-xr-x | bin/post-receive | 2 |
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 |