summaryrefslogtreecommitdiff
path: root/Documentation/git-revert.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-14 19:56:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-09-14 19:56:40 (GMT)
commit7a54d740451c1438b4db009bf2ebe1669c280ef8 (patch)
treef7e62497ee2ee95308c682377282dce0ab60a0b3 /Documentation/git-revert.txt
parentdd407f1c7c7cce148d7313537494d0bc049ccb0e (diff)
parent9274dea3d95365c1ed0cd5ef46a9b677ae5c478f (diff)
downloadgit-7a54d740451c1438b4db009bf2ebe1669c280ef8.zip
git-7a54d740451c1438b4db009bf2ebe1669c280ef8.tar.gz
git-7a54d740451c1438b4db009bf2ebe1669c280ef8.tar.bz2
Merge branch 'ab/dedup-config-and-command-docs'
Share the text used to explain configuration variables used by "git <subcmd>" in "git help <subcmd>" with the text from "git help config". * ab/dedup-config-and-command-docs: docs: add CONFIGURATION sections that fuzzy map to built-ins docs: add CONFIGURATION sections that map to a built-in log docs: de-duplicate configuration sections difftool docs: de-duplicate configuration sections notes docs: de-duplicate and combine configuration sections apply docs: de-duplicate configuration sections send-email docs: de-duplicate configuration sections grep docs: de-duplicate configuration sections docs: add and use include template for config/* includes
Diffstat (limited to 'Documentation/git-revert.txt')
-rw-r--r--Documentation/git-revert.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt
index 0105a54..5016755 100644
--- a/Documentation/git-revert.txt
+++ b/Documentation/git-revert.txt
@@ -142,6 +142,13 @@ EXAMPLES
changes. The revert only modifies the working tree and the
index.
+CONFIGURATION
+-------------
+
+include::includes/cmd-config-section-all.txt[]
+
+include::config/revert.txt[]
+
SEE ALSO
--------
linkgit:git-cherry-pick[1]