diff options
Diffstat (limited to 'bin/post-receive')
l---------[-rwxr-xr-x] | bin/post-receive | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/bin/post-receive b/bin/post-receive index ff7cf507cd5..f410f56620b 100755..120000 --- a/bin/post-receive +++ b/bin/post-receive @@ -1,20 +1 @@ -#!/bin/sh -# -# Post-receive git hook -# - -cd .. -unset GIT_DIR - -if [ -d ".git/annex" ]; then - git annex sync -else - git config receive.denyCurrentBranch ignore - #git reset HEAD - git checkout -f -fi - -git submodule update --init --recursive - -cd - -exec git update-server-info +../.git/annex/objects/q9/9j/SHA256E-s271--fa1b46021130b0387cae0a19086648d4b6527b8f2382de354daf1b9cca3f4ed0/SHA256E-s271--fa1b46021130b0387cae0a19086648d4b6527b8f2382de354daf1b9cca3f4ed0
\ No newline at end of file |