mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
a114476e81
commit
002d348d90
2 changed files with 15 additions and 0 deletions
2
INSTALL
2
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 .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue