summaryrefslogtreecommitdiffstats
path: root/git-gui.sh
AgeCommit message (Expand)AuthorLines
2008-12-17git-gui: Get rid of the last remnants of GIT_CONFIG_LOCALJohannes Schindelin-1/+0
2008-12-08git-gui: Fix handling of relative paths in blame.Alexander Gavrilov-2/+16
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov-0/+17
2008-11-16git-gui: Fix the after callback execution in rescan.Alexander Gavrilov-13/+28
2008-11-16git-gui: Implement system-wide configuration handling.Alexander Gavrilov-3/+9
2008-11-16git-gui: try to provide a window icon under XGiuseppe Bilotta-0/+22
2008-11-11git-gui: Add the Show SSH Key item to the clone dialog.Alexander Gavrilov-9/+11
2008-11-01git-gui: Add a simple implementation of SSH_ASKPASS.Alexander Gavrilov-0/+12
2008-11-01git-gui: Add a dialog that shows the OpenSSH public key.Alexander Gavrilov-0/+4
2008-10-10git-gui: Add a search command to the blame viewer.Alexander Gavrilov-0/+3
2008-09-30git-gui: gui.autoexplore makes explorer to pop up automatically after pickingPetr Baudis-0/+5
2008-09-30git-gui: Add Explore Working Copy to the Repository menuPetr Baudis-0/+18
2008-09-30git-gui: Use git web--browser for web browsingPetr Baudis-23/+7
2008-09-30git-gui: Add support for adding remotesPetr Baudis-0/+4
2008-09-30git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuPetr Baudis-2/+1
2008-09-30git-gui: Clarify the Remote -> Delete... actionPetr Baudis-1/+1
2008-09-30git-gui: Make Ctrl-T safe to use for conflicting files.Alexander Gavrilov-1/+3
2008-09-26git-gui: Show/hide "Sign Off" based on nocommitmsg optionShawn O. Pearce-2/+2
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Alexander Gavrilov-10/+8
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Alexander Gavrilov-0/+8
2008-09-24git-gui: Cleanup handling of the default encoding.Alexander Gavrilov-0/+1
2008-09-24git-gui: Use gitattribute "encoding" for file content displayShawn O. Pearce-0/+13
2008-09-24git-gui: Add support for calling out to the prepare-commit-msg hookJoshua Williams-0/+65
2008-09-24git-gui: Hide commit related UI during citool --nocommitShawn O. Pearce-48/+56
2008-09-24git-gui: Add more integration options to citool.Alexander Gavrilov-4/+77
2008-09-12git-gui: Restore ability to Stage Working Copy for conflicts.Alexander Gavrilov-0/+5
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Alexander Gavrilov-0/+3
2008-09-04git-gui: Make F5 reselect a diff, if an untracked file is selected.Alexander Gavrilov-9/+35
2008-09-04git-gui: Reimplement and enhance auto-selection of diffs.Alexander Gavrilov-27/+95
2008-09-04git-gui: Support conflict states _U & UT.Alexander Gavrilov-2/+4
2008-09-04git-gui: Don't allow staging files with conflicts.Alexander Gavrilov-0/+8
2008-09-04git-gui: Support calling merge tools.Alexander Gavrilov-0/+7
2008-09-04git-gui: Support resolving conflicts via the diff context menu.Alexander Gavrilov-60/+92
2008-09-01Merge branch 'maint'Shawn O. Pearce-1/+1
2008-09-01git gui: show diffs with a minimum of 1 context lineClemens Buchacher-1/+1
2008-08-24git-gui: Allow specifying an initial line for git gui blame.Alexander Gavrilov-2/+11
2008-08-24git-gui: Support starting gitk from Gui BlameAlexander Gavrilov-0/+1
2008-08-24git-gui: Teach git gui about file type changesGustaf Hendeby-1/+17
2008-08-04git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'Johannes Sixt-1/+5
2008-07-29git-gui: Fix gitk search in $PATH to work on WindowsShawn O. Pearce-3/+9
2008-07-27git-gui: Fix the Remote menu separator.Alexander Gavrilov-0/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen-3/+3
2008-07-16Kill the blame back-end on window close.Alexander Gavrilov-0/+14
2008-07-16Add options to control the search for copies in blame.Alexander Gavrilov-0/+2
2008-07-16Fix pre-commit hooks under MinGW/MSYSAlexander Gavrilov-2/+2
2008-07-08git-gui: Exit shortcut in MacOSX repairedSoeren Finster-3/+7
2008-07-02git-gui: Implement "Stage/Unstage Line"Johannes Sixt-0/+8
2008-06-25git-gui: Don't select the wrong file if the last listed file is staged.Abhijit Menon-Sen-2/+4
2008-06-20git-gui: Fix accidental staged state toggle when clicking top pixel rowRichard Quirk-1/+1
2008-06-13git-gui: Move on to the next filename after staging/unstaging a changeAbhijit Menon-Sen-2/+27