summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-09git-gui: Cleanup minor nits in blame codeShawn O. Pearce
2007-05-09git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce
2007-05-09git-gui: Smarter command line parsing for browser, blameShawn O. Pearce
2007-05-09git-gui: Use prefix if blame is run in a subdirectoryShawn O. Pearce
2007-05-09git-gui: Convert blame to the "class" way of doing thingsShawn O. Pearce
2007-05-09git-gui: Don't attempt to inline array reads in methodsShawn O. Pearce
2007-05-09git-gui: Convert browser, console to "class" formatShawn O. Pearce
2007-05-09git-gui: Define a simple class/method systemShawn O. Pearce
2007-05-09git-gui: Allow shift-{k,j} to select a range of branches to mergeShawn O. Pearce
2007-05-08Merge branch 'maint'Shawn O. Pearce
2007-05-08git-gui: Call changes "Staged" and "Unstaged" in file list titles.Johannes Sixt
2007-05-08git-gui: Use vi-like keys in merge dialoggitgui-0.7.0-rc1Shawn O. Pearce
2007-05-08git-gui: Include commit id/subject in merge choicesShawn O. Pearce
2007-05-08git-gui: Show all possible branches for mergeShawn O. Pearce
2007-05-08git-gui: Move merge support into a namespaceShawn O. Pearce
2007-05-08git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce
2007-05-08git-gui: Move console procs into their own namespaceShawn O. Pearce
2007-05-08git-gui: Refactor into multiple files to save my sanityShawn O. Pearce
2007-05-02git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce
2007-05-02git-gui: Refactor to use our git proc more oftenShawn O. Pearce
2007-05-02git-gui: Use option database defaults to set the fontShawn O. Pearce
2007-05-02git-gui: Cleanup common font handling for font_uiShawn O. Pearce
2007-05-02git-gui: Correct line wrapping for too many branch messageShawn O. Pearce
2007-05-02git-gui: Warn users before making an octopus mergeShawn O. Pearce
2007-05-02git-gui: Include the subject in the status bar after commitShawn O. Pearce
2007-05-02Merge branch 'maint'Shawn O. Pearce
2007-05-02git-gui: Allow spaces in path to 'wish'Shawn O. Pearce
2007-04-24git-gui: Correctly handle UTF-8 encoded commit messagesShawn O. Pearce
2007-04-17git-gui: Honor TCLTK_PATH if suppliedJunio C Hamano
2007-04-17Revert "Allow wish interpreter to be defined with TCLTK_PATH"Shawn O. Pearce
2007-04-15git-gui: Display the directory basename in the titleShawn O. Pearce
2007-04-15Merge branch 'er/ui'Shawn O. Pearce
2007-04-04git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce
2007-04-04Always bind the return key to the default buttonShawn O. Pearce
2007-04-04Do not break git-gui messages into multiple lines.Eygene Ryabinkin
2007-04-04Improve look-and-feel of the git-gui tool.Eygene Ryabinkin
2007-04-04Teach git-gui to use the user-defined UI font everywhere.Eygene Ryabinkin
2007-04-04Allow wish interpreter to be defined with TCLTK_PATHEygene Ryabinkin
2007-03-12Merge branch 'maint'gitgui-0.6.5Shawn O. Pearce
2007-03-12git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce
2007-03-12git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce
2007-03-12git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce
2007-03-12git-gui: Allow committing empty mergesShawn O. Pearce
2007-03-07git-gui: Support of "make -s" in: do not output anything of the build itselfAlex Riesen
2007-03-06git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce
2007-03-01git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce
2007-02-26git-gui: Don't create empty (same tree as parent) commits.gitgui-0.6.2Shawn O. Pearce
2007-02-26git-gui: Add Reset to the Branch menu.Shawn O. Pearce
2007-02-26git-gui: Relocate the menu/transport menu code.Shawn O. Pearce
2007-02-25Don't modify CREDITS-FILE if it hasn't changed.Junio C Hamano