Merge branch 'jc/revert-show-parent-info'

* jc/revert-show-parent-info:
  revert: config documentation fixes
This commit is contained in:
Junio C Hamano 2022-06-27 09:13:41 -07:00
Родитель 5dba4d6540 fc0f8bcd64
Коммит 49c837424a
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -495,6 +495,8 @@ include::config/repack.txt[]
include::config/rerere.txt[]
include::config/revert.txt[]
include::config/safe.txt[]
include::config/sendemail.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.