aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/post-receive (renamed from bin/post-update)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-update b/bin/post-receive
index 47d4f79a9e1..ff7cf507cd5 100755
--- a/bin/post-update
+++ b/bin/post-receive
@@ -10,7 +10,7 @@ if [ -d ".git/annex" ]; then
git annex sync
else
git config receive.denyCurrentBranch ignore
- git reset HEAD
+ #git reset HEAD
git checkout -f
fi