summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-24git-gui: Correct 'git gui blame' in a subdirectorygitgui-0.8.2Shawn O. Pearce1-1/+9
2007-08-23git-gui: Do not offer to stage three-way diff hunks into the indexShawn O. Pearce1-0/+4
2007-08-23git-gui: Refactor diff pane popup support for future improvementsShawn O. Pearce1-12/+11
2007-08-22git-gui: Fix "unoptimized loading" to not cause git-gui to crashShawn O. Pearce1-51/+63
2007-08-21git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menuShawn O. Pearce1-3/+4
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. Pearce2-1/+8
2007-08-04git-gui: Added support for OS X right clickgitgui-0.8.1Väinö Järvelä1-0/+3
2007-08-02git-gui: Avoid Tcl error in popup menu on diff viewerShawn O. Pearce1-1/+3
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. Pearce2-30/+18
2007-07-29git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce1-0/+6
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: Honor core.excludesfile when listing extra filesShawn O. Pearce1-0/+4
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming5-14/+18
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesShawn O. Pearce1-2/+3
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: Refactor current branch menu items to make i18n easierShawn O. Pearce1-2/+11
2007-07-23git-gui: Refactor diff popup into a procedure to ease i18n workShawn O. Pearce1-9/+11
2007-07-23git-gui: Paper bag fix quitting crash after commitShawn O. Pearce1-1/+1
2007-07-23git-gui: Clarify meaning of add tracked menu optionShawn O. Pearce1-2/+2
2007-07-22git-gui: Fix unnecessary fast-forward during checkoutShawn O. Pearce1-0/+1
2007-07-22git-gui: Completely remove my Tools/Migrate hackShawn O. Pearce1-29/+0
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. Pearce2-11/+81
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-19git-gui: Avoid unnecessary global statements when possibleShawn O. Pearce1-7/+4
2007-07-19git-gui: Bind Ctrl/Cmd-M to merge actionShawn O. Pearce1-2/+4
2007-07-18Don't offer my special Tools/Migrate hack unless in multicommitShawn O. Pearce1-1/+3
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: Clarify the visualize history menu optionsShawn O. Pearce1-3/+3
2007-07-18git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce2-2/+58
2007-07-18git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce2-29/+27
2007-07-17git-gui: Allow blame/browser subcommands on bare repositoriesShawn O. Pearce1-13/+32
2007-07-17git-gui: Move feature option selection before GIT_DIR initShawn O. Pearce1-37/+37
2007-07-17git-gui: Delay the GC hint until after we are runningShawn O. Pearce2-28/+30
2007-07-17git-gui: Let the user continue even if we cannot understand git versionShawn O. Pearce1-0/+27
2007-07-17git-gui: Change our initial GC hint to be an estimateShawn O. Pearce1-5/+14
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: Delay searching for 'nice' until its really asked forShawn O. Pearce1-13/+15
2007-07-17git-gui: Handle git versions of the form n.n.n.GITJulian Phillips1-0/+1
2007-07-17git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce4-1/+5
2007-07-16git-gui: Brown paper bag "dirty git version fix"Shawn O. Pearce1-1/+1
2007-07-16git-gui: Skip -dirty suffix on core git versionsShawn O. Pearce1-0/+1
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
2007-07-09git-gui: Improve the Windows and Mac OS X shortcut creatorsShawn O. Pearce2-21/+31
2007-07-09git-gui: Teach console widget to use git_readShawn O. Pearce2-34/+29
2007-07-09git-gui: Perform our own magic shbang detection on WindowsShawn O. Pearce1-13/+24
2007-07-09git-gui: Treat `git version` as `git --version`Shawn O. Pearce1-0/+1
2007-07-09git-gui: Assume unfound commands are known by git wrapperShawn O. Pearce1-1/+4
2007-07-09git-gui: Correct gitk installation locationShawn O. Pearce1-12/+4
2007-07-09git-gui: Always use absolute path to all git executablesShawn O. Pearce13-84/+258
2007-07-08git-gui: Show a progress meter for checking out filesShawn O. Pearce2-18/+55
2007-07-08git-gui: Change the main window progress bar to use status_barShawn O. Pearce2-12/+8
2007-07-08git-gui: Extract blame viewer status bar into mega-widgetShawn O. Pearce2-41/+87
2007-07-08git-gui: Allow double-click in checkout dialog to start checkoutShawn O. Pearce2-0/+5
2007-07-08git-gui: Default selection to first matching refShawn O. Pearce1-0/+5
2007-07-08git-gui: Unabbreviate commit SHA-1s prior to displayShawn O. Pearce1-1/+20
2007-07-08git-gui: Refactor branch switch to support detached headShawn O. Pearce11-449/+746
2007-07-08git-gui: Refactor our ui_status_value update techniqueShawn O. Pearce5-64/+67
2007-07-08git-gui: Better handling of detached HEADShawn O. Pearce1-4/+14
2007-07-08git-gui: Automatically refresh tracking branches when neededShawn O. Pearce2-14/+88
2007-07-08git-gui: Option to default new branches to match tracking branchesShawn O. Pearce4-5/+26
2007-07-08git-gui: Sort tags descending by tagger dateShawn O. Pearce1-3/+2
2007-07-08git-gui: Enhance choose_rev to handle hundreds of branchesShawn O. Pearce3-114/+249
2007-07-08git-gui: Fast-forward existing branch in branch create dialogShawn O. Pearce1-22/+198
2007-07-08git-gui: Allow users to match remote branch names locallyShawn O. Pearce2-4/+49
2007-07-08git-gui: Maintain remote and source ref for tracking branchesShawn O. Pearce2-18/+60
2007-07-08git-gui: Optimize for newstyle refs/remotes layoutShawn O. Pearce2-21/+40
2007-07-08git-gui: Refactor the delete branch dialog to use class systemShawn O. Pearce4-165/+185
2007-07-08git-gui: Abstract the revision picker into a mega widgetShawn O. Pearce4-213/+287
2007-07-08git-gui: Teach class system to support [$this cmd] syntaxShawn O. Pearce1-12/+26
2007-07-08Merge branch 'maint'Shawn O. Pearce1-0/+4
2007-07-08git-gui: Skip nicknames when selecting author initialsShawn O. Pearce1-0/+4
2007-07-08git-gui: use "blame -w -C -C" for "where did it come from, originally?"Junio C Hamano1-1/+9
2007-07-08git-gui: New Git version check support routineShawn O. Pearce1-15/+58
2007-07-08git-gui: Honor rerere.enabled configuration optionShawn O. Pearce1-1/+6
2007-07-06Merge branch 'maint'Shawn O. Pearce2-4/+19
2007-07-06git-gui: Ensure windows shortcuts always have .bat extensionShawn O. Pearce1-0/+6
2007-07-06git-gui: Include a Push action on the left toolbarShawn O. Pearce1-0/+4
2007-07-06git-gui: Bind M1-P to push actionShawn O. Pearce1-1/+6
2007-07-06git-gui: Don't bind F5/M1-R in all windowsShawn O. Pearce1-3/+3
2007-07-04git-gui: Correct resizing of remote branch delete dialogShawn O. Pearce1-2/+2
2007-07-04git-gui: Start blame windows as tall as possibleShawn O. Pearce1-1/+2
2007-07-04Merge branch 'maint'Shawn O. Pearce1-1/+3
2007-07-04git-gui: Unlock the index when cancelling merge dialogShawn O. Pearce1-1/+3
2007-07-03Merge branch 'maint'Shawn O. Pearce1-3/+5
2007-06-30git-gui: properly popup error if gitk should be started but is not installedGerrit Pape1-3/+5
2007-06-27Merge branch 'maint'Shawn O. Pearce3-10/+14
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce1-2/+1
2007-06-27git-gui: Don't nice git blame on MSYS as nice is not supportedShawn O. Pearce1-1/+5
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce2-7/+8
2007-06-20Merge branch 'maint'Shawn O. Pearce2-2/+12
2007-06-20git-gui: Quiet our installation processShawn O. Pearce1-9/+33
2007-06-20git-gui: Bind Tab/Shift-Tab to cycle between panes in blameShawn O. Pearce1-1/+5
2007-06-20git-gui: Correctly install to /usr/bin on CygwinShawn O. Pearce1-1/+7
2007-06-11Merge branch 'maint'Shawn O. Pearce8-12/+28
2007-06-11git-gui: Save geometry before the window layout is damagedShawn O. Pearce6-9/+26
2007-06-11git-gui: Give amend precedence to HEAD over MERGE_MSGShawn O. Pearce1-1/+2
2007-06-11Merge branch 'maint'Shawn O. Pearce2-3/+0
2007-06-11git-gui: Include 'war on whitespace' fixes from git.gitShawn O. Pearce2-3/+0
2007-06-11Merge branch 'maint'Shawn O. Pearce3-196/+786
2007-06-08git-gui: Changed blame header bar background to match main windowgitgui-0.7.3Shawn O. Pearce1-7/+7
2007-06-06git-gui: Favor the original annotations over the recent onesShawn O. Pearce1-9/+13
2007-06-06git-gui: Improve our labeling of blame annotation typesShawn O. Pearce1-4/+6
2007-06-06git-gui: Use three colors for the blame viewer backgroundShawn O. Pearce1-19/+61
2007-06-06git-gui: Jump to original line in blame viewerShawn O. Pearce1-13/+42
2007-06-06git-gui: Display both commits in our tooltipsShawn O. Pearce1-58/+72
2007-06-06git-gui: Run blame twice on the same file and display both outputsShawn O. Pearce1-63/+113
2007-06-06git-gui: Display the "Loading annotation..." message in italicShawn O. Pearce3-1/+12
2007-06-06git-gui: Rename fields in blame viewer to better descriptionsShawn O. Pearce1-58/+58
2007-06-06git-gui: Label the uncommitted blame history entryShawn O. Pearce1-0/+2
2007-06-06git-gui: Switch internal blame structure to Tcl listsShawn O. Pearce1-30/+39
2007-06-06git-gui: Cleanup redundant column management in blame viewerShawn O. Pearce1-75/+46
2007-06-06git-gui: Better document our blame variablesShawn O. Pearce1-32/+34
2007-06-06git-gui: Remove unused commit_list from blame viewerShawn O. Pearce1-4/+1
2007-06-06git-gui: Automatically expand the line number column as neededShawn O. Pearce1-0/+7
2007-06-06git-gui: Make the line number column slightly wider in blameShawn O. Pearce1-1/+1
2007-06-06git-gui: Use lighter colors in blame viewShawn O. Pearce1-2/+3
2007-06-06git-gui: Remove unnecessary space between columns in blame viewerShawn O. Pearce1-1/+10
2007-06-06git-gui: Remove the loaded column from the blame viewerShawn O. Pearce1-27/+3
2007-06-06git-gui: Clip the commit summaries in the blame history menuShawn O. Pearce1-0/+3
2007-06-06git-gui: Use a label instead of a button for the back buttonShawn O. Pearce1-2/+6
2007-06-06git-gui: Show original filename in blame tooltipShawn O. Pearce1-0/+7
2007-06-06git-gui: Combine blame groups only if commit and filename matchShawn O. Pearce1-3/+9
2007-06-06git-gui: Allow digging through history in blame viewerShawn O. Pearce1-30/+188
2007-06-06git-gui: Display a progress bar during blame annotation gatheringShawn O. Pearce1-8/+20
2007-06-06git-gui: Allow the user to control the blame/commit split pointShawn O. Pearce1-25/+79
2007-06-06git-gui: Show author initials in blame groupsShawn O. Pearce1-11/+47
2007-06-06git-gui: Space the commit group continuation out in blame viewShawn O. Pearce1-3/+3
2007-06-06git-gui: Cleanup minor style nitShawn O. Pearce1-1/+1
2007-06-06git-gui: Remove unnecessary reshow of blamed commitShawn O. Pearce1-6/+0
2007-06-06git-gui: Highlight the blame commit header from everything elseShawn O. Pearce1-5/+23
2007-06-06git-gui: Display tooltips in blame viewerShawn O. Pearce1-1/+125
2007-06-06git-gui: Use arror cursor in blame viewer file dataShawn O. Pearce1-0/+3
2007-06-06git-gui: Simplify consecutive lines that come from the same commitShawn O. Pearce1-3/+22
2007-06-06git-gui: Improve the coloring in blame viewerShawn O. Pearce1-46/+30
2007-06-06git-gui: Remove empty blank line at end of blameShawn O. Pearce1-4/+9
2007-06-06git-gui: Cleanup blame::new widget initializationShawn O. Pearce1-39/+38
2007-06-06git-gui: Add a 4 digit commit abbreviation to the blame viewerShawn O. Pearce1-2/+40
2007-06-06Merge branch 'maint'Shawn O. Pearce1-10/+8
2007-06-06New selection indication and softer colorsMatthijs Melchior1-10/+8
2007-06-02Merge branch 'maint'Shawn O. Pearce2-15/+23
2007-06-02Revert "Make the installation target of git-gui a little less chatty"Shawn O. Pearce1-14/+6
2007-06-02git-gui: Verify Tcl/Tk is new enough for our needsShawn O. Pearce1-0/+16
2007-06-02git-gui: Attach font_ui to all spinbox widgetsShawn O. Pearce1-1/+1
2007-06-01Merge branch 'maint'Shawn O. Pearce2-7/+15
2007-06-01git-gui: Don't quit when we destroy a child widgetShawn O. Pearce1-1/+1
2007-06-01Make the installation target of git-gui a little less chattyAlex Riesen1-6/+14
2007-05-31git-gui: Internalize symbolic-ref HEAD reading logicShawn O. Pearce1-20/+15
2007-05-31Merge branch 'maint'Shawn O. Pearce3-5/+5
2007-05-31git-gui: Allow as few as 0 lines of diff contextShawn O. Pearce3-5/+5
2007-05-30Merge branch 'maint'Shawn O. Pearce1-6/+8
2007-05-30git-gui: Allow creating a branch when none existsShawn O. Pearce1-6/+8
2007-05-28git-gui: Expose the merge.diffstat configuration optionShawn O. Pearce2-0/+2
2007-05-28git-gui: Allow users to delete remote branchesShawn O. Pearce2-0/+350
2007-05-28git-gui: Allow users to rename branches through 'branch -m'Shawn O. Pearce2-0/+151
2007-05-28git-gui: Disable tearoff menus on Windows, Mac OS XShawn O. Pearce1-0/+4
2007-05-28git-gui: Provide fatal error if library is unavailableShawn O. Pearce1-12/+19
2007-05-28git-gui: Enable verbose Tcl loading earlierShawn O. Pearce1-14/+18
2007-05-28git-gui: Show the git-gui library path in 'About git-gui'Shawn O. Pearce2-2/+15
2007-05-28git-gui: GUI support for running 'git remote prune <name>'Shawn O. Pearce4-3/+26
2007-05-28git gui 0.8.0Shawn O. Pearce1-1/+1
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce2-4/+16
2007-05-24Correct key bindings to Control-<foo>Shawn O. Pearce1-6/+3
2007-05-22git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce1-1/+1
2007-05-17git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1Shawn O. Pearce2-4/+44
2007-05-10git gui 0.7.0gitgui-0.7.0Shawn O. Pearce1-1/+1
2007-05-10git-gui: Paperbag fix blame in subdirectoryShawn O. Pearce1-1/+1
2007-05-09git-gui: Format author/committer times in ISO formatShawn O. Pearce1-4/+10
2007-05-09git-gui: Cleanup minor nits in blame codeShawn O. Pearce1-17/+18
2007-05-08git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce2-11/+25
2007-05-08git-gui: Smarter command line parsing for browser, blameShawn O. Pearce1-9/+47
2007-05-08git-gui: Use prefix if blame is run in a subdirectoryShawn O. Pearce1-3/+9
2007-05-08git-gui: Convert blame to the "class" way of doing thingsShawn O. Pearce3-133/+123
2007-05-08git-gui: Don't attempt to inline array reads in methodsShawn O. Pearce1-1/+2
2007-05-08git-gui: Convert browser, console to "class" formatShawn O. Pearce6-185/+139