summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-11-14 13:39:21 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2015-11-14 13:40:53 +0100
commit002d348d903c9f46e8fef453279eec5482eb43bf (patch)
tree7af48e733319d8c1ac007a4904c2efa9c54eaa94 /INSTALL
parenta114476e8134f27d2dd33b1f023535e3cc8bd094 (diff)
Describe how to omit "have" lines
A new feature in Git allows for omitting "have" lines corresponding to refs outside the current Git namespace. Explain how to enable this feature in the INSTALL instructions and in the Git interface documentation. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d68fa26..d956911 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,6 +46,8 @@ Setup on Arch Linux
# mkdir /srv/http/aurweb/aur.git/
# cd /srv/http/aurweb/aur.git/
# git init --bare
+ # git config --local transfer.hideRefs '^refs/'
+ # git config --local transfer.hideRefs '!refs/'
# ln -s ../../git-interface/git-update.py hooks/update
# chown -R aur .