summaryrefslogtreecommitdiffstats
path: root/git-revert.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-revert.txt')
-rw-r--r--git-revert.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-revert.txt b/git-revert.txt
index 0105a54c1..5016755ef 100644
--- a/git-revert.txt
+++ b/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]