summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)Author
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
2007-01-26git-gui: Update status bar during a merge.Shawn O. Pearce
2007-01-26git-gui: Let users abort with `reset --hard` type logic.Shawn O. Pearce
2007-01-26git-gui: Implement local merge operations.Shawn O. Pearce
2007-01-26git-gui: Use builtin version of 'git gc'.Shawn O. Pearce
2007-01-26git-gui: Refactor console success/failure handling.Shawn O. Pearce
2007-01-26git-gui: Always use -v option to push.Shawn O. Pearce
2007-01-26git-gui: Remove no longer used pull from remote code.Shawn O. Pearce
2007-01-26git-gui: Added arbitrary branch pushing support.Shawn O. Pearce
2007-01-26git-gui: Always use lsearch -exact, to prevent globbing.Shawn O. Pearce
2007-01-26git-gui: Maintain the same file list for diff during refresh.Shawn O. Pearce
2007-01-25git-gui: Don't switch branches if changing to the current branch.Shawn O. Pearce
2007-01-25git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.Shawn O. Pearce
2007-01-25git-gui: Prefer Tk's entry widget over a 1 line text field.Shawn O. Pearce
2007-01-25git-gui: Pad the database statistics dialog window.Shawn O. Pearce
2007-01-25git-gui: Support 'Visualize All Branches' on Mac OS X.Shawn O. Pearce
2007-01-25git-gui: Force focus to the diff viewer on mouse click.Shawn O. Pearce
2007-01-25git-gui: Unset unnecessary UI setup variable.Shawn O. Pearce
2007-01-25git-gui: Cleanup end-of-line whitespace in commit messages.Shawn O. Pearce
2007-01-25git-gui: Elide CRs appearing in diff output from display.Shawn O. Pearce
2007-01-25git-gui: Allow staging/unstaging individual diff hunks.Shawn O. Pearce
2007-01-25git-gui: Only allow Refresh in diff context menu when we have a diff.Shawn O. Pearce
2007-01-25git-gui: Display the size of the pack directory.Shawn O. Pearce
2007-01-25git-gui: Use system default labelframe bordering.Shawn O. Pearce
2007-01-25git-gui: Implement basic branch switching through read-tree.Shawn O. Pearce
2007-01-25git-gui: Display database stats (count-objects -v) on demand.Shawn O. Pearce
2007-01-23git-gui: Handle commit encoding better.Shawn O. Pearce
2007-01-23git-gui: Honor system encoding for filenames.Shawn O. Pearce
2007-01-23git-gui: Remove spurious newline in untracked file display.Shawn O. Pearce