From: Robin Rosenberg Date: Sun, 21 Dec 2008 22:17:12 +0000 (-0800) Subject: git-revert: record the parent against which a revert was made X-Git-Tag: v1.6.1-rc4~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d5be89d8ad88792a9716fbfdb499d6d852d0eff5?hp=d5be89d8ad88792a9716fbfdb499d6d852d0eff5 git-revert: record the parent against which a revert was made As described in Documentation/howto/revert-a-faulty-merge.txt, re-merging from a previously reverted a merge of a side branch may need a revert of the revert beforehand. Record against which parent the revert was made in the commit, so that later the user can figure out what went on. Signed-off-by: Robin Rosenberg Signed-off-by: Junio C Hamano ---