summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)Author
2008-10-10git-gui: Add a search command to the blame viewer.Alexander Gavrilov
2008-09-30git-gui: gui.autoexplore makes explorer to pop up automatically after pickingPetr Baudis
2008-09-30git-gui: Add Explore Working Copy to the Repository menuPetr Baudis
2008-09-30git-gui: Use git web--browser for web browsingPetr Baudis
2008-09-30git-gui: Add support for adding remotesPetr Baudis
2008-09-30git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuPetr Baudis
2008-09-30git-gui: Clarify the Remote -> Delete... actionPetr Baudis
2008-09-30git-gui: Make Ctrl-T safe to use for conflicting files.Alexander Gavrilov
2008-09-26git-gui: Show/hide "Sign Off" based on nocommitmsg optionShawn O. Pearce
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Alexander Gavrilov
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Alexander Gavrilov
2008-09-24git-gui: Cleanup handling of the default encoding.Alexander Gavrilov
2008-09-24git-gui: Use gitattribute "encoding" for file content displayShawn O. Pearce
2008-09-24git-gui: Add support for calling out to the prepare-commit-msg hookJoshua Williams
2008-09-24git-gui: Hide commit related UI during citool --nocommitShawn O. Pearce
2008-09-24git-gui: Add more integration options to citool.Alexander Gavrilov
2008-09-12git-gui: Restore ability to Stage Working Copy for conflicts.Alexander Gavrilov
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Alexander Gavrilov
2008-09-04git-gui: Make F5 reselect a diff, if an untracked file is selected.Alexander Gavrilov
2008-09-04git-gui: Reimplement and enhance auto-selection of diffs.Alexander Gavrilov
2008-09-04git-gui: Support conflict states _U & UT.Alexander Gavrilov
2008-09-04git-gui: Don't allow staging files with conflicts.Alexander Gavrilov
2008-09-04git-gui: Support calling merge tools.Alexander Gavrilov
2008-09-04git-gui: Support resolving conflicts via the diff context menu.Alexander Gavrilov
2008-09-01Merge branch 'maint'Shawn O. Pearce
2008-09-01git gui: show diffs with a minimum of 1 context lineClemens Buchacher
2008-08-24git-gui: Allow specifying an initial line for git gui blame.Alexander Gavrilov
2008-08-24git-gui: Support starting gitk from Gui BlameAlexander Gavrilov
2008-08-24git-gui: Teach git gui about file type changesGustaf Hendeby
2008-08-04git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'Johannes Sixt
2008-07-29git-gui: Fix gitk search in $PATH to work on WindowsShawn O. Pearce
2008-07-27git-gui: Fix the Remote menu separator.Alexander Gavrilov
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen
2008-07-16Kill the blame back-end on window close.Alexander Gavrilov
2008-07-16Add options to control the search for copies in blame.Alexander Gavrilov
2008-07-16Fix pre-commit hooks under MinGW/MSYSAlexander Gavrilov
2008-07-08git-gui: Exit shortcut in MacOSX repairedSoeren Finster
2008-07-02git-gui: Implement "Stage/Unstage Line"Johannes Sixt
2008-06-25git-gui: Don't select the wrong file if the last listed file is staged.Abhijit Menon-Sen
2008-06-20git-gui: Fix accidental staged state toggle when clicking top pixel rowRichard Quirk
2008-06-13git-gui: Move on to the next filename after staging/unstaging a changeAbhijit Menon-Sen
2008-05-22git-gui: Handle workdir detection when CYGWIN=nowinsymlinksShawn O. Pearce
2008-05-20git-gui: Add a --trace command line optionShawn O. Pearce
2008-05-08git-gui: Setup branch.remote,merge for shorthand git-pullShawn O. Pearce
2008-04-05git-gui: use +/- instead of ]/[ to show more/less context in diffgitgui-0.10.1Michele Ballabio
2008-04-03git-gui: Switch keybindings for [ and ] to bracketleft and bracketrightShawn O. Pearce
2008-04-02git-gui: Add shortcut keys for Show More/Less ContextJonathan del Strother
2008-03-15git-gui: Don't translate the special Apple menuShawn O. Pearce
2008-03-07git-gui: Add option for changing the width of the commit message text boxAdam Piątyszek
2008-03-05git-gui: if a background colour is set, set foreground colour as wellPhilipp A. Hartmann