summaryrefslogtreecommitdiff
path: root/git-gui.sh
AgeCommit message (Expand)Author
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
2007-07-06Merge branch 'maint'Shawn O. Pearce
2007-07-06git-gui: Include a Push action on the left toolbarShawn O. Pearce
2007-07-06git-gui: Bind M1-P to push actionShawn O. Pearce
2007-07-06git-gui: Don't bind F5/M1-R in all windowsShawn O. Pearce
2007-07-03Merge branch 'maint'Shawn O. Pearce
2007-06-30git-gui: properly popup error if gitk should be started but is not installedGerrit Pape
2007-06-27Merge branch 'maint'Shawn O. Pearce
2007-06-27git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4Shawn O. Pearce
2007-06-22git-gui: Don't require $DISPLAY just to get --versionShawn O. Pearce
2007-06-12Merge branch 'maint'Shawn O. Pearce
2007-06-12git-gui: Save geometry before the window layout is damagedShawn O. Pearce
2007-06-11git-gui: Give amend precedence to HEAD over MERGE_MSGShawn O. Pearce
2007-06-11Merge branch 'maint'Shawn O. Pearce