summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)Author
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
2007-02-09git-gui: Improve annotated file display.Shawn O. Pearce
2007-02-09git-gui: Jump to the first annotation block as soon as its available.Shawn O. Pearce
2007-02-09git-gui: Redesign the display of annotated files.Shawn O. Pearce
2007-02-09git-gui: Use git-config now over git-repo-config.Shawn O. Pearce
2007-02-09git-gui: Relabel the Add All action.Shawn O. Pearce
2007-02-09git-gui: Select subcommands like git does.Shawn O. Pearce
2007-02-09git-gui: View blame from the command line.Shawn O. Pearce
2007-02-08git-gui: Optionally save commit buffer on exit.Shawn O. Pearce
2007-02-08git-gui: Separate transport/branch menus from multicommit.Shawn O. Pearce
2007-02-08git-gui: Refactor single_commit to a proc.Shawn O. Pearce
2007-02-08git-gui: Replace \ with \\ when showing paths.Shawn O. Pearce
2007-02-08git-gui: Support keyboard traversal in browser.Shawn O. Pearce
2007-02-08git-gui: Update known branches during rescan.Shawn O. Pearce
2007-01-29git-gui: Assign background colors to each blame hunk.Shawn O. Pearce
2007-01-29git-gui: Use a grid layout for the blame viewer.Shawn O. Pearce
2007-01-29git-gui: Install column headers in blame viewer.Shawn O. Pearce
2007-01-29git-gui: Display original filename and line number in blame.Shawn O. Pearce
2007-01-29git-gui: Correctly handle spaces in filepaths.Shawn O. Pearce
2007-01-29git-gui: Use -M and -C when running blame.Shawn O. Pearce
2007-01-29git-gui: Allow users to edit user.name, user.email from options.Shawn O. Pearce
2007-01-29git-gui: Display the current branch name in browsers.Shawn O. Pearce
2007-01-29git-gui: Improve the icons used in the browser display.Shawn O. Pearce
2007-01-29git-gui: Implemented file browser and incremental blame.Shawn O. Pearce
2007-01-29git-gui: Test for Cygwin differently than from Windows.Shawn O. Pearce
2007-01-29git-gui: Offer quick access to the HTML formatted documentation.Shawn O. Pearce
2007-01-27git-gui: Reword meaning of merge.summary.Shawn O. Pearce
2007-01-26git-gui: Support merge.summary, merge.verbosity.Shawn O. Pearce
2007-01-26git-gui: Always offer scrollbars for branch lists.Shawn O. Pearce
2007-01-26git-gui: Don't allow merges in the middle of other things.Shawn O. Pearce
2007-01-26git-gui: Don't allow users to commit a bad octopus merge.Shawn O. Pearce