From 9f48e9c5d098cbec5f91305019d2c491573cfd77 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 4 May 2016 09:14:10 -0300 Subject: Test deployment without git reset --- ikiwiki/bin/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive index 47d4f79..ff7cf50 100755 --- a/ikiwiki/bin/post-receive +++ b/ikiwiki/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 -- cgit v1.2.3