Add ability to commit --amend
commitee394b0b11945bbf5a1a3dac79b89bd479f9dcf1
authorJan Hudec <bulb@ucw.cz>
Thu, 20 Mar 2008 19:39:57 +0000 (20 20:39 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 21 Mar 2008 01:49:13 +0000 (21 02:49 +0100)
tree849a0d8507d3eb158911ec9db18d25c91fe2d9a1
parent372625dfea95993cb70f92b49e44042295da20ad
Add ability to commit --amend

Introduces separate menu entry to commit --amend. The dialog is the same, but
calls commit --amend rather than just commit in the end. The stg refresh is
moved here. The menu entry is always available, because user might just want
to change the commit message.

Signed-off-by: Jan Hudec <bulb@ucw.cz>
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
README
src/commit.ui
src/commitimpl.cpp
src/commitimpl.h
src/git.cpp
src/git.h
src/mainimpl.cpp
src/mainimpl.h
src/mainview.ui