aboutsummaryrefslogtreecommitdiffstats
path: root/lib/commit.tcl
AgeCommit message (Expand)AuthorFilesLines
2016-10-20Merge branch 'os/preserve-author' into puPat Thoyts1-3/+33
2016-10-06git-gui: avoid persisting modified author identityPat Thoyts1-20/+31
2016-09-11git-gui: respect commit.gpgsign againJohannes Schindelin1-0/+3
2016-04-14git-gui: Do not reset author details on amendOrgad Shaneh1-0/+19
2012-09-17git-gui: remove .git/CHERRY_PICK_HEAD after committingBeat Bolli1-0/+1
2012-09-17git-gui: Fix a loose/lose mistakeBeat Bolli1-1/+1
2011-11-05git-gui: don't warn for detached head when rebasingBert Wesarg1-1/+3
2011-11-05git-gui: make config gui.warndetachedcommit a booleanBert Wesarg1-1/+1
2011-05-20git-gui: warn when trying to commit on a detached headHeiko Voigt1-0/+15
2011-01-28git-gui: learn more type change statesBert Wesarg1-1/+5
2011-01-28git-gui: remove 'no such variable' for s error when encounter unknown file st...Bert Wesarg1-1/+2
2009-04-05git-gui: When calling post-commit hook wrong variable was cleared.Jens Lehmann1-3/+3
2009-02-01git-gui: Fix post-commit status with subject in non-locale encodingAlexander Gavrilov1-10/+19
2008-12-08git-gui: Fix commit encoding handling.Alexander Gavrilov1-4/+3
2008-09-24git-gui: Add more integration options to citool.Alexander Gavrilov1-2/+6
2008-09-04git-gui: Support conflict states _U & UT.Alexander Gavrilov1-0/+1
2008-08-24git-gui: Teach git gui about file type changesGustaf Hendeby1-0/+2
2008-02-03git-gui: (i18n) Fix a bunch of still untranslated strings.Christian Stimming1-8/+8
2008-01-20git-gui: Consolidate hook execution code into a single functionShawn O. Pearce1-39/+26
2008-01-20git-gui: Honor the standard commit-msg hookShawn O. Pearce1-31/+83
2007-12-29git-gui: Make commit log messages end with a newlinegitgui-0.9.1Bernt Hansen1-1/+1
2007-11-22git-gui: fix a typo in lib/commit.tclMichele Ballabio1-1/+1
2007-10-20Merge branch 'maint'Shawn O. Pearce1-1/+1
2007-10-20git-gui: Correctly report failures from git-write-treeShawn O. Pearce1-1/+1
2007-09-14git-gui: Paper bag fix missing translated stringsShawn O. Pearce1-6/+6
2007-09-13git-gui: add some strings to translationMichele Ballabio1-2/+2
2007-09-02Mark strings for translation.Christian Stimming1-26/+26
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming1-2/+2
2007-07-23git-gui: Paper bag fix quitting crash after commitShawn O. Pearce1-1/+1
2007-07-21git-gui: Automatically backup the user's commit bufferShawn O. Pearce1-0/+4
2007-07-19git-gui: Translate standard encoding names to Tcl onesShawn O. Pearce1-4/+16
2007-07-17git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce1-1/+1
2007-07-12git-gui: Change prior tree SHA-1 verification to use git_readShawn O. Pearce1-1/+1
2007-07-12Merge branch 'maint'Shawn O. Pearce1-1/+12
2007-07-12git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce1-1/+12
2007-07-09git-gui: Always use absolute path to all git executablesShawn O. Pearce1-2/+2
2007-07-08git-gui: Refactor branch switch to support detached headShawn O. Pearce1-8/+0
2007-07-08git-gui: Refactor our ui_status_value update techniqueShawn O. Pearce1-18/+15
2007-07-08git-gui: Honor rerere.enabled configuration optionShawn O. Pearce1-1/+6
2007-05-07git-gui: Refactor into multiple files to save my sanityShawn O. Pearce1-0/+410