summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-10-30 15:43:41 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-10-30 15:43:41 +0900
commit107b9bad957a0a9e3aac95460c4ddd7b903c4a1b (patch)
treef4cf24240f0a183979c1b2f807581a94dd454753 /Documentation
parentMerge branch 'rv/send-email-cc-misc-by' (diff)
parentt5410: use longer path for sample script (diff)
downloadtgif-107b9bad957a0a9e3aac95460c4ddd7b903c4a1b.tar.xz
Merge branch 'tb/filter-alternate-refs'
Test fix. * tb/filter-alternate-refs: t5410: use longer path for sample script Documentation/config.txt: fix typo in core.alternateRefsCommand
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 552827935a..09e95e9e98 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -620,7 +620,7 @@ core.alternateRefsCommand::
When advertising tips of available history from an alternate, use the shell to
execute the specified command instead of linkgit:git-for-each-ref[1]. The
first argument is the absolute path of the alternate. Output must contain one
- hex object id per line (i.e., the same as produce by `git for-each-ref
+ hex object id per line (i.e., the same as produced by `git for-each-ref
--format='%(objectname)'`).
+
Note that you cannot generally put `git for-each-ref` directly into the config