Re: [PATCH] gitk: Add menu item for reverting commits

2013-05-11 Thread Paul Mackerras
On Sat, Apr 27, 2013 at 04:36:13PM +0200, Knut Franke wrote: > Sometimes it's helpful (at least psychologically) to have this feature > easily accessible. Code borrows heavily from cherrypick. > > Signed-off-by: Knut Franke Thanks, applied, after undoing the linewrapping (done by your mailer?).

[PATCH] gitk: Add menu item for reverting commits

2013-04-27 Thread Knut Franke
Sometimes it's helpful (at least psychologically) to have this feature easily accessible. Code borrows heavily from cherrypick. Signed-off-by: Knut Franke --- gitk | 62 ++ 1 file changed, 62 insertions(+) diff --git a/gitk b/gitk in