gitk: Add a menu item for cherry-picking commits
authorPaul Mackerras <paulus@samba.org>
Sun, 6 Aug 2006 11:08:05 +0000 (21:08 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 6 Aug 2006 11:08:05 +0000 (21:08 +1000)
This does a git-cherry-pick -r to cherry-pick the commit that was
right-clicked on to the head of the current branch. This would work
better with some minor changes to the git-cherry-pick script.

Along the way, this changes desc_heads to record the names of the
descendent heads rather than their IDs.

Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found