]> git.ipfire.org Git - thirdparty/git.git/commitdiff
revert: config documentation fixes
authorRené Scharfe <l.s.r@web.de>
Sun, 26 Jun 2022 09:29:35 +0000 (11:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2022 15:37:36 +0000 (08:37 -0700)
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>
Documentation/config.txt
Documentation/config/revert.txt

index e284b042f227f1eda81a434c022d8d33debe9cb7..e376d547ce044c4d103877f646b11cc70ad6422a 100644 (file)
@@ -495,6 +495,8 @@ include::config/repack.txt[]
 
 include::config/rerere.txt[]
 
+include::config/revert.txt[]
+
 include::config/safe.txt[]
 
 include::config/sendemail.txt[]
index 797bfb6d62654342e2025c01cfed3078964b470f..802d6faca2a8d5eabedebe5981cd6bcc94c12578 100644 (file)
@@ -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.