summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-24git-gui: Teach git gui about file type changesLibravatar Gustaf Hendeby1-1/+17
2008-08-04git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'Libravatar Johannes Sixt1-1/+5
2008-07-29git-gui: Fix gitk search in $PATH to work on WindowsLibravatar Shawn O. Pearce1-3/+9
2008-07-27git-gui: Fix the Remote menu separator.Libravatar Alexander Gavrilov1-0/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreLibravatar Abhijit Menon-Sen1-3/+3
2008-07-16Kill the blame back-end on window close.Libravatar Alexander Gavrilov1-0/+14
2008-07-16Add options to control the search for copies in blame.Libravatar Alexander Gavrilov1-0/+2
2008-07-16Fix pre-commit hooks under MinGW/MSYSLibravatar Alexander Gavrilov1-2/+2
2008-07-08git-gui: Exit shortcut in MacOSX repairedLibravatar Soeren Finster1-3/+7
2008-07-02git-gui: Implement "Stage/Unstage Line"Libravatar Johannes Sixt1-0/+8
2008-06-25git-gui: Don't select the wrong file if the last listed file is staged.Libravatar Abhijit Menon-Sen1-2/+4
2008-06-20git-gui: Fix accidental staged state toggle when clicking top pixel rowLibravatar Richard Quirk1-1/+1
2008-06-13git-gui: Move on to the next filename after staging/unstaging a changeLibravatar Abhijit Menon-Sen1-2/+27
2008-05-22git-gui: Handle workdir detection when CYGWIN=nowinsymlinksLibravatar Shawn O. Pearce1-16/+7
2008-05-20git-gui: Add a --trace command line optionLibravatar Shawn O. Pearce1-8/+39