[aur-dev] [PATCH 1/2] doc/git-interface: Fix configuration strings mangled by asciidoc
Eli Schwartz
eschwartz at archlinux.org
Mon Nov 13 14:49:13 UTC 2017
Double-quoted "strings" were surrounded by the <sup> tag, but what we
actually want is fenced-in `strings` to create the <code> tag.
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
doc/git-interface.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/git-interface.txt b/doc/git-interface.txt
index f940961..a029400 100644
--- a/doc/git-interface.txt
+++ b/doc/git-interface.txt
@@ -100,9 +100,9 @@ opposite effect in the case of aurweb: Most of the refs transferred to the
client during `git push` operations belong to branches of other package bases
and are essentially useless.
-In order to omit these advertisements, one can 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
+In order to omit these advertisements, one can 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.
Since garbage collection always affects all objects (from all namespaces), it
--
2.15.0
More information about the aur-dev
mailing list