INSTALL: Add note on disabling non-fast-forwards

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-06-09 12:32:27 +02:00
parent dc86f6cc82
commit f4e5ea5f57

View file

@ -29,6 +29,7 @@ Setup on Arch Linux
# cd /srv/http/aurweb/aur.git/ # cd /srv/http/aurweb/aur.git/
# git init --bare # git init --bare
# ln -s ../../git-interface/git-update.py hooks/update # ln -s ../../git-interface/git-update.py hooks/update
# git config --local receive.denyNonFastForwards true
# chown -R aur . # chown -R aur .
7) Install the git-auth wrapper script: 7) Install the git-auth wrapper script: