Revision 1e65c6225dea2e15df81f6c91927cb0b8fab443c authored by Alexander Gavrilov on 12 September 2008, 18:43:49 UTC, committed by Shawn O. Pearce on 24 September 2008, 16:53:01 UTC
- Make citool return nonzero exit code if it did not commit.
- Add a mode where it does not actually commit and simply
  exits with zero code. Commit message is either disabled,
  or simply dumped to GITGUI_EDITMSG before exiting.
- Add an option to immediately start it in amend mode.

Rationale:

1) Use 'git citool --nocommit' instead of mergetool in scripts.
2) Use 'git citool --amend' to edit commits while rebasing.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 146ed90
History
File Mode Size
lib
macosx
po
windows
.gitignore -rw-r--r-- 97 bytes
GIT-VERSION-GEN -rwxr-xr-x 1.8 KB
Makefile -rw-r--r-- 11.1 KB
git-gui.sh -rwxr-xr-x 78.4 KB

back to top