git-gui 0.8.0
  1. 84f6753 git-gui: Minor refactoring of merge command line in merge support by Shawn O. Pearce · 18 years ago gitgui-0.8.0
  2. dac7089 git-gui: Use more modern looking icons in the tree browser by Shawn O. Pearce · 18 years ago
  3. 37e2199 git-gui: Don't offer to stage hunks from untracked files by Shawn O. Pearce · 18 years ago
  4. 95af4d8 git-gui: Make sure remotes are loaded when picking revisions by Shawn O. Pearce · 18 years ago
  5. 0fe055c git-gui: Use progress bar while resetting/aborting files by Shawn O. Pearce · 18 years ago
  6. 94a4dd9 git-gui: Honor core.excludesfile when listing extra files by Shawn O. Pearce · 18 years ago
  7. 360cc10 git-gui: Unify wording to say "to stage" instead of "to add" by Christian Stimming · 18 years ago
  8. 1e0a92f git-gui: Don't kill modified commit message buffer with merge templates by Shawn O. Pearce · 18 years ago
  9. bc318ea git-gui: Remove usernames from absolute SSH urls during merging by Shawn O. Pearce · 18 years ago
  10. ead49f5 git-gui: Format tracking branch merges as though they were pulls by Shawn O. Pearce · 18 years ago
  11. 9feefbd git-gui: Cleanup bindings within merge dialog by Shawn O. Pearce · 18 years ago
  12. 350a35f git-gui: Replace merge dialog with our revision picker widget by Shawn O. Pearce · 18 years ago
  13. becafaa git-gui: Show ref last update times in revision chooser tooltips by Shawn O. Pearce · 18 years ago
  14. 844c3f6 git-gui: Display commit/tag/remote info in tooltip of revision picker by Shawn O. Pearce · 18 years ago
  15. 30d1990 git-gui: Save remote urls obtained from config/remotes setup by Shawn O. Pearce · 18 years ago
  16. 7d5266a git-gui: Avoid unnecessary symbolic-ref call during checkout by Shawn O. Pearce · 18 years ago
  17. a813988 git-gui: Refactor current branch menu items to make i18n easier by Shawn O. Pearce · 18 years ago
  18. 83751fc git-gui: Refactor diff popup into a procedure to ease i18n work by Shawn O. Pearce · 18 years ago
  19. 9c5a3c77 git-gui: Paper bag fix quitting crash after commit by Shawn O. Pearce · 18 years ago
  20. e7d7b1a git-gui: Clarify meaning of add tracked menu option by Shawn O. Pearce · 18 years ago
  21. 7bd197c git-gui: Fix unnecessary fast-forward during checkout by Shawn O. Pearce · 18 years ago
  22. 854ffd3 git-gui: Completely remove my Tools/Migrate hack by Shawn O. Pearce · 18 years ago
  23. 54febd4 git-gui: Internally allow fetch without storing for future pull support by Shawn O. Pearce · 18 years ago
  24. dba0741 git-gui: Skip unnecessary read-tree work during checkout by Shawn O. Pearce · 18 years ago
  25. eea1ab6 git-gui: Simplify error case for unsupported merge types by Shawn O. Pearce · 18 years ago
  26. f66b8a6 git-gui: Factor out common fast-forward merge case by Shawn O. Pearce · 18 years ago
  27. 60f7352 git-gui: Save the merge base during checkout_op processing by Shawn O. Pearce · 18 years ago
  28. 4578c5c git-gui: Automatically backup the user's commit buffer by Shawn O. Pearce · 18 years ago
  29. 5dc2cae git-gui: Completely remove support for creating octopus merges by Shawn O. Pearce · 18 years ago
  30. a422896 git-gui: Don't show blame tooltips that we have no data for by Shawn O. Pearce · 18 years ago
  31. c4638f6 git-gui: Translate standard encoding names to Tcl ones by Shawn O. Pearce · 18 years ago
  32. d36cd96 git-gui: Avoid unnecessary global statements when possible by Shawn O. Pearce · 18 years ago
  33. a870ddc git-gui: Bind Ctrl/Cmd-M to merge action by Shawn O. Pearce · 18 years ago
  34. dc5ccdc Don't offer my special Tools/Migrate hack unless in multicommit by Shawn O. Pearce · 18 years ago
  35. ff749c1 git-gui: Convert merge dialog to use class system by Shawn O. Pearce · 18 years ago
  36. 46a2df3 git-gui: Increase the default height of the revision picker by Shawn O. Pearce · 18 years ago
  37. 4040971 git-gui: Clarify the visualize history menu options by Shawn O. Pearce · 18 years ago
  38. 8e891fa git-gui: Allow users to browse any branch, not just the current one by Shawn O. Pearce · 18 years ago
  39. 85d2d59 git-gui: Allow browser subcommand to start in subdirectory by Shawn O. Pearce · 18 years ago
  40. c52c945 git-gui: Allow blame/browser subcommands on bare repositories by Shawn O. Pearce · 18 years ago
  41. ba7cc66 git-gui: Move feature option selection before GIT_DIR init by Shawn O. Pearce · 18 years ago
  42. 3972b98 git-gui: Delay the GC hint until after we are running by Shawn O. Pearce · 18 years ago
  43. 301dfaa git-gui: Let the user continue even if we cannot understand git version by Shawn O. Pearce · 18 years ago
  44. d164b754 git-gui: Change our initial GC hint to be an estimate by Shawn O. Pearce · 18 years ago
  45. 2370164 git-gui: Don't crash in ask_popup if we haven't mapped main window yet by Shawn O. Pearce · 18 years ago
  46. 6f62b4f git-gui: Delay searching for 'nice' until its really asked for by Shawn O. Pearce · 18 years ago
  47. 91464df git-gui: Handle git versions of the form n.n.n.GIT by Julian Phillips · 18 years ago
  48. 6eb420e git-gui: Always disable the Tcl EOF character when reading by Shawn O. Pearce · 18 years ago
  49. ec4fcee git-gui: Brown paper bag "dirty git version fix" by Shawn O. Pearce · 18 years ago
  50. 2dfa54c git-gui: Skip -dirty suffix on core git versions by Shawn O. Pearce · 18 years ago
  51. b215883 git-gui: Change prior tree SHA-1 verification to use git_read by Shawn O. Pearce · 18 years ago
  52. f31b6ff Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  53. 20f1a10 git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree} by Shawn O. Pearce · 18 years ago gitgui-0.7.5
  54. 264f4a3 git-gui: Include a space in Cygwin shortcut command lines by Shawn O. Pearce · 18 years ago
  55. 6a5955f git-gui: Use sh.exe in Cygwin shortcuts by Shawn O. Pearce · 18 years ago
  56. 5922446 git-gui: Paper bag fix for Cygwin shortcut creation by Shawn O. Pearce · 18 years ago
  57. 0a84b3d Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  58. e87fb0f git-gui: Don't linewrap within console windows by Shawn O. Pearce · 18 years ago
  59. 56e29f5 git-gui: Correct ls-tree buffering problem in browser by Shawn O. Pearce · 18 years ago
  60. 7eafa2f git-gui: Improve the Windows and Mac OS X shortcut creators by Shawn O. Pearce · 18 years ago
  61. 74c4763 git-gui: Teach console widget to use git_read by Shawn O. Pearce · 18 years ago
  62. c136f2b git-gui: Perform our own magic shbang detection on Windows by Shawn O. Pearce · 18 years ago
  63. 70a7595 git-gui: Treat `git version` as `git --version` by Shawn O. Pearce · 18 years ago
  64. c672989 git-gui: Assume unfound commands are known by git wrapper by Shawn O. Pearce · 18 years ago
  65. 02efd48 git-gui: Correct gitk installation location by Shawn O. Pearce · 18 years ago
  66. 0b81261 git-gui: Always use absolute path to all git executables by Shawn O. Pearce · 18 years ago
  67. b792230 git-gui: Show a progress meter for checking out files by Shawn O. Pearce · 18 years ago
  68. 51530d1 git-gui: Change the main window progress bar to use status_bar by Shawn O. Pearce · 18 years ago
  69. b29bd5c git-gui: Extract blame viewer status bar into mega-widget by Shawn O. Pearce · 18 years ago
  70. 827c711 git-gui: Allow double-click in checkout dialog to start checkout by Shawn O. Pearce · 18 years ago
  71. 84d3d7b git-gui: Default selection to first matching ref by Shawn O. Pearce · 18 years ago
  72. 02087ab git-gui: Unabbreviate commit SHA-1s prior to display by Shawn O. Pearce · 18 years ago
  73. d41b43e git-gui: Refactor branch switch to support detached head by Shawn O. Pearce · 18 years ago
  74. 699d560 git-gui: Refactor our ui_status_value update technique by Shawn O. Pearce · 18 years ago
  75. 311e02a git-gui: Better handling of detached HEAD by Shawn O. Pearce · 18 years ago
  76. ba1964b git-gui: Automatically refresh tracking branches when needed by Shawn O. Pearce · 18 years ago
  77. 7cf0442 git-gui: Option to default new branches to match tracking branches by Shawn O. Pearce · 18 years ago
  78. 560eddc git-gui: Sort tags descending by tagger date by Shawn O. Pearce · 18 years ago
  79. 7618e6b git-gui: Enhance choose_rev to handle hundreds of branches by Shawn O. Pearce · 18 years ago
  80. 774173a git-gui: Fast-forward existing branch in branch create dialog by Shawn O. Pearce · 18 years ago
  81. dd87efc git-gui: Allow users to match remote branch names locally by Shawn O. Pearce · 18 years ago
  82. 79a060e git-gui: Maintain remote and source ref for tracking branches by Shawn O. Pearce · 18 years ago
  83. 6f2a3fc git-gui: Optimize for newstyle refs/remotes layout by Shawn O. Pearce · 18 years ago
  84. 3206c63 git-gui: Refactor the delete branch dialog to use class system by Shawn O. Pearce · 18 years ago
  85. b1fa2bf git-gui: Abstract the revision picker into a mega widget by Shawn O. Pearce · 18 years ago
  86. 6233ab1 git-gui: Teach class system to support [$this cmd] syntax by Shawn O. Pearce · 18 years ago
  87. 4ca1312 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  88. 88dce86 git-gui: Skip nicknames when selecting author initials by Shawn O. Pearce · 18 years ago
  89. a840566 git-gui: use "blame -w -C -C" for "where did it come from, originally?" by Junio C Hamano · 18 years ago
  90. d696702 git-gui: New Git version check support routine by Shawn O. Pearce · 18 years ago
  91. d4c5307 git-gui: Honor rerere.enabled configuration option by Shawn O. Pearce · 18 years ago
  92. f8186e9 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  93. 47282d4 git-gui: Ensure windows shortcuts always have .bat extension by Shawn O. Pearce · 18 years ago
  94. 87b49a5 git-gui: Include a Push action on the left toolbar by Shawn O. Pearce · 18 years ago
  95. 840bcfa git-gui: Bind M1-P to push action by Shawn O. Pearce · 18 years ago
  96. f1e031b git-gui: Don't bind F5/M1-R in all windows by Shawn O. Pearce · 18 years ago
  97. 1eb96a2 git-gui: Correct resizing of remote branch delete dialog by Shawn O. Pearce · 18 years ago
  98. c1fd897 git-gui: Start blame windows as tall as possible by Shawn O. Pearce · 18 years ago
  99. 1d6d7c4 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  100. c8e23aa git-gui: Unlock the index when cancelling merge dialog by Shawn O. Pearce · 18 years ago