summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-09 12:32:27 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-09 12:32:27 +0200
commitf4e5ea5f571fe67995a6ae9ac96548ad08d3b2db (patch)
treed019a35abcbb7acf4eed218026802b8e69d5fff5
parentdc86f6cc82f153514ce27f3579aa6f0bb48f471a (diff)
downloadaurweb-f4e5ea5f571fe67995a6ae9ac96548ad08d3b2db.tar.xz
INSTALL: Add note on disabling non-fast-forwards
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a2a6153..50405df 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,6 +29,7 @@ Setup on Arch Linux
# cd /srv/http/aurweb/aur.git/
# git init --bare
# ln -s ../../git-interface/git-update.py hooks/update
+ # git config --local receive.denyNonFastForwards true
# chown -R aur .
7) Install the git-auth wrapper script: