summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1Shawn O. Pearce2007-05-172-4/+44
* git gui 0.7.0gitgui-0.7.0Shawn O. Pearce2007-05-101-1/+1
* git-gui: Paperbag fix blame in subdirectoryShawn O. Pearce2007-05-101-1/+1
* git-gui: Format author/committer times in ISO formatShawn O. Pearce2007-05-091-4/+10
* git-gui: Cleanup minor nits in blame codeShawn O. Pearce2007-05-091-17/+18
* git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce2007-05-082-11/+25
* git-gui: Smarter command line parsing for browser, blameShawn O. Pearce2007-05-081-9/+47
* git-gui: Use prefix if blame is run in a subdirectoryShawn O. Pearce2007-05-081-3/+9
* git-gui: Convert blame to the "class" way of doing thingsShawn O. Pearce2007-05-083-133/+123
* git-gui: Don't attempt to inline array reads in methodsShawn O. Pearce2007-05-081-1/+2
* git-gui: Convert browser, console to "class" formatShawn O. Pearce2007-05-086-185/+139
* git-gui: Define a simple class/method systemShawn O. Pearce2007-05-082-1/+157
* git-gui: Allow shift-{k,j} to select a range of branches to mergeShawn O. Pearce2007-05-081-0/+2
* Merge branch 'maint'Shawn O. Pearce2007-05-081-2/+2
|\
| * git-gui: Call changes "Staged" and "Unstaged" in file list titles.Johannes Sixt2007-05-081-2/+2
* | git-gui: Use vi-like keys in merge dialoggitgui-0.7.0-rc1Shawn O. Pearce2007-05-071-6/+14
* | git-gui: Include commit id/subject in merge choicesShawn O. Pearce2007-05-071-45/+54
* | git-gui: Show all possible branches for mergeShawn O. Pearce2007-05-071-7/+13
* | git-gui: Move merge support into a namespaceShawn O. Pearce2007-05-072-16/+21
* | git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce2007-05-072-0/+23
* | git-gui: Move console procs into their own namespaceShawn O. Pearce2007-05-074-39/+57
* | git-gui: Refactor into multiple files to save my sanityShawn O. Pearce2007-05-0717-3792/+3836
* | git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce2007-05-022-2/+16
* | git-gui: Refactor to use our git proc more oftenShawn O. Pearce2007-05-021-11/+12
* | git-gui: Use option database defaults to set the fontShawn O. Pearce2007-05-021-256/+114
* | git-gui: Cleanup common font handling for font_uiShawn O. Pearce2007-05-021-38/+21
* | git-gui: Correct line wrapping for too many branch messageShawn O. Pearce2007-05-021-5/+2
* | git-gui: Warn users before making an octopus mergeShawn O. Pearce2007-05-021-0/+13
* | git-gui: Include the subject in the status bar after commitShawn O. Pearce2007-05-021-3/+4
* | Merge branch 'maint'Shawn O. Pearce2007-05-021-1/+1
|\ \ | |/
| * git-gui: Allow spaces in path to 'wish'Shawn O. Pearce2007-05-021-1/+1
* | git-gui: Correctly handle UTF-8 encoded commit messagesShawn O. Pearce2007-04-241-20/+26
* | git-gui: Honor TCLTK_PATH if suppliedJunio C Hamano2007-04-171-0/+4
* | Revert "Allow wish interpreter to be defined with TCLTK_PATH"Shawn O. Pearce2007-04-171-3/+0
* | git-gui: Display the directory basename in the titleShawn O. Pearce2007-04-151-1/+1
* | Merge branch 'er/ui'Shawn O. Pearce2007-04-152-69/+83
|\ \ | |/ |/|
| * Always bind the return key to the default buttonShawn O. Pearce2007-04-041-0/+2
| * Do not break git-gui messages into multiple lines.Eygene Ryabinkin2007-04-041-46/+18
| * Improve look-and-feel of the git-gui tool.Eygene Ryabinkin2007-04-041-4/+15
| * Teach git-gui to use the user-defined UI font everywhere.Eygene Ryabinkin2007-04-041-19/+45
| * Allow wish interpreter to be defined with TCLTK_PATHEygene Ryabinkin2007-04-041-0/+3
* | git-gui: Brown paper bag fix division by 0 in blameShawn O. Pearce2007-04-041-4/+6
|/
* Merge branch 'maint'gitgui-0.6.5Shawn O. Pearce2007-03-124-156/+15
|\
| * git-gui: Allow 'git gui version' outside of a repositorygitgui-0.6.4Shawn O. Pearce2007-03-121-7/+5
| * git-gui: Revert "git-gui: Display all authors of git-gui."Shawn O. Pearce2007-03-124-135/+9
| * git-gui: Revert "Don't modify CREDITS-FILE if it hasn't changed."Shawn O. Pearce2007-03-121-19/+6
| * git-gui: Allow committing empty mergesShawn O. Pearce2007-03-121-1/+1
* | git-gui: Support of "make -s" in: do not output anything of the build itselfAlex Riesen2007-03-061-0/+5
|/
* git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce2007-03-061-7/+15
* git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce2007-03-011-8/+2