aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-12git-gui: Refresh a file if it has an empty diff.Shawn O. Pearce1-4/+72
2006-11-12git-gui: Allow the user to change the diff viewer font size.Shawn O. Pearce1-1/+27
2006-11-12git-gui: Honor system font and let user configure fonts.Shawn O. Pearce1-4/+10
2006-11-12git-gui: Corrected font used for options menu items.Shawn O. Pearce1-0/+1
2006-11-12git-gui: Teach sign off to be more intelligent.Shawn O. Pearce1-3/+8
2006-11-12git-gui: Fix mouse cursor behavior when in widgets.Shawn O. Pearce1-6/+4
2006-11-12git-gui: Added context menus for consoles and commit message buffer.Shawn O. Pearce1-0/+66
2006-11-12git-gui: Misc. bug fixes for mouse click crashes.Shawn O. Pearce1-3/+10
2006-11-12git-gui: Misc. formatting cleanups.Shawn O. Pearce1-11/+16
2006-11-12git-gui: Simplified format of geometry configuration.Shawn O. Pearce1-10/+19
2006-11-12git-gui: Cleaned up error message formatting.Shawn O. Pearce1-20/+16
2006-11-12git-gui: Use native tk_messageBox for errors.Shawn O. Pearce1-31/+25
2006-11-12git-gui: Rename difffont/mainfont variables.Shawn O. Pearce1-55/+55
2006-11-12git-gui: Use catch rather than array names to check file.Shawn O. Pearce1-4/+4
2006-11-12git-gui: Efficiently update the UI after committing.Shawn O. Pearce1-29/+56
2006-11-12git-gui: Correctly handle files containing LF in their name.Shawn O. Pearce1-8/+13
2006-11-12git-gui: Always indicate the file in the diff viewer.Shawn O. Pearce1-36/+36
2006-11-12git-gui: Clear undo/redo stack when loading a message file from disk.Shawn O. Pearce1-6/+11
2006-11-12git-gui: Created edit menu and basic editing bindings.Shawn O. Pearce1-1/+60
2006-11-12git-gui: Change accelerator for "Include All" to M1-I.Shawn O. Pearce1-3/+6
2006-11-08git-gui: Save window geometry to .git/config during exit.Shawn O. Pearce1-61/+88
2006-11-08git-gui: Cache the GIT_COMMITTER_IDENT value on first sign-off.Shawn O. Pearce1-10/+19
2006-11-08git-gui: Show only the abbreviated SHA1 after committing.Shawn O. Pearce1-1/+1
2006-11-08git-gui: Changed term 'check-in' to 'include'.Shawn O. Pearce1-19/+19
2006-11-07git-gui: Bug fix for bad variable reference in display_file.Shawn O. Pearce1-1/+1
2006-11-07git-gui: Don't let the user pull into an uncommitted working directory.Shawn O. Pearce1-1/+39
2006-11-07git-gui: Disable pull menu items when the index is locked.Shawn O. Pearce1-1/+3
2006-11-07git-gui: Pluralize timestamps within the options menu.Shawn O. Pearce1-1/+1
2006-11-07git-gui: Grab the index lock while running pull.Shawn O. Pearce1-0/+2
2006-11-07git-gui: Allow the user to disable update-index --refresh during rescan.Shawn O. Pearce1-9/+42
2006-11-07git-gui: Added repack database menu option, to invoke git repack.Shawn O. Pearce1-0/+11
2006-11-07git-gui: Flip commit message buffer and diff area.Shawn O. Pearce1-88/+91
2006-11-07git-gui: More performance improvements to rescan logic.Shawn O. Pearce1-44/+43
2006-11-07git-gui: Performance improvements for large file sets.Shawn O. Pearce1-40/+67
2006-11-07git-gui: Corrected diff-index/diff-files protocol parsing errors.Shawn O. Pearce1-12/+47
2006-11-07git-gui: Added support for pulling from default branch of a remote.Shawn O. Pearce1-9/+70
2006-11-07git-gui: Cache all repo-config data in an array.Shawn O. Pearce1-5/+19
2006-11-07git-gui: Automatically reopen any console closed by the user.Shawn O. Pearce1-31/+43
2006-11-07git-gui: Don't complain if no .git/remotes exist.Shawn O. Pearce1-2/+5
2006-11-07git-gui: Check for fetch or push command failure and denote it.Shawn O. Pearce1-12/+25
2006-11-07git-gui: Correctly handle CR vs. LF within the console of fetch.Shawn O. Pearce1-6/+30
2006-11-07git-gui: Fix menu item accelerator display on Mac OS X.Shawn O. Pearce1-3/+4
2006-11-07git-gui: Reorganized startup procedure to ensure gitdir is right.Shawn O. Pearce1-4/+10
2006-11-07git-gui: Worked around environment variable problems on Windows.Shawn O. Pearce1-13/+29
2006-11-07git-gui: Started construction of fetch and push operations.Shawn O. Pearce1-0/+124
2006-11-07git-gui: Misc. nit type of bug fixes.Shawn O. Pearce1-7/+29
2006-11-07git-gui: Implemented amended commits.Shawn O. Pearce1-41/+119
2006-11-07git-gui: Finished commit implementation.Shawn O. Pearce1-102/+237
2006-11-07git-gui: Verify we should actually perform a commit when asked to do so.Shawn O. Pearce1-2/+137
2006-11-07git-gui: Corrected keyboard bindings on Windows, improved state management.Shawn O. Pearce1-24/+75