Documentation/config.txt: fix typo in core.alternateRefsCommand
In [1] Git learned about 'core.alternateRefsCommand', and with it, the accompanying documentation. However, this documentation included a typo involving the verb tense of "produced". Match the tense of the surrounding bits by correcting this typo. [1]: 89284c1d6c (transport.c: introduce core.alternateRefsCommand, 2018-10-08) Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Taylor Blau committed
Oct 22, 2018 at 18:32 UTC
be1e04c379c6e80aa7307c208503fdb2b535453d
1 file changed
+1
-1
Documentation/config.txt
+1
-1
@@ -620,7 +620,7 @@ core.alternateRefsCommand::
620
When advertising tips of available history from an alternate, use the shell to
621
execute the specified command instead of linkgit:git-for-each-ref[1]. The
622
first argument is the absolute path of the alternate. Output must contain one
623
- hex object id per line (i.e., the same as produce by `git for-each-ref
623
+ hex object id per line (i.e., the same as produced by `git for-each-ref
624
--format='%(objectname)'`).
625
+
626
Note that you cannot generally put `git for-each-ref` directly into the config