index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
commit.tcl
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-08
Merge branch 'js/fix-open-exec-git'
Johannes Sixt
1
-7
/
+7
2025-05-23
git-gui: introduce function git_redir for git calls with redirections
Johannes Sixt
1
-2
/
+2
2025-05-23
git-gui: convert git_read*, git_write to be non-variadic
Johannes Sixt
1
-3
/
+3
2025-05-23
git-gui: treat file names beginning with "|" as relative paths
Johannes Sixt
1
-2
/
+2
2025-05-15
git-gui: do not end the commit message with an empty line
Johannes Sixt
1
-4
/
+2
2025-03-16
git-gui: heed core.commentChar/commentString
Oswald Buddenhagen
1
-1
/
+3
2024-08-15
git-gui: strip commit messages less aggressively
Oswald Buddenhagen
1
-1
/
+6
2024-08-15
git-gui: strip comments and consecutive empty lines from commit messages
Oswald Buddenhagen
1
-0
/
+4
2021-03-04
Revert "git-gui: remove lines starting with the comment character"
Pratyush Yadav
1
-16
/
+2
2021-02-18
git-gui: remove lines starting with the comment character
Pratyush Yadav
1
-2
/
+16
2020-11-27
git-gui: use commit message template
Martin Schön
1
-0
/
+1
2019-09-24
Merge branches 'js/msgfmt-on-windows', 'tz/fsf-address-update', 'jn/reproduci...
Pratyush Yadav
1
-3
/
+9
2019-09-14
git-gui: convert new/amend commit radiobutton to checkbutton
Bert Wesarg
1
-2
/
+2
2017-12-05
git-gui: prevent double UTF-8 conversion
Łukasz Stelmach
1
-3
/
+9
2016-10-20
Merge branch 'os/preserve-author' into pu
Pat Thoyts
1
-3
/
+33
2016-10-06
git-gui: avoid persisting modified author identity
Pat Thoyts
1
-20
/
+31
2016-09-11
git-gui: respect commit.gpgsign again
Johannes Schindelin
1
-0
/
+3
2016-04-14
git-gui: Do not reset author details on amend
Orgad Shaneh
1
-0
/
+19
2012-09-17
git-gui: remove .git/CHERRY_PICK_HEAD after committing
Beat Bolli
1
-0
/
+1
2012-09-17
git-gui: Fix a loose/lose mistake
Beat Bolli
1
-1
/
+1
2011-11-05
git-gui: don't warn for detached head when rebasing
Bert Wesarg
1
-1
/
+3
2011-11-05
git-gui: make config gui.warndetachedcommit a boolean
Bert Wesarg
1
-1
/
+1
2011-05-20
git-gui: warn when trying to commit on a detached head
Heiko Voigt
1
-0
/
+15
2011-01-28
git-gui: learn more type change states
Bert Wesarg
1
-1
/
+5
2011-01-28
git-gui: remove 'no such variable' for s error when encounter unknown file st...
Bert Wesarg
1
-1
/
+2
2009-04-05
git-gui: When calling post-commit hook wrong variable was cleared.
Jens Lehmann
1
-3
/
+3
2009-02-01
git-gui: Fix post-commit status with subject in non-locale encoding
Alexander Gavrilov
1
-10
/
+19
2008-12-08
git-gui: Fix commit encoding handling.
Alexander Gavrilov
1
-4
/
+3
2008-09-24
git-gui: Add more integration options to citool.
Alexander Gavrilov
1
-2
/
+6
2008-09-04
git-gui: Support conflict states _U & UT.
Alexander Gavrilov
1
-0
/
+1
2008-08-24
git-gui: Teach git gui about file type changes
Gustaf Hendeby
1
-0
/
+2
2008-02-03
git-gui: (i18n) Fix a bunch of still untranslated strings.
Christian Stimming
1
-8
/
+8
2008-01-20
git-gui: Consolidate hook execution code into a single function
Shawn O. Pearce
1
-39
/
+26
2008-01-20
git-gui: Honor the standard commit-msg hook
Shawn O. Pearce
1
-31
/
+83
2007-12-29
git-gui: Make commit log messages end with a newline
gitgui-0.9.1
Bernt Hansen
1
-1
/
+1
2007-11-22
git-gui: fix a typo in lib/commit.tcl
Michele Ballabio
1
-1
/
+1
2007-10-20
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2007-10-20
git-gui: Correctly report failures from git-write-tree
Shawn O. Pearce
1
-1
/
+1
2007-09-14
git-gui: Paper bag fix missing translated strings
Shawn O. Pearce
1
-6
/
+6
2007-09-13
git-gui: add some strings to translation
Michele Ballabio
1
-2
/
+2
2007-09-02
Mark strings for translation.
Christian Stimming
1
-26
/
+26
2007-07-29
git-gui: Unify wording to say "to stage" instead of "to add"
Christian Stimming
1
-2
/
+2
2007-07-23
git-gui: Paper bag fix quitting crash after commit
Shawn O. Pearce
1
-1
/
+1
2007-07-21
git-gui: Automatically backup the user's commit buffer
Shawn O. Pearce
1
-0
/
+4
2007-07-19
git-gui: Translate standard encoding names to Tcl ones
Shawn O. Pearce
1
-4
/
+16
2007-07-17
git-gui: Always disable the Tcl EOF character when reading
Shawn O. Pearce
1
-1
/
+1
2007-07-12
git-gui: Change prior tree SHA-1 verification to use git_read
Shawn O. Pearce
1
-1
/
+1
2007-07-12
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+12
2007-07-12
git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}
gitgui-0.7.5
Shawn O. Pearce
1
-1
/
+12
2007-07-09
git-gui: Always use absolute path to all git executables
Shawn O. Pearce
1
-2
/
+2
[next]