Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | git-gui: Vertically align textboxes with labels | Twiinz | 1 | -6/+2 |
2008-05-08 | git-gui: Delete branches with 'git branch -D' to clear config | Shawn O. Pearce | 1 | -1/+1 |
2008-05-08 | git-gui: Setup branch.remote,merge for shorthand git-pull | Shawn O. Pearce | 2 | -1/+26 |
2008-04-23 | Merge branch 'maint' | Shawn O. Pearce | 1 | -4/+10 |
2008-04-23 | git-gui: Don't use '$$cr master' with aspell earlier than 0.60 | Shawn O. Pearce | 1 | -4/+10 |
2008-04-14 | git-gui: Report less precise object estimates for database compression | Johannes Sixt | 1 | -2/+2 |
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 |