aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * git-gui: Don't allow merges in the middle of other things.Shawn O. Pearce2007-01-26
| * git-gui: Don't allow users to commit a bad octopus merge.Shawn O. Pearce2007-01-26
| * git-gui: Update status bar during a merge.Shawn O. Pearce2007-01-26
| * git-gui: Let users abort with `reset --hard` type logic.Shawn O. Pearce2007-01-26
| * git-gui: Implement local merge operations.Shawn O. Pearce2007-01-26
| * git-gui: Use builtin version of 'git gc'.Shawn O. Pearce2007-01-26
| * git-gui: Refactor console success/failure handling.Shawn O. Pearce2007-01-26
| * git-gui: Always use -v option to push.Shawn O. Pearce2007-01-26
| * git-gui: Remove no longer used pull from remote code.Shawn O. Pearce2007-01-26
| * git-gui: Added arbitrary branch pushing support.Shawn O. Pearce2007-01-26
| * git-gui: Always use lsearch -exact, to prevent globbing.Shawn O. Pearce2007-01-26
| * git-gui: Maintain the same file list for diff during refresh.Shawn O. Pearce2007-01-26
| * git-gui: Don't switch branches if changing to the current branch.Shawn O. Pearce2007-01-25
| * git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus.Shawn O. Pearce2007-01-25
| * git-gui: Prefer Tk's entry widget over a 1 line text field.Shawn O. Pearce2007-01-25
| * git-gui: Pad the database statistics dialog window.Shawn O. Pearce2007-01-25
| * git-gui: Support 'Visualize All Branches' on Mac OS X.Shawn O. Pearce2007-01-25
| * git-gui: Force focus to the diff viewer on mouse click.Shawn O. Pearce2007-01-25
| * git-gui: Unset unnecessary UI setup variable.Shawn O. Pearce2007-01-25
| * git-gui: Cleanup end-of-line whitespace in commit messages.Shawn O. Pearce2007-01-25
| * git-gui: Elide CRs appearing in diff output from display.Shawn O. Pearce2007-01-25
| * git-gui: Allow staging/unstaging individual diff hunks.Shawn O. Pearce2007-01-25
| * git-gui: Only allow Refresh in diff context menu when we have a diff.Shawn O. Pearce2007-01-25
| * git-gui: Display the size of the pack directory.Shawn O. Pearce2007-01-25
| * git-gui: Use system default labelframe bordering.Shawn O. Pearce2007-01-25
| * git-gui: Implement basic branch switching through read-tree.Shawn O. Pearce2007-01-25
| * git-gui: Display database stats (count-objects -v) on demand.Shawn O. Pearce2007-01-25
| * git-gui: Handle commit encoding better.Shawn O. Pearce2007-01-23
| * git-gui: Honor system encoding for filenames.Shawn O. Pearce2007-01-23
| * git-gui: Remove spurious newline in untracked file display.Shawn O. Pearce2007-01-23
| * git-gui: Don't try to tag the 'Binary files * and * differ' line.Shawn O. Pearce2007-01-23
| * git-gui: When possible show the type of an untracked file.Shawn O. Pearce2007-01-23
| * git-gui: Limit display of large untracked files.Shawn O. Pearce2007-01-23
| * git-gui: Don't show content of untracked binary files.Shawn O. Pearce2007-01-23
| * git-gui: Always start a rescan on an empty diff.Shawn O. Pearce2007-01-23
| * git-gui: Ignore 'No newline at end of file' marker line.Shawn O. Pearce2007-01-23
| * git-gui: Fix 'Select All' action on Windows.Shawn O. Pearce2007-01-23
| * git-gui: Don't attempt to tag new file/deleted file headers in diffs.Shawn O. Pearce2007-01-23
| * git-gui: Force an update-index --refresh on unchanged files.Shawn O. Pearce2007-01-22
| * git-gui: Don't format the mode line of a diff.Shawn O. Pearce2007-01-21
| * git-gui: Create missing branch head on initial commit.Shawn O. Pearce2007-01-21
| * git-gui: Slightly tweak new window geometry.Shawn O. Pearce2007-01-21
| * git-gui: Update todo list with finished and new items.Shawn O. Pearce2007-01-21
| * git-gui: Correctly categorize tracking branches and heads.Shawn O. Pearce2007-01-21
| * git-gui: Automatically toggle the relevant radio buttons.Shawn O. Pearce2007-01-21
| * git-gui: Fully select a field when entering into it.Shawn O. Pearce2007-01-21
| * git-gui: Improve keyboard traversal in dialogs.Shawn O. Pearce2007-01-21
| * git-gui: Allow user to specify a branch name pattern.Shawn O. Pearce2007-01-21
| * git-gui: Give a better error message on an empty branch name.Shawn O. Pearce2007-01-21
| * git-gui: Don't offer tracking branches if none exist.Shawn O. Pearce2007-01-21