aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-27 09:13:41 -0700
committerJunio C Hamano <gitster@pobox.com>2022-06-27 09:13:41 -0700
commit49c837424a6152618aad42fa6d5083c6be1fa718 (patch)
tree4167098ddc2d78a35d9783bcdb8112f365fec681 /Documentation/config
parent5dba4d65403ddd428c89bedf1bc517736ece1d38 (diff)
parentfc0f8bcd64eb0a03a7098f72da9c4008bd48cf11 (diff)
downloadgit-49c837424a6152618aad42fa6d5083c6be1fa718.tar.gz
Merge branch 'jc/revert-show-parent-info'
* jc/revert-show-parent-info: revert: config documentation fixes
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.