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