Code

git-gui: Allow users to delete branches merged upstream.
[git.git] / git-gui.sh
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...