aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2022-06-26 11:29:35 +0200
committerJunio C Hamano <gitster@pobox.com>2022-06-27 08:37:36 -0700
commitfc0f8bcd64eb0a03a7098f72da9c4008bd48cf11 (patch)
tree30abc4966cba1577633166f7c9b4bc1118f56ebd /Documentation/config
parent191faaf72648c4ed080a9e38c1782bc1619a6e87 (diff)
downloadgit-fc0f8bcd64eb0a03a7098f72da9c4008bd48cf11.tar.gz
revert: config documentation fixes
43966ab315 (revert: optionally refer to commit in the "reference" format, 2022-05-26) added the documentation file config/revert.txt. Actually include it in config.txt. Make is used with a bare infinitive after the object; remove the "to". Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/revert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/revert.txt b/Documentation/config/revert.txt
index 797bfb6d62..802d6faca2 100644
--- a/Documentation/config/revert.txt
+++ b/Documentation/config/revert.txt
@@ -1,3 +1,3 @@
revert.reference::
- Setting this variable to true makes `git revert` to behave
+ Setting this variable to true makes `git revert` behave
as if the `--reference` option is given.