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