summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce2007-03-121-7/+5
* git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce2007-03-124-135/+9
* git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce2007-03-121-19/+6
* git-gui: Allow committing empty mergesShawn O. Pearce2007-03-121-1/+1
* git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce2007-03-061-7/+15
* git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce2007-03-011-8/+2
* git-gui: Don't create empty (same tree as parent) commits.gitgui-0.6.2Shawn O. Pearce2007-02-261-0/+18
* git-gui: Add Reset to the Branch menu.Shawn O. Pearce2007-02-261-0/+6
* git-gui: Relocate the menu/transport menu code.Shawn O. Pearce2007-02-261-22/+28
* Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano2007-02-251-6/+19
* git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce2007-02-211-8/+8
* git-gui: Remove TODO list.Shawn O. Pearce2007-02-211-44/+0
* git-gui: Include browser in our usage message.Shawn O. Pearce2007-02-211-1/+1
* git-gui: Change summary of git-gui.Shawn O. Pearce2007-02-211-1/+1
* git-gui: Display all authors of git-gui.Shawn O. Pearce2007-02-214-10/+136
* git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce2007-02-211-1/+1
* git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce2007-02-181-15/+21
* git-gui: Expose the browser as a subcommand.Shawn O. Pearce2007-02-161-5/+21
* git-gui: Create new branches from a tag.Martin Koegler2007-02-151-0/+30
* git-gui: Prefer version file over git-describe.Shawn O. Pearce2007-02-141-6/+11
* git-gui: Print version on the console.Shawn O. Pearce2007-02-141-0/+7
* git-gui: More consistently display the application name.Shawn O. Pearce2007-02-141-4/+4
* git-gui: Permit merging tags into the current branch.Shawn O. Pearce2007-02-131-3/+5
* git-gui: Basic version check to ensure git 1.5.0 or later is used.Shawn O. Pearce2007-02-131-0/+32
* git-gui: Refactor 'exec git subcmd' idiom.Shawn O. Pearce2007-02-131-23/+31
* git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"Andy Parkins2007-02-131-1/+1
* git-gui: Change base version to 0.6.gitgui-0.6.0Shawn O. Pearce2007-02-121-1/+1
* git-gui: Guess our version accurately as a subproject.Shawn O. Pearce2007-02-121-4/+37
* git-gui: Handle gitgui tags in version gen.Shawn O. Pearce2007-02-121-5/+3
* git-gui: Generate a version file on demand.Shawn O. Pearce2007-02-121-1/+5
* git-gui: Rename GIT_VERSION to GITGUI_VERSION.Shawn O. Pearce2007-02-123-6/+6
* git-gui: Allow gitexecdir, INSTALL to be set by the caller.Shawn O. Pearce2007-02-121-3/+7
* git-gui: Stop deleting gitk preferences.Shawn O. Pearce2007-02-111-8/+0
* git-gui: Focus into blame panels on Mac OS.Shawn O. Pearce2007-02-091-1/+3
* git-gui: Improve annotated file display.Shawn O. Pearce2007-02-091-22/+72
* git-gui: Jump to the first annotation block as soon as its available.Shawn O. Pearce2007-02-081-1/+6
* git-gui: Redesign the display of annotated files.Shawn O. Pearce2007-02-081-199/+160
* git-gui: Use git-config now over git-repo-config.Shawn O. Pearce2007-02-081-8/+8
* git-gui: Relabel the Add All action.Shawn O. Pearce2007-02-081-2/+2
* git-gui: Select subcommands like git does.Shawn O. Pearce2007-02-081-13/+35
* git-gui: View blame from the command line.Shawn O. Pearce2007-02-081-84/+136
* git-gui: Optionally save commit buffer on exit.Shawn O. Pearce2007-02-081-26/+28
* git-gui: Separate transport/branch menus from multicommit.Shawn O. Pearce2007-02-081-7/+12
* git-gui: Refactor single_commit to a proc.Shawn O. Pearce2007-02-081-14/+30
* git-gui: Replace \ with \\ when showing paths.Shawn O. Pearce2007-02-081-0/+1
* git-gui: Support keyboard traversal in browser.Shawn O. Pearce2007-02-081-38/+99
* git-gui: Update known branches during rescan.Shawn O. Pearce2007-02-081-1/+6
* git-gui: Assign background colors to each blame hunk.Shawn O. Pearce2007-01-291-13/+58
* git-gui: Use a grid layout for the blame viewer.Shawn O. Pearce2007-01-291-63/+61
* git-gui: Install column headers in blame viewer.Shawn O. Pearce2007-01-291-21/+74