summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-03-15 17:56:43 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2016-03-15 17:58:45 +0100
commitff36b231535e7dae67878779341b7e52137b8102 (patch)
tree8b180f93388d1f3b6b5f78992a182ea1fa5dda8f /INSTALL
parent3ec3dfb6aa7464a9220a75592d6246ac931c0ff1 (diff)
downloadaur-ff36b231535e7dae67878779341b7e52137b8102.tar.gz
aur-ff36b231535e7dae67878779341b7e52137b8102.tar.xz
Fix instructions for omitting "have" lines
In 002d348 (Describe how to omit "have" lines, 2015-11-14), we added instructions on how to omit "have" lines originating from other package repositories. Fix those instructions such that the HEAD ref of the repository is transferred properly. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index be390525..8b0cd290 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,7 +47,8 @@ Setup on Arch Linux
# cd /srv/http/aurweb/aur.git/
# git init --bare
# git config --local transfer.hideRefs '^refs/'
- # git config --local transfer.hideRefs '!refs/'
+ # git config --local --add transfer.hideRefs '!refs/'
+ # git config --local --add transfer.hideRefs '!HEAD'
# ln -s ../../git-interface/git-update.py hooks/update
# chown -R aur .