summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2007-08-04git-gui: Added support for OS X right clickgitgui-0.8.1Väinö Järvelä-0/+3
2007-08-02git-gui: Avoid Tcl error in popup menu on diff viewerShawn O. Pearce-1/+3
2007-07-29git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce-3/+3
2007-07-29git-gui: Use more modern looking icons in the tree browserShawn O. Pearce-30/+18
2007-07-29git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce-0/+6
2007-07-29git-gui: Make sure remotes are loaded when picking revisionsShawn O. Pearce-0/+4
2007-07-29git-gui: Use progress bar while resetting/aborting filesShawn O. Pearce-4/+12
2007-07-29git-gui: Honor core.excludesfile when listing extra filesShawn O. Pearce-0/+4
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming-14/+18
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesShawn O. Pearce-2/+3
2007-07-25git-gui: Remove usernames from absolute SSH urls during mergingShawn O. Pearce-0/+3
2007-07-25git-gui: Format tracking branch merges as though they were pullsShawn O. Pearce-4/+28
2007-07-25git-gui: Cleanup bindings within merge dialogShawn O. Pearce-5/+9
2007-07-25git-gui: Replace merge dialog with our revision picker widgetShawn O. Pearce-70/+11
2007-07-25git-gui: Show ref last update times in revision chooser tooltipsShawn O. Pearce-1/+33
2007-07-25git-gui: Display commit/tag/remote info in tooltip of revision pickerShawn O. Pearce-6/+230
2007-07-25git-gui: Save remote urls obtained from config/remotes setupShawn O. Pearce-0/+6
2007-07-23git-gui: Avoid unnecessary symbolic-ref call during checkoutShawn O. Pearce-14/+16
2007-07-23git-gui: Refactor current branch menu items to make i18n easierShawn O. Pearce-2/+11
2007-07-23git-gui: Refactor diff popup into a procedure to ease i18n workShawn O. Pearce-9/+11
2007-07-23git-gui: Paper bag fix quitting crash after commitShawn O. Pearce-1/+1
2007-07-23git-gui: Clarify meaning of add tracked menu optionShawn O. Pearce-2/+2
2007-07-22git-gui: Fix unnecessary fast-forward during checkoutShawn O. Pearce-0/+1
2007-07-22git-gui: Completely remove my Tools/Migrate hackShawn O. Pearce-29/+0
2007-07-21git-gui: Internally allow fetch without storing for future pull supportShawn O. Pearce-3/+11
2007-07-21git-gui: Skip unnecessary read-tree work during checkoutShawn O. Pearce-1/+3
2007-07-21git-gui: Simplify error case for unsupported merge typesShawn O. Pearce-1/+1
2007-07-21git-gui: Factor out common fast-forward merge caseShawn O. Pearce-25/+21
2007-07-21git-gui: Save the merge base during checkout_op processingShawn O. Pearce-5/+5
2007-07-21git-gui: Automatically backup the user's commit bufferShawn O. Pearce-11/+81
2007-07-19git-gui: Completely remove support for creating octopus mergesShawn O. Pearce-68/+17
2007-07-19git-gui: Don't show blame tooltips that we have no data forShawn O. Pearce-0/+5
2007-07-19git-gui: Translate standard encoding names to Tcl onesShawn O. Pearce-11/+304
2007-07-19git-gui: Avoid unnecessary global statements when possibleShawn O. Pearce-7/+4
2007-07-19git-gui: Bind Ctrl/Cmd-M to merge actionShawn O. Pearce-2/+4
2007-07-18Don't offer my special Tools/Migrate hack unless in multicommitShawn O. Pearce-1/+3
2007-07-18git-gui: Convert merge dialog to use class systemShawn O. Pearce-41/+65
2007-07-18git-gui: Increase the default height of the revision pickerShawn O. Pearce-1/+1
2007-07-18git-gui: Clarify the visualize history menu optionsShawn O. Pearce-3/+3
2007-07-18git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce-2/+58
2007-07-18git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce-29/+27
2007-07-17git-gui: Allow blame/browser subcommands on bare repositoriesShawn O. Pearce-13/+32
2007-07-17git-gui: Move feature option selection before GIT_DIR initShawn O. Pearce-37/+37
2007-07-17git-gui: Delay the GC hint until after we are runningShawn O. Pearce-28/+30
2007-07-17git-gui: Let the user continue even if we cannot understand git versionShawn O. Pearce-0/+27
2007-07-17git-gui: Change our initial GC hint to be an estimateShawn O. Pearce-5/+14
2007-07-17git-gui: Don't crash in ask_popup if we haven't mapped main window yetShawn O. Pearce-2/+5
2007-07-17git-gui: Delay searching for 'nice' until its really asked forShawn O. Pearce-13/+15
2007-07-17git-gui: Handle git versions of the form n.n.n.GITJulian Phillips-0/+1
2007-07-17git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce-1/+5