"Boyd Stephen Smith Jr." <bss@xxxxxxxxxxxxxxxxx> writes: > I took the alternative approach. Thanks. I was thinking about doing this instead; how the reference to the HOW-TO is done is different, and I am hoping that it would give better result for HTML version at least. Documentation/git-revert.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git c/Documentation/git-revert.txt w/Documentation/git-revert.txt index caa0729..b87f2b3 100644 --- c/Documentation/git-revert.txt +++ w/Documentation/git-revert.txt @@ -44,6 +44,15 @@ OPTIONS option specifies the parent number (starting from 1) of the mainline and allows revert to reverse the change relative to the specified parent. ++ +By reverting a merge, you are telling git that you never want the changes +the merge made to your tree. If the branch the reverted merge merged is +updated later, and you merge from it again, git remembers this, and only +brings in the changes on the branch that are made after the previously +reverted merge. This may or may not be what you want. ++ +See link:howto/revert-a-faulty-merge.txt[revert-a-faulty-merge How-To] for +more details. --no-edit:: With this option, 'git-revert' will not start the commit -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html