summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2007-02-12git-gui: Change base version to 0.6.gitgui-0.6.0Shawn O. Pearce-1/+1
2007-02-12git-gui: Guess our version accurately as a subproject.Shawn O. Pearce-4/+37
2007-02-12git-gui: Handle gitgui tags in version gen.Shawn O. Pearce-5/+3
2007-02-12git-gui: Generate a version file on demand.Shawn O. Pearce-1/+5
2007-02-12git-gui: Rename GIT_VERSION to GITGUI_VERSION.Shawn O. Pearce-6/+6
2007-02-12git-gui: Allow gitexecdir, INSTALL to be set by the caller.Shawn O. Pearce-3/+7
2007-02-11git-gui: Stop deleting gitk preferences.Shawn O. Pearce-8/+0
2007-02-09git-gui: Focus into blame panels on Mac OS.Shawn O. Pearce-1/+3
2007-02-09git-gui: Improve annotated file display.Shawn O. Pearce-22/+72
2007-02-08git-gui: Jump to the first annotation block as soon as its available.Shawn O. Pearce-1/+6
2007-02-08git-gui: Redesign the display of annotated files.Shawn O. Pearce-199/+160
2007-02-08git-gui: Use git-config now over git-repo-config.Shawn O. Pearce-8/+8
2007-02-08git-gui: Relabel the Add All action.Shawn O. Pearce-2/+2
2007-02-08git-gui: Select subcommands like git does.Shawn O. Pearce-13/+35
2007-02-08git-gui: View blame from the command line.Shawn O. Pearce-84/+136
2007-02-08git-gui: Optionally save commit buffer on exit.Shawn O. Pearce-26/+28
2007-02-08git-gui: Separate transport/branch menus from multicommit.Shawn O. Pearce-7/+12
2007-02-08git-gui: Refactor single_commit to a proc.Shawn O. Pearce-14/+30
2007-02-08git-gui: Replace \ with \\ when showing paths.Shawn O. Pearce-0/+1
2007-02-08git-gui: Support keyboard traversal in browser.Shawn O. Pearce-38/+99
2007-02-08git-gui: Update known branches during rescan.Shawn O. Pearce-1/+6
2007-01-29git-gui: Assign background colors to each blame hunk.Shawn O. Pearce-13/+58
2007-01-29git-gui: Use a grid layout for the blame viewer.Shawn O. Pearce-63/+61
2007-01-29git-gui: Install column headers in blame viewer.Shawn O. Pearce-21/+74
2007-01-29git-gui: Display original filename and line number in blame.Shawn O. Pearce-1/+33
2007-01-29git-gui: Correctly handle spaces in filepaths.Shawn O. Pearce-2/+4
2007-01-29git-gui: Use -M and -C when running blame.Shawn O. Pearce-1/+3
2007-01-29git-gui: Allow users to edit user.name, user.email from options.Shawn O. Pearce-0/+6
2007-01-29git-gui: Display the current branch name in browsers.Shawn O. Pearce-3/+3
2007-01-29git-gui: Improve the icons used in the browser display.Shawn O. Pearce-18/+26
2007-01-29git-gui: Implemented file browser and incremental blame.Shawn O. Pearce-0/+459
2007-01-29git-gui: Test for Cygwin differently than from Windows.Shawn O. Pearce-34/+104
2007-01-29git-gui: Offer quick access to the HTML formatted documentation.Shawn O. Pearce-4/+44
2007-01-27git-gui: Reword meaning of merge.summary.Shawn O. Pearce-6/+2
2007-01-26git-gui: Support merge.summary, merge.verbosity.Shawn O. Pearce-27/+50
2007-01-26git-gui: Always offer scrollbars for branch lists.Shawn O. Pearce-7/+13
2007-01-26git-gui: Don't allow merges in the middle of other things.Shawn O. Pearce-0/+15
2007-01-26git-gui: Don't allow users to commit a bad octopus merge.Shawn O. Pearce-4/+24
2007-01-26git-gui: Update status bar during a merge.Shawn O. Pearce-2/+4
2007-01-26git-gui: Let users abort with `reset --hard` type logic.Shawn O. Pearce-0/+61
2007-01-26git-gui: Implement local merge operations.Shawn O. Pearce-12/+213
2007-01-26git-gui: Use builtin version of 'git gc'.Shawn O. Pearce-2/+43
2007-01-26git-gui: Refactor console success/failure handling.Shawn O. Pearce-18/+29
2007-01-26git-gui: Always use -v option to push.Shawn O. Pearce-0/+1
2007-01-26git-gui: Remove no longer used pull from remote code.Shawn O. Pearce-68/+5
2007-01-26git-gui: Added arbitrary branch pushing support.Shawn O. Pearce-0/+158
2007-01-26git-gui: Always use lsearch -exact, to prevent globbing.Shawn O. Pearce-5/+5
2007-01-26git-gui: Maintain the same file list for diff during refresh.Shawn O. Pearce-8/+5
2007-01-25git-gui: Don't switch branches if changing to the current branch.Shawn O. Pearce-0/+7
2007-01-25git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.Shawn O. Pearce-45/+9