git-gui: Do not reset author details on amend
[gitweb.git] / lib / commit.tcl
2016-04-14 git-gui: Do not reset author details on amend
2012-09-17 git-gui: remove .git/CHERRY_PICK_HEAD after committing
2012-09-17 git-gui: Fix a loose/lose mistake
2011-11-05 git-gui: don't warn for detached head when rebasing
2011-11-05 git-gui: make config gui.warndetachedcommit a boolean
2011-05-20 git-gui: warn when trying to commit on a detached head
2011-03-25 Merge branch 'ss/git-gui-mergetool' gitgui-0.14.0
2011-01-28 git-gui: learn more type change states
2011-01-28 git-gui: remove 'no such variable' for s error when...
2009-04-08 Merge branch 'maint'
2009-04-05 git-gui: When calling post-commit hook wrong variable...
2009-02-01 git-gui: Fix post-commit status with subject in non...
2008-12-08 git-gui: Fix commit encoding handling.
2008-09-26 Merge branch 'maint'
2008-09-24 git-gui: Add more integration options to citool.
2008-09-05 Merge branch 'maint'
2008-09-05 git-gui: Support conflict states _U & UT.
2008-09-01 Merge branch 'maint'
2008-08-25 git-gui: Teach git gui about file type changes
2008-03-05 Merge branch 'maint'
2008-02-28 Merge branch 'maint'
2008-02-22 Merge branch 'maint'
2008-02-21 Merge branch 'maint'
2008-02-20 Merge branch 'maint'
2008-02-12 Merge branch 'maint'
2008-02-04 git-gui: (i18n) Fix a bunch of still untranslated strings.
2008-01-21 git-gui: Consolidate hook execution code into a single...
2008-01-21 git-gui: Honor the standard commit-msg hook
2007-12-30 git-gui: Make commit log messages end with a newline gitgui-0.9.1
2007-11-22 git-gui: fix a typo in lib/commit.tcl
2007-10-23 Merge branch 'maint'
2007-10-21 Merge branch 'maint'
2007-10-20 git-gui: Correctly report failures from git-write-tree
2007-10-10 Merge branch 'maint'
2007-10-03 Merge branch 'maint'
2007-09-22 Merge branch 'maint'
2007-09-20 Merge branch 'maint'
2007-09-17 Merge branch 'maint'
2007-09-14 git-gui: Paper bag fix missing translated strings
2007-09-14 git-gui: add some strings to translation
2007-09-14 Merge branch 'maint'
2007-09-13 Merge branch 'maint'
2007-09-11 Merge branch 'maint'
2007-09-10 Merge branch 'maint'
2007-09-09 Merge branch 'maint'
2007-09-04 Merge branch 'maint'
2007-09-02 Mark strings for translation.
2007-07-29 git-gui: Unify wording to say "to stage" instead of...
2007-07-23 git-gui: Paper bag fix quitting crash after commit
2007-07-21 git-gui: Automatically backup the user's commit buffer
2007-07-19 git-gui: Translate standard encoding names to Tcl ones
2007-07-17 git-gui: Always disable the Tcl EOF character when...
2007-07-12 git-gui: Change prior tree SHA-1 verification to use...
2007-07-12 Merge branch 'maint'
2007-07-12 git-gui: Work around bad interaction between Tcl and... gitgui-0.7.5
2007-07-10 Merge branch 'maint'
2007-07-09 git-gui: Always use absolute path to all git executables
2007-07-09 git-gui: Refactor branch switch to support detached...
2007-07-09 git-gui: Refactor our ui_status_value update technique
2007-07-09 Merge branch 'maint'
2007-07-08 git-gui: Honor rerere.enabled configuration option
2007-05-08 Merge branch 'maint'
2007-05-08 git-gui: Refactor into multiple files to save my sanity