summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)Author
2007-08-25git-gui: Correct 'git gui blame' in a subdirectorygitgui-0.8.2Shawn O. Pearce
2007-08-23git-gui: Do not offer to stage three-way diff hunks into the indexShawn O. Pearce
2007-08-23git-gui: Refactor diff pane popup support for future improvementsShawn O. Pearce
2007-08-22git-gui: Fix "unoptimized loading" to not cause git-gui to crashShawn O. Pearce
2007-08-21git-gui: Paper bag fix "Stage Hunk For Commit" in diff context menuShawn O. Pearce
2007-08-20git-gui: Fix window manager problems on ion3Shawn O. Pearce
2007-08-04git-gui: Added support for OS X right clickgitgui-0.8.1Väinö Järvelä
2007-08-03git-gui: Avoid Tcl error in popup menu on diff viewerShawn O. Pearce
2007-07-30git-gui: Use more modern looking icons in the tree browserShawn O. Pearce
2007-07-30git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce
2007-07-29git-gui: Honor core.excludesfile when listing extra filesShawn O. Pearce
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesShawn O. Pearce
2007-07-23git-gui: Refactor current branch menu items to make i18n easierShawn O. Pearce
2007-07-23git-gui: Refactor diff popup into a procedure to ease i18n workShawn O. Pearce
2007-07-23git-gui: Clarify meaning of add tracked menu optionShawn O. Pearce
2007-07-22git-gui: Completely remove my Tools/Migrate hackShawn O. Pearce
2007-07-21git-gui: Automatically backup the user's commit bufferShawn O. Pearce
2007-07-19git-gui: Avoid unnecessary global statements when possibleShawn O. Pearce
2007-07-19git-gui: Bind Ctrl/Cmd-M to merge actionShawn O. Pearce
2007-07-19Don't offer my special Tools/Migrate hack unless in multicommitShawn O. Pearce
2007-07-18git-gui: Clarify the visualize history menu optionsShawn O. Pearce
2007-07-18git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce
2007-07-18git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce
2007-07-18git-gui: Allow blame/browser subcommands on bare repositoriesShawn O. Pearce
2007-07-18git-gui: Move feature option selection before GIT_DIR initShawn O. Pearce
2007-07-18git-gui: Delay the GC hint until after we are runningShawn O. Pearce
2007-07-18git-gui: Let the user continue even if we cannot understand git versionShawn O. Pearce
2007-07-18git-gui: Change our initial GC hint to be an estimateShawn O. Pearce
2007-07-18git-gui: Delay searching for 'nice' until its really asked forShawn O. Pearce
2007-07-18git-gui: Handle git versions of the form n.n.n.GITJulian Phillips
2007-07-17git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce
2007-07-16git-gui: Brown paper bag "dirty git version fix"Shawn O. Pearce
2007-07-16git-gui: Skip -dirty suffix on core git versionsShawn O. Pearce
2007-07-09git-gui: Improve the Windows and Mac OS X shortcut creatorsShawn O. Pearce
2007-07-09git-gui: Teach console widget to use git_readShawn O. Pearce
2007-07-09git-gui: Perform our own magic shbang detection on WindowsShawn O. Pearce
2007-07-09git-gui: Treat `git version` as `git --version`Shawn O. Pearce
2007-07-09git-gui: Assume unfound commands are known by git wrapperShawn O. Pearce
2007-07-09git-gui: Correct gitk installation locationShawn O. Pearce
2007-07-09git-gui: Always use absolute path to all git executablesShawn O. Pearce
2007-07-09git-gui: Change the main window progress bar to use status_barShawn O. Pearce
2007-07-09git-gui: Unabbreviate commit SHA-1s prior to displayShawn O. Pearce
2007-07-09git-gui: Refactor branch switch to support detached headShawn O. Pearce
2007-07-09git-gui: Refactor our ui_status_value update techniqueShawn O. Pearce
2007-07-09git-gui: Better handling of detached HEADShawn O. Pearce
2007-07-09git-gui: Option to default new branches to match tracking branchesShawn O. Pearce
2007-07-09git-gui: Refactor the delete branch dialog to use class systemShawn O. Pearce
2007-07-09git-gui: Abstract the revision picker into a mega widgetShawn O. Pearce
2007-07-08git-gui: New Git version check support routineShawn O. Pearce