Jon Loeliger [off-list ref] writes:
On Wed, 2005-11-02 at 19:43, Chris Shoemaker wrote:
.... Also,
I was annoyed that "git revert -n commit-name" created
conflicts and the reversal and merges didn't happen
for me cleanly even though they did for Junio.
So either I don't get it, or it isn't working quite
right these days. Not sure. Advice sought.
It's been a while since I used git-revert the last time. I
should find time to run the examples myself.
Reversing Commits
-----------------
While a goal of a revision control system is to record
...
The flow-chart based recipe is wonderful.