Code

git.git
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: Update todo list with finished and new items.
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...
2007-01-21 Shawn O. Pearcegit-gui: Hide the ugly bash command line from the windo...
2007-01-21 Shawn O. Pearcegit-gui: Change more 'include' language to 'add'.
2007-01-21 Shawn O. Pearcegit-gui: Work around odd cygpath bug on Windows.
2007-01-21 Shawn O. Pearcegit-gui: Correct wording of the revert confirmation...
2007-01-21 Shawn O. Pearcegit-gui: Corrected behavior of deleted (but existing...
2007-01-21 Shawn O. Pearcegit-gui: Run git-gc rather than git-repack.
2007-01-21 Shawn O. Pearcegit-gui: Show all fetched branches for remote pulls.
2007-01-21 Shawn O. Pearcegit-gui: Created very crude Tools menu, to support...
2007-01-21 Shawn O. Pearcegit-gui: Reworded 'Include' to 'Add' to match core...
2006-11-27 Shawn O. Pearcegit-gui: Auto-update any A? or M? files during rescan.
2006-11-27 Shawn O. Pearcegit-gui: Enable resolution of merge conflicts.
2006-11-26 Shawn O. Pearcegit-gui: Updated todo list.
2006-11-26 Shawn O. Pearcegit-gui: Set a proper title on our revert confirm dialo...
2006-11-25 Shawn O. Pearcegit-gui: Started implementation of switch_branch.
2006-11-25 Shawn O. Pearcegit-gui: Misc. comment and formatting cleanups.
2006-11-25 Shawn O. Pearcegit-gui: Rename all_branches -> all_heads.
2006-11-25 Shawn O. Pearcegit-gui: Automatically skip tracking branches in branch...
2006-11-25 Shawn O. Pearcegit-gui: Abort on not implemented branch switching.
2006-11-25 Shawn O. Pearcegit-gui: Parse off refs/remotes when showing current...
2006-11-24 Shawn O. Pearcegit-gui: Created Branch menu.
2006-11-24 Shawn O. Pearcegit-gui: Support file state MD (modified/deleted).
2006-11-24 Shawn O. Pearcegit-gui: Display the current branch.
2006-11-24 Shawn O. Pearcegit-gui: Added revert changes command.
2006-11-23 Shawn O. Pearcegit-gui: Improve pull error dialogs.
2006-11-22 Shawn O. Pearcegit-gui: Don't start 'gitk --all' on Mac OS X.
2006-11-22 Shawn O. Pearcegit-gui: Added menu command to visualize all branches.
2006-11-22 Shawn O. Pearcegit-gui: Refactor M1 binding selection.
2006-11-21 Shawn O. Pearcegit-gui: Added configuration editor TODO list.
2006-11-21 Shawn O. Pearcegit-gui: Warn Cygwin users about possible environment...
2006-11-21 Shawn O. Pearcegit-gui: Correct is_MacOSX platform test.
2006-11-21 Shawn O. Pearcegit-gui: Abstract out windows platform test to is_Windo...
2006-11-21 Shawn O. Pearcegit-gui: Include the Tcl/Tk version in the about dialog.
2006-11-21 Shawn O. Pearcegit-gui: Make the copyright notice serve double duty.
2006-11-21 Shawn O. Pearcegit-gui: Be more Macintosh like.
2006-11-21 Shawn O. Pearcegit-gui: Added about dialog box.
next