gitk: Add a menu item for cherry-picking commits
commitca6d8f58a15b9db621dd2b905a04d06bdff44bf8
authorPaul Mackerras <paulus@samba.org>
Sun, 6 Aug 2006 11:08:05 +0000 (6 21:08 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 6 Aug 2006 11:08:05 +0000 (6 21:08 +1000)
treeeb1047ddab331ff7cc0ee8e9c77b3401126869ca
parent53cda8d97e6ee53cc8defa8c7226f0b3093eb12a
gitk: Add a menu item for cherry-picking commits

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>
gitk