Code

git-gui: Implement local merge operations.
[git.git] / git-gui.sh
2007-01-26 Shawn O. Pearcegit-gui: Implement local merge operations.
2007-01-26 Shawn O. Pearcegit-gui: Use builtin version of 'git gc'.
2007-01-26 Shawn O. Pearcegit-gui: Refactor console success/failure handling.
2007-01-26 Shawn O. Pearcegit-gui: Always use -v option to push.
2007-01-26 Shawn O. Pearcegit-gui: Remove no longer used pull from remote code.
2007-01-26 Shawn O. Pearcegit-gui: Added arbitrary branch pushing support.
2007-01-26 Shawn O. Pearcegit-gui: Always use lsearch -exact, to prevent globbing.
2007-01-26 Shawn O. Pearcegit-gui: Maintain the same file list for diff during...
2007-01-25 Shawn O. Pearcegit-gui: Don't switch branches if changing to the curre...
2007-01-25 Shawn O. Pearcegit-gui: Remove Pull menu and cleanup Branch/Fetch...
2007-01-25 Shawn O. Pearcegit-gui: Prefer Tk's entry widget over a 1 line text...
2007-01-25 Shawn O. Pearcegit-gui: Pad the database statistics dialog window.
2007-01-25 Shawn O. Pearcegit-gui: Support 'Visualize All Branches' on Mac OS X.
2007-01-25 Shawn O. Pearcegit-gui: Force focus to the diff viewer on mouse click.
2007-01-25 Shawn O. Pearcegit-gui: Unset unnecessary UI setup variable.
2007-01-25 Shawn O. Pearcegit-gui: Cleanup end-of-line whitespace in commit messages.
2007-01-25 Shawn O. Pearcegit-gui: Elide CRs appearing in diff output from display.
2007-01-25 Shawn O. Pearcegit-gui: Allow staging/unstaging individual diff hunks.
2007-01-25 Shawn O. Pearcegit-gui: Only allow Refresh in diff context menu when...
2007-01-25 Shawn O. Pearcegit-gui: Display the size of the pack directory.
2007-01-25 Shawn O. Pearcegit-gui: Use system default labelframe bordering.
2007-01-25 Shawn O. Pearcegit-gui: Implement basic branch switching through read...
2007-01-25 Shawn O. Pearcegit-gui: Display database stats (count-objects -v)...
2007-01-23 Shawn O. Pearcegit-gui: Handle commit encoding better.
2007-01-23 Shawn O. Pearcegit-gui: Honor system encoding for filenames.
2007-01-23 Shawn O. Pearcegit-gui: Remove spurious newline in untracked file...
2007-01-23 Shawn O. Pearcegit-gui: Don't try to tag the 'Binary files * and ...
2007-01-23 Shawn O. Pearcegit-gui: When possible show the type of an untracked...
2007-01-23 Shawn O. Pearcegit-gui: Limit display of large untracked files.
2007-01-23 Shawn O. Pearcegit-gui: Don't show content of untracked binary files.
2007-01-23 Shawn O. Pearcegit-gui: Always start a rescan on an empty diff.
2007-01-23 Shawn O. Pearcegit-gui: Ignore 'No newline at end of file' marker...
2007-01-23 Shawn O. Pearcegit-gui: Fix 'Select All' action on Windows.
2007-01-23 Shawn O. Pearcegit-gui: Don't attempt to tag new file/deleted file...
2007-01-22 Shawn O. Pearcegit-gui: Force an update-index --refresh on unchanged...
2007-01-22 Shawn O. Pearcegit-gui: Don't format the mode line of a diff.
2007-01-22 Shawn O. Pearcegit-gui: Create missing branch head on initial commit.
2007-01-22 Shawn O. Pearcegit-gui: Slightly tweak new window geometry.
2007-01-22 Shawn O. Pearcegit-gui: Correctly categorize tracking branches and...
2007-01-22 Shawn O. Pearcegit-gui: Automatically toggle the relevant radio buttons.
2007-01-22 Shawn O. Pearcegit-gui: Fully select a field when entering into it.
2007-01-22 Shawn O. Pearcegit-gui: Improve keyboard traversal in dialogs.
2007-01-22 Shawn O. Pearcegit-gui: Allow user to specify a branch name pattern.
2007-01-22 Shawn O. Pearcegit-gui: Give a better error message on an empty branch...
2007-01-22 Shawn O. Pearcegit-gui: Don't offer tracking branches if none exist.
2007-01-22 Shawn O. Pearcegit-gui: Never line wrap in file lists.
2007-01-22 Shawn O. Pearcegit-gui: Make diff viewer colors match gitk's defaults.
2007-01-22 Shawn O. Pearcegit-gui: Correctly ignore '* Unmerged path' during...
2007-01-22 Shawn O. Pearcegit-gui: Change rude error popup to info popup.
2007-01-22 Shawn O. Pearcegit-gui: Improve the merge check interface for branch...
2007-01-22 Shawn O. Pearcegit-gui: Use a grid layout for branch dialog.
2007-01-22 Shawn O. Pearcegit-gui: Pad new branch name input box.
2007-01-22 Shawn O. Pearcegit-gui: Correct unmerged file detection at commit...
2007-01-22 Shawn O. Pearcegit-gui: Add Refresh to diff viewer context menu.
2007-01-22 Shawn O. Pearcegit-gui: Correct disappearing unstaged files.
2007-01-22 Shawn O. Pearcegit-gui: Clear diff from viewer if the side changed.
2007-01-22 Shawn O. Pearcegit-gui: Fix bug in unmerged file display.
2007-01-22 Shawn O. Pearcegit-gui: Improve diff --cc viewing for unmerged files.
2007-01-22 Shawn O. Pearcegit-gui: Improve the display of merge conflicts.
2007-01-22 Shawn O. Pearcegit-gui: Remove combined diff showing behavior.
2007-01-22 Shawn O. Pearcegit-gui: Refactor current_diff -> current_diff_path.
2007-01-21 Shawn O. Pearcegit-gui: Attempt to checkout the new branch after creation.
2007-01-21 Shawn O. Pearcegit-gui: Don't delete the test target branch.
2007-01-21 Shawn O. Pearcegit-gui: Improve the branch delete confirmation dialogs.
2007-01-21 Shawn O. Pearcegit-gui: Move commit_prehook into commit_tree.
2007-01-21 Shawn O. Pearcegit-gui: Remove 'Allow Partially Added Files' option.
2007-01-21 Shawn O. Pearcegit-gui: Use borders on text fields in branch dialog.
2007-01-21 Shawn O. Pearcegit-gui: Allow creating branches from tracking heads.
2007-01-21 Shawn O. Pearcegit-gui: Allow users to delete branches merged upstream.
2007-01-21 Shawn O. Pearcegit-gui: Implemented local branch deletion.
2007-01-21 Shawn O. Pearcegit-gui: Bind M1-N to create branch.
2007-01-21 Shawn O. Pearcegit-gui: Implemented create branch GUI.
2007-01-21 Shawn O. Pearcegit-gui: Pad the cancel/save buttons in the options...
2007-01-21 Shawn O. Pearcegit-gui: Only permit selection in one list at a time.
2007-01-21 Shawn O. Pearcegit-gui: Simplify printing of index info to update...
2007-01-21 Shawn O. Pearcegit-gui: Refactor the add to commit state filters.
2007-01-21 Shawn O. Pearcegit-gui: Refactor the revert (aka checkout-index) imple...
2007-01-21 Shawn O. Pearcegit-gui: Add or unstage based on the specific icon...
2007-01-21 Shawn O. Pearcegit-gui: Refactor add/remove proc names to align with...
2007-01-21 Shawn O. Pearcegit-gui: Cleanup state descriptions.
2007-01-21 Shawn O. Pearcegit-gui: Remove invalid DM state.
2007-01-21 Shawn O. Pearcegit-gui: Correct DD file state to be only D_.
2007-01-21 Shawn O. Pearcegit-gui: Convert UI to use 'staged for commit' interface.
2007-01-21 Shawn O. Pearcegit-gui: Start file status display refactoring.
2007-01-21 Shawn O. Pearcegit-gui: Display the directory we are entering during...
2007-01-21 Shawn O. Pearcegit-gui: Make the gitk starting message match our usual...
2007-01-21 Shawn O. Pearcegit-gui: Allow [gitdir ...] to act as [file join [gitdi...
2007-01-21 Shawn O. Pearcegit-gui: Cleanup usage of gitdir global variable.
2007-01-21 Shawn O. Pearcegit-gui: Refactor reponame computation.
2007-01-21 Shawn O. Pearcegit-gui: Suggest when running 'git gc' may be worthwhile.
2007-01-21 Shawn O. Pearcegit-gui: Don't offer my miga hack if its configuration...
2007-01-21 Shawn O. Pearcegit-gui: Allow the user to copy the version data to...
2007-01-21 Shawn O. Pearcegit-gui: Ensure version number is always current.
2007-01-21 Shawn O. Pearcegit-gui: Display the full GPL copyright notice in about...
2007-01-21 Shawn O. Pearcegit-gui: Display the git-gui version in the Help->About...
2007-01-21 Shawn O. Pearcegit-gui: Modified makefile to embed version into git...