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>
maint
René Scharfe 2022-06-26 11:29:35 +02:00 committed by Junio C Hamano
parent 191faaf726
commit fc0f8bcd64
2 changed files with 3 additions and 1 deletions

View 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[]

View 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.