summaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-16git-gui: Disable native platform text selection in "lists"gitgui-0.8.3Shawn O. Pearce2-7/+6
2007-09-13git-gui: Paper bag fix "Commit->Revert" format argumentsShawn O. Pearce1-1/+1
2007-09-13git-gui: Font chooser to handle a large number of font familiesShawn O. Pearce2-11/+182
2007-09-09git-gui: Assume untracked directories are Git submodulesShawn O. Pearce1-3/+18
2007-09-09git-gui: handle "deleted symlink" diff markerMichele Ballabio1-0/+1
2007-09-09git-gui: show unstaged symlinks in diff viewerMichele Ballabio1-5/+10
2007-09-08git-gui: lib/index.tcl: handle files with % in the filename properlyGerrit Pape1-6/+12
2007-09-03git-gui: Fix detaching current branch during checkoutShawn O. Pearce1-1/+1
2007-08-20git-gui: Allow git-merge to use branch names in conflict markersShawn O. Pearce1-1/+1
2007-08-20git-gui: Fix window manager problems on ion3Shawn O. Pearce1-1/+2
2007-07-29git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce1-3/+3
2007-07-29git-gui: Use more modern looking icons in the tree browserShawn O. Pearce1-4/+18
2007-07-29git-gui: Make sure remotes are loaded when picking revisionsShawn O. Pearce1-0/+4
2007-07-29git-gui: Use progress bar while resetting/aborting filesShawn O. Pearce1-4/+12
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming4-11/+15
2007-07-25git-gui: Remove usernames from absolute SSH urls during mergingShawn O. Pearce1-0/+3
2007-07-25git-gui: Format tracking branch merges as though they were pullsShawn O. Pearce1-4/+28
2007-07-25git-gui: Cleanup bindings within merge dialogShawn O. Pearce1-5/+9
2007-07-25git-gui: Replace merge dialog with our revision picker widgetShawn O. Pearce1-70/+11
2007-07-25git-gui: Show ref last update times in revision chooser tooltipsShawn O. Pearce1-1/+33
2007-07-25git-gui: Display commit/tag/remote info in tooltip of revision pickerShawn O. Pearce1-6/+230
2007-07-25git-gui: Save remote urls obtained from config/remotes setupShawn O. Pearce1-0/+6
2007-07-23git-gui: Avoid unnecessary symbolic-ref call during checkoutShawn O. Pearce1-14/+16
2007-07-23git-gui: Paper bag fix quitting crash after commitShawn O. Pearce1-1/+1
2007-07-22git-gui: Fix unnecessary fast-forward during checkoutShawn O. Pearce1-0/+1
2007-07-21git-gui: Internally allow fetch without storing for future pull supportShawn O. Pearce1-3/+11
2007-07-21git-gui: Skip unnecessary read-tree work during checkoutShawn O. Pearce1-1/+3
2007-07-21git-gui: Simplify error case for unsupported merge typesShawn O. Pearce1-1/+1
2007-07-21git-gui: Factor out common fast-forward merge caseShawn O. Pearce1-25/+21
2007-07-21git-gui: Save the merge base during checkout_op processingShawn O. Pearce1-5/+5
2007-07-21git-gui: Automatically backup the user's commit bufferShawn O. Pearce1-0/+4
2007-07-19git-gui: Completely remove support for creating octopus mergesShawn O. Pearce1-68/+17
2007-07-19git-gui: Don't show blame tooltips that we have no data forShawn O. Pearce1-0/+5
2007-07-19git-gui: Translate standard encoding names to Tcl onesShawn O. Pearce3-11/+304
2007-07-18git-gui: Convert merge dialog to use class systemShawn O. Pearce1-41/+65
2007-07-18git-gui: Increase the default height of the revision pickerShawn O. Pearce1-1/+1
2007-07-18git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce1-0/+53
2007-07-18git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce1-3/+7
2007-07-17git-gui: Delay the GC hint until after we are runningShawn O. Pearce1-0/+27
2007-07-17git-gui: Don't crash in ask_popup if we haven't mapped main window yetShawn O. Pearce1-2/+5
2007-07-17git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce3-1/+3
2007-07-12git-gui: Change prior tree SHA-1 verification to use git_readShawn O. Pearce1-1/+1
2007-07-12Merge branch 'maint'Shawn O. Pearce1-1/+12
2007-07-12git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce1-1/+12
2007-07-09git-gui: Include a space in Cygwin shortcut command linesShawn O. Pearce1-1/+1
2007-07-09git-gui: Use sh.exe in Cygwin shortcutsShawn O. Pearce1-1/+1
2007-07-09git-gui: Paper bag fix for Cygwin shortcut creationShawn O. Pearce1-1/+1
2007-07-09Merge branch 'maint'Shawn O. Pearce2-9/+17
2007-07-09git-gui: Don't linewrap within console windowsShawn O. Pearce1-0/+4
2007-07-09git-gui: Correct ls-tree buffering problem in browserShawn O. Pearce1-9/+13