git-gui: if a background colour is set, set foreground colour as well
[gitweb.git] / git-gui.sh
2008-03-06 git-gui: if a background colour is set, set foreground...
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-20 git-gui: relax "dirty" version detection
2008-02-12 git-gui: Automatically spell check commit messages...
2008-01-21 git-gui: Consolidate hook execution code into a single...
2007-12-14 git-gui: Move frequently used commands to the top of...
2007-11-08 git-gui: Bind Meta-T for "Stage To Commit" menu action
2007-11-01 git-gui: Allow users to set font weights to bold
2007-10-26 git-gui: Protect against bad translation strings
2007-10-23 Merge branch 'maint'
2007-10-21 Merge branch 'maint'
2007-10-17 git-gui: Paper bag fix the global config parsing
2007-10-13 git-gui: Ensure copyright message is correctly read...
2007-10-12 git-gui: offer a list of recent repositories on startup
2007-10-12 git-gui: Support LFs embedded in config file values
2007-10-12 git-gui: Refactor git-config --list parsing
2007-10-12 git-gui: Move load_config procedure below git-version...
2007-10-12 git-gui: Change main window layout to support wider...
2007-10-10 git-gui: add directory git-gui is located in to PATH...
2007-10-10 Merge branch 'cs/de'
2007-10-10 git-gui: Shorten the staged/unstaged changes title...
2007-10-10 git-gui: Bind Cmd-, to Preferences on Mac OS X
2007-10-10 git-gui: Consolidate the Fetch and Push menus into...
2007-10-10 Merge branch 'maint'
2007-10-08 git-gui: accept versions containing text annotations...
2007-10-03 Merge branch 'maint'
2007-10-03 git-gui: Don't crash when starting gitk from a browser...
2007-10-03 git-gui: Allow gitk to be started on Cygwin with native...
2007-09-28 git-gui: Refer to ourselves as "Git Gui" and not "git...
2007-09-28 git-gui: Use Henrik Nyh's git logo icon on Windows...
2007-09-23 git-gui: Allow users to choose/create/clone a repository
2007-09-22 git-gui: Refactor some UI init to occur earlier
2007-09-22 Merge branch 'maint'
2007-09-22 git-gui: Ensure .git/info/exclude is honored in Cygwin...
2007-09-22 git-gui: Handle starting on mapped shares under Cygwin
2007-09-22 git-gui: Display message box when we cannot find git...
2007-09-21 git-gui: Support native Win32 Tcl/Tk under Cygwin
2007-09-20 Merge branch 'maint'
2007-09-20 git-gui: Avoid using bold text in entire gui for some...
2007-09-17 Merge branch 'maint'
2007-09-17 git-gui: Disable native platform text selection in... gitgui-0.8.3
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-13 git-gui: Make backporting changes from i18n version...
2007-09-12 git-gui: Disambiguate "commit"
2007-09-12 git-gui: Support context-sensitive i18n
2007-09-11 Merge branch 'maint'
2007-09-11 git-gui: Don't delete send on Windows as it doesn't...
2007-09-10 Merge branch 'maint'
2007-09-10 git-gui: Trim trailing slashes from untracked submodule...
2007-09-09 Merge branch 'maint'
2007-09-09 git-gui: Disable Tk send in all git-gui sessions
2007-09-04 Merge branch 'maint'
2007-09-04 git-gui: Properly set the state of "Stage/Unstage Hunk...
2007-09-04 git-gui: Correct starting of git-remote to handle ...
2007-09-03 git-gui: Correct stock message for 'Invalid font specif...
2007-09-02 Mark strings for translation.
2007-09-02 git-gui: Initialize Tcl's msgcat library for internatio...
2007-09-02 git-gui: Locate the library directory early during...
2007-08-25 git-gui: Correct 'git gui blame' in a subdirectory gitgui-0.8.2
2007-08-23 git-gui: Do not offer to stage three-way diff hunks...
2007-08-23 git-gui: Refactor diff pane popup support for future...
2007-08-22 git-gui: Fix "unoptimized loading" to not cause git...
2007-08-21 git-gui: Paper bag fix "Stage Hunk For Commit" in diff...
2007-08-20 git-gui: Fix window manager problems on ion3
2007-08-04 git-gui: Added support for OS X right click gitgui-0.8.1
2007-08-03 git-gui: Avoid Tcl error in popup menu on diff viewer
2007-07-30 git-gui: Use more modern looking icons in the tree...
2007-07-30 git-gui: Don't offer to stage hunks from untracked...
2007-07-29 git-gui: Honor core.excludesfile when listing extra...
2007-07-29 git-gui: Unify wording to say "to stage" instead of...
2007-07-27 git-gui: Don't kill modified commit message buffer...
2007-07-23 git-gui: Refactor current branch menu items to make...
2007-07-23 git-gui: Refactor diff popup into a procedure to ease...
2007-07-23 git-gui: Clarify meaning of add tracked menu option
2007-07-22 git-gui: Completely remove my Tools/Migrate hack
2007-07-21 git-gui: Automatically backup the user's commit buffer
2007-07-19 git-gui: Avoid unnecessary global statements when possible
2007-07-19 git-gui: Bind Ctrl/Cmd-M to merge action
2007-07-19 Don't offer my special Tools/Migrate hack unless in...
2007-07-18 git-gui: Clarify the visualize history menu options
2007-07-18 git-gui: Allow users to browse any branch, not just...
2007-07-18 git-gui: Allow browser subcommand to start in subdirectory
2007-07-18 git-gui: Allow blame/browser subcommands on bare reposi...
2007-07-18 git-gui: Move feature option selection before GIT_DIR...
2007-07-18 git-gui: Delay the GC hint until after we are running
2007-07-18 git-gui: Let the user continue even if we cannot unders...
2007-07-18 git-gui: Change our initial GC hint to be an estimate
2007-07-18 git-gui: Delay searching for 'nice' until its really...
2007-07-18 git-gui: Handle git versions of the form n.n.n.GIT
2007-07-17 git-gui: Always disable the Tcl EOF character when...
2007-07-16 git-gui: Brown paper bag "dirty git version fix"
2007-07-16 git-gui: Skip -dirty suffix on core git versions
2007-07-12 Merge branch 'maint'
next