summaryrefslogtreecommitdiff
path: root/git-gui
AgeCommit message (Expand)Author
2006-11-19git-gui: Restore the all important shebang line.Shawn O. Pearce
2006-11-19git-gui: Refactored diff line display formatting logic.Shawn O. Pearce
2006-11-19git-gui: Correct toggling of added/untracked status for new files.Shawn O. Pearce
2006-11-19git-gui: Describe deleted symlinks in a more friendly way.Shawn O. Pearce
2006-11-19git-gui: Fix list loading corruption introduced by 1461c5f3.Shawn O. Pearce
2006-11-19git-gui: Correct toggling of deleted file status.Shawn O. Pearce
2006-11-19git-gui: Make consecutive icon clicks toggle included status of a file.Shawn O. Pearce
2006-11-19git-gui: Teach the gui how to uninclude a file.Shawn O. Pearce
2006-11-19git-gui: Don't create PkgInfo on Mac OS X "desktop icons".Shawn O. Pearce
2006-11-19git-gui: Allow adding untracked files in selection.Shawn O. Pearce
2006-11-19git-gui: Rephrase rescan before commit informational message.Shawn O. Pearce
2006-11-19git-gui: Verify the user has GIT_COMMITTER_IDENT before comitting.Shawn O. Pearce
2006-11-19git-gui: Toggle between new commit and amend commit modes.Shawn O. Pearce
2006-11-18git-gui: Start UI with the index locked.Shawn O. Pearce
2006-11-18git-gui: Misc. comment formatting cleanups.Shawn O. Pearce
2006-11-18git-gui: Add menu option to include only selected files.Shawn O. Pearce
2006-11-18git-gui: Refactor file state representations.Shawn O. Pearce
2006-11-18git-gui: Only reshow diff when really necessary.Shawn O. Pearce
2006-11-18git-gui: Make initial commits work properly.Shawn O. Pearce
2006-11-18git-gui: Display error dialog on Mac OS X when no .git found.Shawn O. Pearce
2006-11-18git-gui: Create a .app file on MacOS X if requested.Shawn O. Pearce
2006-11-18git-gui: Only populate a fetch or push if we have an action.Shawn O. Pearce
2006-11-18git-gui: Handle ' within paths when creating Windows shortcuts.Shawn O. Pearce
2006-11-18git-gui: Protect ourselves from funny GIT_DIR/working directory setups.Shawn O. Pearce
2006-11-18git-gui: Create Windows shortcut icons for git-gui.Shawn O. Pearce
2006-11-18git-gui: Correctly handle GIT_DIR environment variable.Shawn O. Pearce
2006-11-15git-gui: Disable diff actions when no diff is active.Shawn O. Pearce
2006-11-15git-gui: Automatically update-index all included files before commit.Shawn O. Pearce
2006-11-14git-gui: Allow update_index to also run a script when it completes.Shawn O. Pearce
2006-11-14git-gui: Provide an after-rescan script to rescan.Shawn O. Pearce
2006-11-14git-gui: Refactor update_status -> rescan.Shawn O. Pearce
2006-11-13git-gui: Implemented multiple selection in file lists.Shawn O. Pearce
2006-11-13git-gui: Narrow the no differences information message.Shawn O. Pearce
2006-11-13git-gui: Refactor mouse clicking on file names/icons.Shawn O. Pearce
2006-11-13git-gui: By default don't allow partially included files.Shawn O. Pearce
2006-11-13git-gui: Reverted file name text field to a label.Shawn O. Pearce
2006-11-13git-gui: Minor UI layout improvements for console windows.Shawn O. Pearce
2006-11-13git-gui: Display status on left in diff header.Shawn O. Pearce
2006-11-13git-gui: Correct language for M_/A_ status codes.Shawn O. Pearce
2006-11-13git-gui: Allow the user to copy name of the file in the diff viewer.Shawn O. Pearce
2006-11-13git-gui: Use a smaller pipe buffer for update-index.Shawn O. Pearce
2006-11-13git-gui: Sort the list of paths being updated in the index.Shawn O. Pearce
2006-11-13git-gui: Allow the user to control the number of context lines in a diff.Shawn O. Pearce
2006-11-13git-gui: Cleanup diff construction code to prepare for more options.Shawn O. Pearce
2006-11-13git-gui: Reshow diff if we sent the file to update-index.Shawn O. Pearce
2006-11-13git-gui: Always use eq/ne for string comparsions.Shawn O. Pearce
2006-11-13git-gui: Added post-commit invocation after the commit is done.Shawn O. Pearce
2006-11-13git-gui: Remove the commit_active global variable.Shawn O. Pearce
2006-11-13git-gui: Run the pre-commit hook in the background.Shawn O. Pearce
2006-11-13git-gui: Allow the user to disable diff stat summary during pull.Shawn O. Pearce