Code

git-gui: Correctly ignore '* Unmerged path' during diff.
[git.git] / git-gui.sh
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...