We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5be89d commit b80b5d6Copy full SHA for b80b5d6
Documentation/git-revert.txt
@@ -44,6 +44,14 @@ OPTIONS
44
option specifies the parent number (starting from 1) of
45
the mainline and allows revert to reverse the change
46
relative to the specified parent.
47
++
48
+Reverting a merge commit declares that you will never want the tree changes
49
+brought in by the merge. As a result, later merges will only bring in tree
50
+changes introduced by commits that are not ancestors of the previously
51
+reverted merge. This may or may not be what you want.
52
53
+See the link:howto/revert-a-faulty-merge.txt[revert-a-faulty-merge How-To] for
54
+more details.
55
56
--no-edit::
57
With this option, 'git-revert' will not start the commit
0 commit comments