516 Commits (85d2d59760e5de7f288109cb278eb91da0d5f9bf)
 

Author SHA1 Message Date
Shawn O. Pearce 1461c5f3d0 git-gui: Teach the gui how to uninclude a file. 18 years ago
Shawn O. Pearce d7c0d7c861 git-gui: Don't create PkgInfo on Mac OS X "desktop icons". 18 years ago
Shawn O. Pearce 54896cf7c1 git-gui: Allow adding untracked files in selection. 18 years ago
Shawn O. Pearce bca680b054 git-gui: Rephrase rescan before commit informational message. 18 years ago
Shawn O. Pearce d63efae281 git-gui: Verify the user has GIT_COMMITTER_IDENT before comitting. 18 years ago
Shawn O. Pearce 24ac9b752d git-gui: Toggle between new commit and amend commit modes. 18 years ago
Shawn O. Pearce ef5c971506 git-gui: Remove completed items from TODO list. 18 years ago
Shawn O. Pearce 53716a7bc9 git-gui: Start UI with the index locked. 18 years ago
Shawn O. Pearce a49c67d1ff git-gui: Misc. comment formatting cleanups. 18 years ago
Shawn O. Pearce c4ed879fc2 git-gui: Add menu option to include only selected files. 18 years ago
Shawn O. Pearce b676511298 git-gui: Refactor file state representations. 18 years ago
Shawn O. Pearce 32e0bcab59 git-gui: Only reshow diff when really necessary. 18 years ago
Shawn O. Pearce 4539eacd6d git-gui: Make initial commits work properly. 18 years ago
Shawn O. Pearce cbbaa28bc0 git-gui: Display error dialog on Mac OS X when no .git found. 18 years ago
Shawn O. Pearce 06c311157a git-gui: Create a .app file on MacOS X if requested. 18 years ago
Shawn O. Pearce c1237ae288 git-gui: Only populate a fetch or push if we have an action. 18 years ago
Shawn O. Pearce 306500fc09 git-gui: Handle ' within paths when creating Windows shortcuts. 18 years ago
Shawn O. Pearce dbccbbda4f git-gui: Protect ourselves from funny GIT_DIR/working directory setups. 18 years ago
Shawn O. Pearce 4aca740b39 git-gui: Create Windows shortcut icons for git-gui. 18 years ago
Shawn O. Pearce fbee8500a5 git-gui: Correctly handle GIT_DIR environment variable. 18 years ago
Shawn O. Pearce b3678bacbc git-gui: Created makefile to install the program. 18 years ago
Shawn O. Pearce e8ab644619 git-gui: Disable diff actions when no diff is active. 18 years ago
Shawn O. Pearce bbe3b3b9b9 git-gui: Automatically update-index all included files before commit. 18 years ago
Shawn O. Pearce 04b393824f git-gui: Allow update_index to also run a script when it completes. 18 years ago
Shawn O. Pearce 8f52548a9e git-gui: Provide an after-rescan script to rescan. 18 years ago
Shawn O. Pearce 99058720df git-gui: Refactor update_status -> rescan. 18 years ago
Shawn O. Pearce 24263b7716 git-gui: Implemented multiple selection in file lists. 18 years ago
Shawn O. Pearce a37eee4406 git-gui: Narrow the no differences information message. 18 years ago
Shawn O. Pearce 7d0d289e45 git-gui: Refactor mouse clicking on file names/icons. 18 years ago
Shawn O. Pearce f7f8d32226 git-gui: By default don't allow partially included files. 18 years ago
Shawn O. Pearce fce89e466a git-gui: Reverted file name text field to a label. 18 years ago
Shawn O. Pearce 1e5c18fb43 git-gui: Minor UI layout improvements for console windows. 18 years ago
Shawn O. Pearce 3e7b0e1d0a git-gui: Display status on left in diff header. 18 years ago
Shawn O. Pearce 135f76ed99 git-gui: Correct language for M_/A_ status codes. 18 years ago
Shawn O. Pearce c11b5f20d3 git-gui: Allow the user to copy name of the file in the diff viewer. 18 years ago
Shawn O. Pearce 7f09cfafa8 git-gui: Use a smaller pipe buffer for update-index. 18 years ago
Shawn O. Pearce aaf1085a03 git-gui: Sort the list of paths being updated in the index. 18 years ago
Shawn O. Pearce 358d8de8f3 git-gui: Allow the user to control the number of context lines in a diff. 18 years ago
Shawn O. Pearce fd2656fdfe git-gui: Cleanup diff construction code to prepare for more options. 18 years ago
Shawn O. Pearce 2cbe5577a0 git-gui: Reshow diff if we sent the file to update-index. 18 years ago
Shawn O. Pearce 043f701116 git-gui: Always use eq/ne for string comparsions. 18 years ago
Shawn O. Pearce c8ebafd845 git-gui: Added post-commit invocation after the commit is done. 18 years ago
Shawn O. Pearce 333b0c74b3 git-gui: Remove the commit_active global variable. 18 years ago
Shawn O. Pearce 4658b56fce git-gui: Run the pre-commit hook in the background. 18 years ago
Shawn O. Pearce ebf336b942 git-gui: Allow the user to disable diff stat summary during pull. 18 years ago
Shawn O. Pearce 6bbd1cb95a git-gui: Don't load the global options unless necessary. 18 years ago
Shawn O. Pearce 4ccdab0282 git-gui: Hide non-commit related commands when invoked as git-citool. 18 years ago
Shawn O. Pearce 7b64d0b7d6 git-gui: Correct bugs in font config handling. 18 years ago
Shawn O. Pearce 4af2c384ea git-gui: Use 'after 1' to post UI rather than tkwait. 18 years ago
Shawn O. Pearce 8009dcdc8d git-gui: Added Options... menu item to end of diff context menu. 18 years ago