summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* git-gui: Allow git-merge to use branch names in conflict markersShawn O. Pearce2007-08-201-1/+1
* git-gui: Fix window manager problems on ion3Shawn O. Pearce2007-08-201-1/+2
* git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce2007-07-291-3/+3
* git-gui: Use more modern looking icons in the tree browserShawn O. Pearce2007-07-291-4/+18
* git-gui: Make sure remotes are loaded when picking revisionsShawn O. Pearce2007-07-291-0/+4
* git-gui: Use progress bar while resetting/aborting filesShawn O. Pearce2007-07-291-4/+12
* git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming2007-07-294-11/+15
* git-gui: Remove usernames from absolute SSH urls during mergingShawn O. Pearce2007-07-251-0/+3
* git-gui: Format tracking branch merges as though they were pullsShawn O. Pearce2007-07-251-4/+28
* git-gui: Cleanup bindings within merge dialogShawn O. Pearce2007-07-251-5/+9
* git-gui: Replace merge dialog with our revision picker widgetShawn O. Pearce2007-07-251-70/+11
* git-gui: Show ref last update times in revision chooser tooltipsShawn O. Pearce2007-07-251-1/+33
* git-gui: Display commit/tag/remote info in tooltip of revision pickerShawn O. Pearce2007-07-251-6/+230
* git-gui: Save remote urls obtained from config/remotes setupShawn O. Pearce2007-07-251-0/+6
* git-gui: Avoid unnecessary symbolic-ref call during checkoutShawn O. Pearce2007-07-231-14/+16
* git-gui: Paper bag fix quitting crash after commitShawn O. Pearce2007-07-231-1/+1
* git-gui: Fix unnecessary fast-forward during checkoutShawn O. Pearce2007-07-221-0/+1
* git-gui: Internally allow fetch without storing for future pull supportShawn O. Pearce2007-07-211-3/+11
* git-gui: Skip unnecessary read-tree work during checkoutShawn O. Pearce2007-07-211-1/+3
* git-gui: Simplify error case for unsupported merge typesShawn O. Pearce2007-07-211-1/+1
* git-gui: Factor out common fast-forward merge caseShawn O. Pearce2007-07-211-25/+21
* git-gui: Save the merge base during checkout_op processingShawn O. Pearce2007-07-211-5/+5
* git-gui: Automatically backup the user's commit bufferShawn O. Pearce2007-07-211-0/+4
* git-gui: Completely remove support for creating octopus mergesShawn O. Pearce2007-07-191-68/+17
* git-gui: Don't show blame tooltips that we have no data forShawn O. Pearce2007-07-191-0/+5
* git-gui: Translate standard encoding names to Tcl onesShawn O. Pearce2007-07-193-11/+304
* git-gui: Convert merge dialog to use class systemShawn O. Pearce2007-07-181-41/+65
* git-gui: Increase the default height of the revision pickerShawn O. Pearce2007-07-181-1/+1
* git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce2007-07-181-0/+53
* git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce2007-07-181-3/+7
* git-gui: Delay the GC hint until after we are runningShawn O. Pearce2007-07-171-0/+27
* git-gui: Don't crash in ask_popup if we haven't mapped main window yetShawn O. Pearce2007-07-171-2/+5
* git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce2007-07-173-1/+3
* git-gui: Change prior tree SHA-1 verification to use git_readShawn O. Pearce2007-07-121-1/+1
* Merge branch 'maint'Shawn O. Pearce2007-07-121-1/+12
|\
| * git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce2007-07-121-1/+12
* | git-gui: Include a space in Cygwin shortcut command linesShawn O. Pearce2007-07-091-1/+1
* | git-gui: Use sh.exe in Cygwin shortcutsShawn O. Pearce2007-07-091-1/+1
* | git-gui: Paper bag fix for Cygwin shortcut creationShawn O. Pearce2007-07-091-1/+1
* | Merge branch 'maint'Shawn O. Pearce2007-07-092-9/+17
|\ \ | |/
| * git-gui: Don't linewrap within console windowsShawn O. Pearce2007-07-091-0/+4
| * git-gui: Correct ls-tree buffering problem in browserShawn O. Pearce2007-07-091-9/+13
* | git-gui: Improve the Windows and Mac OS X shortcut creatorsShawn O. Pearce2007-07-091-21/+26
* | git-gui: Teach console widget to use git_readShawn O. Pearce2007-07-091-12/+5
* | git-gui: Always use absolute path to all git executablesShawn O. Pearce2007-07-0912-68/+57
* | git-gui: Show a progress meter for checking out filesShawn O. Pearce2007-07-082-18/+55
* | git-gui: Change the main window progress bar to use status_barShawn O. Pearce2007-07-081-2/+4
* | git-gui: Extract blame viewer status bar into mega-widgetShawn O. Pearce2007-07-082-41/+87
* | git-gui: Allow double-click in checkout dialog to start checkoutShawn O. Pearce2007-07-082-0/+5
* | git-gui: Default selection to first matching refShawn O. Pearce2007-07-081-0/+5