summaryrefslogtreecommitdiffstats
path: root/lib/commit.tcl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-07git-gui: Include commit id/subject in merge choicesShawn O. Pearce1-45/+54
2007-05-07git-gui: Show all possible branches for mergeShawn O. Pearce1-7/+13
2007-05-07git-gui: Move merge support into a namespaceShawn O. Pearce2-16/+21
2007-05-07git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce2-0/+23
2007-05-07git-gui: Move console procs into their own namespaceShawn O. Pearce4-39/+57
2007-05-07git-gui: Refactor into multiple files to save my sanityShawn O. Pearce17-3792/+3836
2007-05-02git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce2-2/+16
2007-05-02git-gui: Refactor to use our git proc more oftenShawn O. Pearce1-11/+12
2007-05-02git-gui: Use option database defaults to set the fontShawn O. Pearce1-256/+114
2007-05-02git-gui: Cleanup common font handling for font_uiShawn O. Pearce1-38/+21
2007-05-02git-gui: Correct line wrapping for too many branch messageShawn O. Pearce1-5/+2
2007-05-02git-gui: Warn users before making an octopus mergeShawn O. Pearce1-0/+13
2007-05-02git-gui: Include the subject in the status bar after commitShawn O. Pearce1-3/+4
2007-05-02git-gui: Allow spaces in path to 'wish'Shawn O. Pearce1-1/+1
2007-04-24git-gui: Correctly handle UTF-8 encoded commit messagesShawn O. Pearce1-20/+26
2007-04-17git-gui: Honor TCLTK_PATH if suppliedJunio C Hamano1-0/+4
2007-04-17Revert "Allow wish interpreter to be defined with TCLTK_PATH"Shawn O. Pearce1-3/+0
2007-04-15git-gui: Display the directory basename in the titleShawn O. Pearce1-1/+1
2007-04-04git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce1-4/+6
2007-04-04Always bind the return key to the default buttonShawn O. Pearce1-0/+2
2007-04-04Do not break git-gui messages into multiple lines.Eygene Ryabinkin1-46/+18
2007-04-04Improve look-and-feel of the git-gui tool.Eygene Ryabinkin1-4/+15
2007-04-04Teach git-gui to use the user-defined UI font everywhere.Eygene Ryabinkin1-19/+45
2007-04-04Allow wish interpreter to be defined with TCLTK_PATHEygene Ryabinkin1-0/+3
2007-03-12git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce1-7/+5
2007-03-12git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce4-135/+9
2007-03-12git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce1-19/+6
2007-03-12git-gui: Allow committing empty mergesShawn O. Pearce1-1/+1
2007-03-06git-gui: Support of "make -s" in: do not output anything of the build itselfAlex Riesen1-0/+5
2007-03-06git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce1-7/+15
2007-03-01git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce1-8/+2
2007-02-26git-gui: Don't create empty (same tree as parent) commits.gitgui-0.6.2Shawn O. Pearce1-0/+18
2007-02-26git-gui: Add Reset to the Branch menu.Shawn O. Pearce1-0/+6
2007-02-26git-gui: Relocate the menu/transport menu code.Shawn O. Pearce1-22/+28
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano1-6/+19
2007-02-21git-gui: Don't crash in citool mode on initial commit.gitgui-0.6.1Shawn O. Pearce1-8/+8
2007-02-21git-gui: Remove TODO list.Shawn O. Pearce1-44/+0
2007-02-21git-gui: Include browser in our usage message.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Change summary of git-gui.Shawn O. Pearce1-1/+1
2007-02-21git-gui: Display all authors of git-gui.Shawn O. Pearce4-10/+136
2007-02-21git-gui: Use mixed path for docs on Cygwin.Shawn O. Pearce1-1/+1
2007-02-18git-gui: Correct crash when saving options in blame mode.Shawn O. Pearce1-15/+21
2007-02-16git-gui: Expose the browser as a subcommand.Shawn O. Pearce1-5/+21
2007-02-15git-gui: Create new branches from a tag.Martin Koegler1-0/+30
2007-02-14git-gui: Prefer version file over git-describe.Shawn O. Pearce1-6/+11
2007-02-14git-gui: Print version on the console.Shawn O. Pearce1-0/+7
2007-02-14git-gui: More consistently display the application name.Shawn O. Pearce1-4/+4
2007-02-13git-gui: Permit merging tags into the current branch.Shawn O. Pearce1-3/+5
2007-02-13git-gui: Basic version check to ensure git 1.5.0 or later is used.Shawn O. Pearce1-0/+32
2007-02-13git-gui: Refactor 'exec git subcmd' idiom.Shawn O. Pearce1-23/+31