summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)Author
2007-05-10git-gui: Paperbag fix blame in subdirectoryShawn O. Pearce
2007-05-09git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce
2007-05-09git-gui: Smarter command line parsing for browser, blameShawn O. Pearce
2007-05-09git-gui: Use prefix if blame is run in a subdirectoryShawn O. Pearce
2007-05-09git-gui: Convert blame to the "class" way of doing thingsShawn O. Pearce
2007-05-09git-gui: Convert browser, console to "class" formatShawn O. Pearce
2007-05-08Merge branch 'maint'Shawn O. Pearce
2007-05-08git-gui: Call changes "Staged" and "Unstaged" in file list titles.Johannes Sixt
2007-05-08git-gui: Move merge support into a namespaceShawn O. Pearce
2007-05-08git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce
2007-05-08git-gui: Refactor into multiple files to save my sanityShawn O. Pearce
2007-05-02git-gui: Refactor to use our git proc more oftenShawn O. Pearce
2007-05-02git-gui: Use option database defaults to set the fontShawn O. Pearce
2007-05-02git-gui: Cleanup common font handling for font_uiShawn O. Pearce
2007-05-02git-gui: Correct line wrapping for too many branch messageShawn O. Pearce
2007-05-02git-gui: Warn users before making an octopus mergeShawn O. Pearce
2007-05-02git-gui: Include the subject in the status bar after commitShawn O. Pearce
2007-05-02Merge branch 'maint'Shawn O. Pearce
2007-05-02git-gui: Allow spaces in path to 'wish'Shawn O. Pearce
2007-04-24git-gui: Correctly handle UTF-8 encoded commit messagesShawn O. Pearce
2007-04-15git-gui: Display the directory basename in the titleShawn O. Pearce
2007-04-15Merge branch 'er/ui'Shawn O. Pearce
2007-04-04git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce
2007-04-04Always bind the return key to the default buttonShawn O. Pearce
2007-04-04Do not break git-gui messages into multiple lines.Eygene Ryabinkin
2007-04-04Improve look-and-feel of the git-gui tool.Eygene Ryabinkin
2007-04-04Teach git-gui to use the user-defined UI font everywhere.Eygene Ryabinkin
2007-03-12git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce
2007-03-12git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce
2007-03-12git-gui: Allow committing empty mergesShawn O. Pearce
2007-03-01git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce
2007-02-26git-gui: Don't create empty (same tree as parent) commits.gitgui-0.6.2Shawn O. Pearce
2007-02-26git-gui: Add Reset to the Branch menu.Shawn O. Pearce
2007-02-26git-gui: Relocate the menu/transport menu code.Shawn O. Pearce
2007-02-21git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce
2007-02-21git-gui: Include browser in our usage message.Shawn O. Pearce
2007-02-21git-gui: Change summary of git-gui.Shawn O. Pearce
2007-02-21git-gui: Display all authors of git-gui.Shawn O. Pearce
2007-02-21git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce
2007-02-18git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce
2007-02-16git-gui: Expose the browser as a subcommand.Shawn O. Pearce
2007-02-15git-gui: Create new branches from a tag.Martin Koegler
2007-02-14git-gui: Print version on the console.Shawn O. Pearce
2007-02-14git-gui: More consistently display the application name.Shawn O. Pearce
2007-02-14git-gui: Permit merging tags into the current branch.Shawn O. Pearce
2007-02-14git-gui: Basic version check to ensure git 1.5.0 or later is used.Shawn O. Pearce
2007-02-14git-gui: Refactor 'exec git subcmd' idiom.Shawn O. Pearce
2007-02-12git-gui: Rename GIT_VERSION to GITGUI_VERSION.Shawn O. Pearce
2007-02-11git-gui: Stop deleting gitk preferences.Shawn O. Pearce
2007-02-09git-gui: Focus into blame panels on Mac OS.Shawn O. Pearce