gitk: Add a "reset branch to here" row context-menu operation
commit6fb735aedb25eade3d523053cb05c030a1cc06b3
authorPaul Mackerras <paulus@samba.org>
Thu, 19 Oct 2006 00:09:06 +0000 (19 10:09 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 23 Jun 2007 10:58:04 +0000 (23 20:58 +1000)
treea645c78185125b7ac45a9b327d26043e6f48ba5b
parent6a90bff1e83bb25898ead28d7d3f426dfdfdbe71
gitk: Add a "reset branch to here" row context-menu operation

This adds an entry to the menu that comes up when the user does a
right-click on a row.  The new entry allows the user to reset the
currently checked-out head to the commit for the row that they did
the right-click on.  The user has to select what type of reset to
do, and confirm the reset, via a dialog box that pops up.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk