Robin Rosenberg <robin.rosenberg.lists@xxxxxxxxxx> writes: > söndag 21 december 2008 23:17:12 skrev Junio C Hamano: >> From: Robin Rosenberg <robin.rosenberg.lists@xxxxxxxxxx> >> Subject: 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. >> >> [jc: original had the logic in the message reversed, so I tweaked it.] > No need for this comment. Ok. >> + add_to_msg(",\nreverting damages made to %s"); > maybe "changes" is more neutrral language. I also think you break > the line too early. The above (without %s which shouldn't have been there) would give: This reverts commit efe05b019ca19328d27c07ef32b4698a7f36166f, reverting damages made to ec9f0ea3e6ecf1237223dec8428e7bb73d339320. Do you want: This reverts commit efe05b019ca19328d27c07ef32b4698a7f36166f, reversing changes made to ec9f0ea3e6ecf1237223dec8428e7bb73d339320. this instead? -- 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