index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-15
git-gui: Don't translate the special Apple menu
Shawn O. Pearce
1
-1
/
+1
2008-03-07
git-gui: Add option for changing the width of the commit message text box
Adam Piątyszek
1
-0
/
+1
2008-03-05
git-gui: if a background colour is set, set foreground colour as well
Philipp A. Hartmann
5
-10
/
+34
2008-02-28
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2008-02-28
git-gui: Paper bag fix info dialog when no files are staged at commit
Shawn O. Pearce
1
-1
/
+1
2008-02-22
Merge branch 'maint'
Shawn O. Pearce
2
-1
/
+9
2008-02-22
git-gui: Focus insertion point at end of strings in repository chooser
Shawn O. Pearce
1
-0
/
+4
2008-02-22
git-gui: Paper bag fix error dialogs opening over the main window
Shawn O. Pearce
1
-1
/
+5
2008-02-22
git-gui: fix typo in lib/spellcheck.tcl
Michele Ballabio
1
-1
/
+1
2008-02-21
git-gui: Shorten Aspell version strings to just Aspell version number
Shawn O. Pearce
1
-0
/
+4
2008-02-21
git-gui: Gracefully display non-aspell version errors to users
Shawn O. Pearce
1
-1
/
+25
2008-02-21
git-gui: Catch and display aspell startup failures to the user
Shawn O. Pearce
1
-4
/
+17
2008-02-21
git-gui: Only bind the spellcheck popup suggestion hook once
Shawn O. Pearce
1
-1
/
+1
2008-02-21
git-gui: Remove explicit references to 'aspell' in message strings
Shawn O. Pearce
1
-7
/
+7
2008-02-21
git-gui: Ensure all spellchecker 'class' variables are initialized
Shawn O. Pearce
2
-6
/
+11
2008-02-21
Merge branch 'maint'
Shawn O. Pearce
1
-7
/
+11
2008-02-20
git-gui: Ensure error dialogs always appear over all other windows
Shawn O. Pearce
1
-7
/
+11
2008-02-17
git-gui: (i18n) Add newly added translation strings to template.
Christian Stimming
1
-2
/
+2
2008-02-14
git-gui: Correct size of dictionary name widget in options dialog
Shawn O. Pearce
1
-3
/
+1
2008-02-14
git-gui: Paper bag fix bad string length call in spellchecker
Shawn O. Pearce
1
-1
/
+1
2008-02-12
git-gui: Automatically spell check commit messages as the user types
Shawn O. Pearce
3
-0
/
+409
2008-02-03
git-gui: (i18n) Fix a bunch of still untranslated strings.
Christian Stimming
4
-15
/
+14
2008-01-22
git-gui: Work around random missing scrollbar in revision list
Shawn O. Pearce
1
-1
/
+2
2008-01-20
git-gui: Consolidate hook execution code into a single function
Shawn O. Pearce
2
-46
/
+35
2008-01-20
git-gui: Correct window title for hook failure dialogs
Shawn O. Pearce
1
-1
/
+1
2008-01-20
git-gui: Honor the standard commit-msg hook
Shawn O. Pearce
1
-31
/
+83
2008-01-16
git-gui: Refresh file status description after hunk application
Shawn O. Pearce
1
-0
/
+2
2008-01-16
git-gui: Allow 'Create New Repository' on existing directories
Shawn O. Pearce
1
-28
/
+22
2008-01-16
git-gui: Fix broken revert confirmation.
Christian Stimming
1
-1
/
+3
2007-12-29
git-gui: Make commit log messages end with a newline
Bernt Hansen
1
-1
/
+1
2007-12-14
git-gui: Handle file mode changes (644->755) in diff viewer
Shawn O. Pearce
1
-0
/
+1
2007-12-02
git-gui: Improve the application icon on Windows.
Johannes Sixt
1
-0
/
+0
2007-11-22
git-gui: fix a typo in lib/commit.tcl
Michele Ballabio
1
-1
/
+1
2007-10-23
Merge branch 'maint'
Shawn O. Pearce
1
-12
/
+53
2007-10-23
git-gui: Make sure we get errors from git-update-index
Shawn O. Pearce
1
-9
/
+52
2007-10-20
Merge branch 'maint'
Shawn O. Pearce
3
-3
/
+6
2007-10-20
git-gui: Don't display CR within console windows
Shawn O. Pearce
1
-1
/
+1
2007-10-20
git-gui: Handle progress bars from newer gits
Shawn O. Pearce
1
-1
/
+4
2007-10-20
git-gui: Correctly report failures from git-write-tree
Shawn O. Pearce
1
-1
/
+1
2007-10-12
git-gui: Collapse $env(HOME) to ~/ in recent repositories on Windows
Shawn O. Pearce
1
-2
/
+6
2007-10-12
git-gui: Support cloning Cygwin based work-dirs
Shawn O. Pearce
1
-7
/
+37
2007-10-12
git-gui: Use proper Windows shortcuts instead of bat files
Shawn O. Pearce
3
-31
/
+78
2007-10-12
git-gui: Bind n/c/o accelerators in repository chooser
Shawn O. Pearce
1
-0
/
+6
2007-10-12
git-gui: Disable the text widget in the repository chooser
Shawn O. Pearce
1
-0
/
+2
2007-10-12
git-gui: Fix bind errors when switching repository chooser panels
Shawn O. Pearce
1
-0
/
+6
2007-10-12
git-gui: Offer repository management features in menu bar
Shawn O. Pearce
1
-6
/
+49
2007-10-12
git-gui: Change repository browser radio buttons to hyperlinks
Shawn O. Pearce
1
-27
/
+34
2007-10-12
git-gui: offer a list of recent repositories on startup
Steffen Prohaska
1
-0
/
+82
2007-10-10
git-gui: Bind Cmd-, to Preferences on Mac OS X
Shawn O. Pearce
1
-5
/
+7
2007-10-10
git-gui: Consolidate the Fetch and Push menus into a Remote menu
Shawn O. Pearce
1
-21
/
+32
[next]