summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)AuthorFilesLines
2009-10-27git-gui: adjust the minimum height of diff pane for shorter screen heightLibravatar Vietor Liu1-1/+1
2009-09-25git-gui: fix use of uninitialized variableLibravatar Jens Lehmann1-0/+1
2009-09-12git-gui: store wm state and fix wm geometryLibravatar Alexey Borzenkov1-0/+21
2009-08-12git-gui: Limit display to a maximum number of filesLibravatar Dan Zwell1-1/+16
2009-08-10git-gui: display summary when showing diff of a submoduleLibravatar Jens Lehmann1-1/+1
2009-05-01git-gui: Fixes for Mac OS X TkAquaLibravatar Daniel A. Steffen1-17/+17
2009-04-08Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+2
2009-04-08git-gui: Ensure consistent usage of mergetool.keepBackupLibravatar Ferry Huberts1-1/+1
2009-04-08git-gui: fix use of undeclared variable diff_empty_countLibravatar Joerg Bornemann1-0/+1
2009-04-05git-gui (Win): make "Explore Working Copy" more robustLibravatar Markus Heidelberg1-1/+1
2009-04-05git-gui: use `git --html-path` to get the location of installed HTML docsLibravatar Markus Heidelberg1-4/+29
2009-03-30git-gui: fix deleting from the context menu with empty selectionLibravatar Markus Heidelberg1-1/+1
2009-02-08git-gui: Support more git version notations.Libravatar Alexander Gavrilov1-2/+2
2008-12-17git-gui: Get rid of the last remnants of GIT_CONFIG_LOCALLibravatar Johannes Schindelin1-1/+0
2008-12-08git-gui: Fix handling of relative paths in blame.Libravatar Alexander Gavrilov1-2/+16
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Libravatar Alexander Gavrilov1-0/+17
2008-11-16git-gui: Fix the after callback execution in rescan.Libravatar Alexander Gavrilov1-13/+28
2008-11-16git-gui: Implement system-wide configuration handling.Libravatar Alexander Gavrilov1-3/+9
2008-11-16git-gui: try to provide a window icon under XLibravatar Giuseppe Bilotta1-0/+22
2008-11-11git-gui: Add the Show SSH Key item to the clone dialog.Libravatar Alexander Gavrilov1-9/+11
2008-11-01git-gui: Add a simple implementation of SSH_ASKPASS.Libravatar Alexander Gavrilov1-0/+12
2008-11-01git-gui: Add a dialog that shows the OpenSSH public key.Libravatar Alexander Gavrilov1-0/+4
2008-10-10git-gui: Add a search command to the blame viewer.Libravatar Alexander Gavrilov1-0/+3
2008-09-30git-gui: gui.autoexplore makes explorer to pop up automatically after pickingLibravatar Petr Baudis1-0/+5
2008-09-30git-gui: Add Explore Working Copy to the Repository menuLibravatar Petr Baudis1-0/+18
2008-09-30git-gui: Use git web--browser for web browsingLibravatar Petr Baudis1-23/+7
2008-09-30git-gui: Add support for adding remotesLibravatar Petr Baudis1-0/+4
2008-09-30git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuLibravatar Petr Baudis1-2/+1
2008-09-30git-gui: Clarify the Remote -> Delete... actionLibravatar Petr Baudis1-1/+1
2008-09-30git-gui: Make Ctrl-T safe to use for conflicting files.Libravatar Alexander Gavrilov1-1/+3
2008-09-26git-gui: Show/hide "Sign Off" based on nocommitmsg optionLibravatar Shawn O. Pearce1-2/+2
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Libravatar Alexander Gavrilov1-10/+8
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Libravatar Alexander Gavrilov1-0/+8
2008-09-24git-gui: Cleanup handling of the default encoding.Libravatar Alexander Gavrilov1-0/+1
2008-09-24git-gui: Use gitattribute "encoding" for file content displayLibravatar Shawn O. Pearce1-0/+13
2008-09-24git-gui: Add support for calling out to the prepare-commit-msg hookLibravatar Joshua Williams1-0/+65
2008-09-24git-gui: Hide commit related UI during citool --nocommitLibravatar Shawn O. Pearce1-48/+56
2008-09-24git-gui: Add more integration options to citool.Libravatar Alexander Gavrilov1-4/+77
2008-09-12git-gui: Restore ability to Stage Working Copy for conflicts.Libravatar Alexander Gavrilov1-0/+5
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Libravatar Alexander Gavrilov1-0/+3
2008-09-04git-gui: Make F5 reselect a diff, if an untracked file is selected.Libravatar Alexander Gavrilov1-9/+35
2008-09-04git-gui: Reimplement and enhance auto-selection of diffs.Libravatar Alexander Gavrilov1-27/+95
2008-09-04git-gui: Support conflict states _U & UT.Libravatar Alexander Gavrilov1-2/+4
2008-09-04git-gui: Don't allow staging files with conflicts.Libravatar Alexander Gavrilov1-0/+8
2008-09-04git-gui: Support calling merge tools.Libravatar Alexander Gavrilov1-0/+7
2008-09-04git-gui: Support resolving conflicts via the diff context menu.Libravatar Alexander Gavrilov1-60/+92
2008-09-01Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2008-09-01git gui: show diffs with a minimum of 1 context lineLibravatar Clemens Buchacher1-1/+1
2008-08-24git-gui: Allow specifying an initial line for git gui blame.Libravatar Alexander Gavrilov1-2/+11
2008-08-24git-gui: Support starting gitk from Gui BlameLibravatar Alexander Gavrilov1-0/+1