git-revert: record the parent against which a revert was made
authorRobin Rosenberg <redacted>
Sun, 21 Dec 2008 22:17:12 +0000 (14:17 -0800)
committerJunio C Hamano <redacted>
Mon, 22 Dec 2008 02:32:04 +0000 (18:32 -0800)
commitd5be89d8ad88792a9716fbfdb499d6d852d0eff5
treec728462e2f7e21ac04be51bafc9f403d7615e76e
parent834caf9a7b0850d5647426bcb7c4dae04d85a922
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-revert.c
git clone https://git.99rst.org/PROJECT