summaryrefslogtreecommitdiff
path: root/git-gui
AgeCommit message (Expand)AuthorFilesLines
2006-11-19git-gui: Correct toggling of deleted file status.Libravatar Shawn O. Pearce1-1/+4
2006-11-19git-gui: Make consecutive icon clicks toggle included status of a file.Libravatar Shawn O. Pearce1-5/+18
2006-11-19git-gui: Teach the gui how to uninclude a file.Libravatar Shawn O. Pearce1-28/+157
2006-11-18git-gui: Don't create PkgInfo on Mac OS X "desktop icons".Libravatar Shawn O. Pearce1-4/+0
2006-11-18git-gui: Allow adding untracked files in selection.Libravatar Shawn O. Pearce1-3/+18
2006-11-18git-gui: Rephrase rescan before commit informational message.Libravatar Shawn O. Pearce1-5/+5
2006-11-18git-gui: Verify the user has GIT_COMMITTER_IDENT before comitting.Libravatar Shawn O. Pearce1-15/+25
2006-11-18git-gui: Toggle between new commit and amend commit modes.Libravatar Shawn O. Pearce1-18/+79
2006-11-18git-gui: Start UI with the index locked.Libravatar Shawn O. Pearce1-1/+2
2006-11-18git-gui: Misc. comment formatting cleanups.Libravatar Shawn O. Pearce1-11/+19
2006-11-18git-gui: Add menu option to include only selected files.Libravatar Shawn O. Pearce1-3/+29
2006-11-18git-gui: Refactor file state representations.Libravatar Shawn O. Pearce1-10/+10
2006-11-18git-gui: Only reshow diff when really necessary.Libravatar Shawn O. Pearce1-17/+21
2006-11-18git-gui: Make initial commits work properly.Libravatar Shawn O. Pearce1-28/+46
2006-11-18git-gui: Display error dialog on Mac OS X when no .git found.Libravatar Shawn O. Pearce1-3/+6
2006-11-18git-gui: Create a .app file on MacOS X if requested.Libravatar Shawn O. Pearce1-0/+78
2006-11-17git-gui: Only populate a fetch or push if we have an action.Libravatar Shawn O. Pearce1-8/+60
2006-11-17git-gui: Handle ' within paths when creating Windows shortcuts.Libravatar Shawn O. Pearce1-0/+2
2006-11-17git-gui: Protect ourselves from funny GIT_DIR/working directory setups.Libravatar Shawn O. Pearce1-2/+12
2006-11-17git-gui: Create Windows shortcut icons for git-gui.Libravatar Shawn O. Pearce1-0/+55
2006-11-17git-gui: Correctly handle GIT_DIR environment variable.Libravatar Shawn O. Pearce1-5/+6
2006-11-15git-gui: Disable diff actions when no diff is active.Libravatar Shawn O. Pearce1-68/+118
2006-11-15git-gui: Automatically update-index all included files before commit.Libravatar Shawn O. Pearce1-35/+66
2006-11-14git-gui: Allow update_index to also run a script when it completes.Libravatar Shawn O. Pearce1-11/+20
2006-11-14git-gui: Provide an after-rescan script to rescan.Libravatar Shawn O. Pearce1-34/+34
2006-11-14git-gui: Refactor update_status -> rescan.Libravatar Shawn O. Pearce1-11/+11
2006-11-13git-gui: Implemented multiple selection in file lists.Libravatar Shawn O. Pearce1-25/+111
2006-11-13git-gui: Narrow the no differences information message.Libravatar Shawn O. Pearce1-7/+9
2006-11-13git-gui: Refactor mouse clicking on file names/icons.Libravatar Shawn O. Pearce1-9/+6
2006-11-13git-gui: By default don't allow partially included files.Libravatar Shawn O. Pearce1-11/+25
2006-11-13git-gui: Reverted file name text field to a label.Libravatar Shawn O. Pearce1-22/+12
2006-11-13git-gui: Minor UI layout improvements for console windows.Libravatar Shawn O. Pearce1-7/+5
2006-11-13git-gui: Display status on left in diff header.Libravatar Shawn O. Pearce1-12/+10
2006-11-13git-gui: Correct language for M_/A_ status codes.Libravatar Shawn O. Pearce1-4/+4
2006-11-13git-gui: Allow the user to copy name of the file in the diff viewer.Libravatar Shawn O. Pearce1-4/+26
2006-11-13git-gui: Use a smaller pipe buffer for update-index.Libravatar Shawn O. Pearce1-1/+5
2006-11-13git-gui: Sort the list of paths being updated in the index.Libravatar Shawn O. Pearce1-0/+1
2006-11-13git-gui: Allow the user to control the number of context lines in a diff.Libravatar Shawn O. Pearce1-11/+55
2006-11-13git-gui: Cleanup diff construction code to prepare for more options.Libravatar Shawn O. Pearce1-4/+11
2006-11-13git-gui: Reshow diff if we sent the file to update-index.Libravatar Shawn O. Pearce1-4/+9
2006-11-13git-gui: Always use eq/ne for string comparsions.Libravatar Shawn O. Pearce1-70/+70
2006-11-13git-gui: Added post-commit invocation after the commit is done.Libravatar Shawn O. Pearce1-1/+16
2006-11-13git-gui: Remove the commit_active global variable.Libravatar Shawn O. Pearce1-18/+9
2006-11-13git-gui: Run the pre-commit hook in the background.Libravatar Shawn O. Pearce1-12/+43
2006-11-13git-gui: Allow the user to disable diff stat summary during pull.Libravatar Shawn O. Pearce1-2/+6
2006-11-13git-gui: Don't load the global options unless necessary.Libravatar Shawn O. Pearce1-13/+16
2006-11-13git-gui: Hide non-commit related commands when invoked as git-citool.Libravatar Shawn O. Pearce1-17/+25
2006-11-13git-gui: Correct bugs in font config handling.Libravatar Shawn O. Pearce1-4/+6
2006-11-13git-gui: Use 'after 1' to post UI rather than tkwait.Libravatar Shawn O. Pearce1-2/+1
2006-11-12git-gui: Added Options... menu item to end of diff context menu.Libravatar Shawn O. Pearce1-1/+4