summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * git-gui: Correctly handle spaces in filepaths.Shawn O. Pearce2007-01-291-2/+4
| * git-gui: Use -M and -C when running blame.Shawn O. Pearce2007-01-291-1/+3
| * git-gui: Allow users to edit user.name, user.email from options.Shawn O. Pearce2007-01-291-0/+6
| * git-gui: Display the current branch name in browsers.Shawn O. Pearce2007-01-291-3/+3
| * git-gui: Improve the icons used in the browser display.Shawn O. Pearce2007-01-291-18/+26
| * git-gui: Implemented file browser and incremental blame.Shawn O. Pearce2007-01-291-0/+459
| * git-gui: Test for Cygwin differently than from Windows.Shawn O. Pearce2007-01-291-34/+104
| * git-gui: Offer quick access to the HTML formatted documentation.Shawn O. Pearce2007-01-291-4/+44
| * git-gui: Reword meaning of merge.summary.Shawn O. Pearce2007-01-271-6/+2
| * git-gui: Support merge.summary, merge.verbosity.Shawn O. Pearce2007-01-261-27/+50
| * git-gui: Always offer scrollbars for branch lists.Shawn O. Pearce2007-01-261-7/+13
| * git-gui: Don't allow merges in the middle of other things.Shawn O. Pearce2007-01-261-0/+15
| * git-gui: Don't allow users to commit a bad octopus merge.Shawn O. Pearce2007-01-261-4/+24
| * git-gui: Update status bar during a merge.Shawn O. Pearce2007-01-261-2/+4
| * git-gui: Let users abort with `reset --hard` type logic.Shawn O. Pearce2007-01-261-0/+61
| * git-gui: Implement local merge operations.Shawn O. Pearce2007-01-261-12/+213
| * git-gui: Use builtin version of 'git gc'.Shawn O. Pearce2007-01-261-2/+43
| * git-gui: Refactor console success/failure handling.Shawn O. Pearce2007-01-261-18/+29
| * git-gui: Always use -v option to push.Shawn O. Pearce2007-01-261-0/+1
| * git-gui: Remove no longer used pull from remote code.Shawn O. Pearce2007-01-261-68/+5
| * git-gui: Added arbitrary branch pushing support.Shawn O. Pearce2007-01-261-0/+158
| * git-gui: Always use lsearch -exact, to prevent globbing.Shawn O. Pearce2007-01-261-5/+5
| * git-gui: Maintain the same file list for diff during refresh.Shawn O. Pearce2007-01-261-8/+5
| * git-gui: Don't switch branches if changing to the current branch.Shawn O. Pearce2007-01-251-0/+7
| * git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.Shawn O. Pearce2007-01-251-45/+9
| * git-gui: Prefer Tk's entry widget over a 1 line text field.Shawn O. Pearce2007-01-251-42/+33
| * git-gui: Pad the database statistics dialog window.Shawn O. Pearce2007-01-251-1/+1
| * git-gui: Support 'Visualize All Branches' on Mac OS X.Shawn O. Pearce2007-01-251-6/+4
| * git-gui: Force focus to the diff viewer on mouse click.Shawn O. Pearce2007-01-251-0/+1
| * git-gui: Unset unnecessary UI setup variable.Shawn O. Pearce2007-01-251-0/+1
| * git-gui: Cleanup end-of-line whitespace in commit messages.Shawn O. Pearce2007-01-251-3/+6
| * git-gui: Elide CRs appearing in diff output from display.Shawn O. Pearce2007-01-251-0/+4
| * git-gui: Allow staging/unstaging individual diff hunks.Shawn O. Pearce2007-01-251-12/+110
| * git-gui: Only allow Refresh in diff context menu when we have a diff.Shawn O. Pearce2007-01-251-0/+1
| * git-gui: Display the size of the pack directory.Shawn O. Pearce2007-01-251-0/+11
| * git-gui: Use system default labelframe bordering.Shawn O. Pearce2007-01-251-4/+2
| * git-gui: Implement basic branch switching through read-tree.Shawn O. Pearce2007-01-251-15/+101
| * git-gui: Display database stats (count-objects -v) on demand.Shawn O. Pearce2007-01-251-3/+64
| * git-gui: Handle commit encoding better.Shawn O. Pearce2007-01-231-1/+22
| * git-gui: Honor system encoding for filenames.Shawn O. Pearce2007-01-231-9/+14
| * git-gui: Remove spurious newline in untracked file display.Shawn O. Pearce2007-01-231-1/+0
| * git-gui: Don't try to tag the 'Binary files * and * differ' line.Shawn O. Pearce2007-01-231-0/+1
| * git-gui: When possible show the type of an untracked file.Shawn O. Pearce2007-01-231-0/+8
| * git-gui: Limit display of large untracked files.Shawn O. Pearce2007-01-231-5/+23
| * git-gui: Don't show content of untracked binary files.Shawn O. Pearce2007-01-231-0/+3
| * git-gui: Always start a rescan on an empty diff.Shawn O. Pearce2007-01-231-8/+6
| * git-gui: Ignore 'No newline at end of file' marker line.Shawn O. Pearce2007-01-231-0/+1
| * git-gui: Fix 'Select All' action on Windows.Shawn O. Pearce2007-01-231-3/+3
| * git-gui: Don't attempt to tag new file/deleted file headers in diffs.Shawn O. Pearce2007-01-231-0/+2
| * git-gui: Force an update-index --refresh on unchanged files.Shawn O. Pearce2007-01-221-10/+4