aboutsummaryrefslogtreecommitdiff
path: root/bin/post-update
blob: a45c29af136c8a4b99f552f2818ba6f2cba2f60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

cd ..
unset GIT_DIR

if [ -d ".git/annex" ]; then
  git annex sync
else
  git checkout .
fi

cd -
exec git update-server-info