git-gui: fix exception when trying to stage with empty file list
[gitweb.git] / git-gui.sh
2009-04-08 Merge branch 'maint'
2009-04-08 git-gui: Ensure consistent usage of mergetool.keepBackup
2009-04-08 git-gui: fix use of undeclared variable diff_empty_count
2009-04-05 git-gui (Win): make "Explore Working Copy" more robust
2009-04-05 git-gui: use `git --html-path` to get the location...
2009-03-30 Merge branch 'maint'
2009-03-30 git-gui: fix deleting from the context menu with empty...
2009-02-08 git-gui: Support more git version notations.
2008-12-17 git-gui: Get rid of the last remnants of GIT_CONFIG_LOCAL
2008-12-08 git-gui: Fix handling of relative paths in blame.
2008-11-16 git-gui: Add a Tools menu for arbitrary commands.
2008-11-16 git-gui: Fix the after callback execution in rescan.
2008-11-16 git-gui: Implement system-wide configuration handling.
2008-11-16 git-gui: try to provide a window icon under X
2008-11-11 git-gui: Add the Show SSH Key item to the clone dialog.
2008-11-01 git-gui: Add a simple implementation of SSH_ASKPASS.
2008-11-01 git-gui: Add a dialog that shows the OpenSSH public...
2008-10-10 git-gui: Add a search command to the blame viewer.
2008-09-30 git-gui: gui.autoexplore makes explorer to pop up autom...
2008-09-30 git-gui: Add Explore Working Copy to the Repository...
2008-09-30 git-gui: Use git web--browser for web browsing
2008-09-30 git-gui: Add support for adding remotes
2008-09-30 git-gui: Squash populate_{push,fetch}_menu to populate_...
2008-09-30 git-gui: Clarify the Remote -> Delete... action
2008-09-30 git-gui: Make Ctrl-T safe to use for conflicting files.
2008-09-26 git-gui: Show/hide "Sign Off" based on nocommitmsg...
2008-09-26 Merge branch 'maint'
2008-09-24 git-gui: Reenable staging unmerged files by clicking...
2008-09-24 git-gui: Allow forcing display encoding for diffs using...
2008-09-24 git-gui: Cleanup handling of the default encoding.
2008-09-24 git-gui: Use gitattribute "encoding" for file content...
2008-09-24 git-gui: Add support for calling out to the prepare...
2008-09-24 git-gui: Hide commit related UI during citool --nocommit
2008-09-24 git-gui: Add more integration options to citool.
2008-09-12 git-gui: Restore ability to Stage Working Copy for...
2008-09-12 git-gui: Fix Blame Parent & Context for working copy...
2008-09-05 Merge branch 'maint'
2008-09-05 git-gui: Make F5 reselect a diff, if an untracked file...
2008-09-05 git-gui: Reimplement and enhance auto-selection of...
2008-09-05 git-gui: Support conflict states _U & UT.
2008-09-05 git-gui: Don't allow staging files with conflicts.
2008-09-05 git-gui: Support calling merge tools.
2008-09-05 git-gui: Support resolving conflicts via the diff conte...
2008-09-01 Merge branch 'maint'
2008-09-01 git gui: show diffs with a minimum of 1 context line
2008-08-25 git-gui: Allow specifying an initial line for git gui...
2008-08-25 git-gui: Support starting gitk from Gui Blame
2008-08-25 git-gui: Teach git gui about file type changes
2008-08-05 git-gui: Adapt discovery of oguilib to execdir 'libexec...
2008-07-30 git-gui: Fix gitk search in $PATH to work on Windows
2008-07-27 git-gui: Fix the Remote menu separator.
2008-07-25 git-gui: Look for gitk in $PATH, not $LIBEXEC/git-core
2008-07-17 Kill the blame back-end on window close.
2008-07-17 Add options to control the search for copies in blame.
2008-07-17 Fix pre-commit hooks under MinGW/MSYS
2008-07-08 git-gui: Exit shortcut in MacOSX repaired
2008-07-02 git-gui: Implement "Stage/Unstage Line"
2008-06-25 git-gui: Don't select the wrong file if the last listed...
2008-06-21 git-gui: Fix accidental staged state toggle when clicki...
2008-06-13 git-gui: Move on to the next filename after staging...
2008-05-22 git-gui: Handle workdir detection when CYGWIN=nowinsymlinks
2008-05-20 git-gui: Add a --trace command line option
2008-05-09 git-gui: Setup branch.remote,merge for shorthand git...
2008-04-05 git-gui: use +/- instead of ]/[ to show more/less conte... gitgui-0.10.1
2008-04-04 git-gui: Switch keybindings for [ and ] to bracketleft...
2008-04-02 git-gui: Add shortcut keys for Show More/Less Context
2008-03-15 git-gui: Don't translate the special Apple menu
2008-03-08 git-gui: Add option for changing the width of the commi...
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...
next