summaryrefslogtreecommitdiffstats
path: root/doc/git-interface.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-interface.txt')
-rw-r--r--doc/git-interface.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-interface.txt b/doc/git-interface.txt
index 4a24eef..69c558b 100644
--- a/doc/git-interface.txt
+++ b/doc/git-interface.txt
@@ -89,7 +89,7 @@ so-called "have" lines. This is normally used to reduce traffic but it has the
opposite effect in the case of aurweb: Many essentially useless lines are
transferred to the Git client during `git push` operations.
-In order to omit these advertisements, add the strings "^refs/" and "!refs/" to
-the transfer.hideRefs configuration setting. Note that the order of these
-patterns is important ("^refs/" must come first) and that Git 2.7 or newer is
-required for them to work.
+In order to omit these advertisements, add the strings "^refs/", "!refs/" and
+"!HEAD" to the transfer.hideRefs configuration setting. Note that the order of
+these patterns is important ("^refs/" must come first) and that Git 2.7 or
+newer is required for them to work.