git-gui 0.8.3
  1. 3849bfb git-gui: Disable native platform text selection in "lists" by Shawn O. Pearce · 18 years ago gitgui-0.8.3
  2. 55bad4f git-gui: Paper bag fix "Commit->Revert" format arguments by Shawn O. Pearce · 18 years ago
  3. afe2098 git-gui: Font chooser to handle a large number of font families by Shawn O. Pearce · 18 years ago
  4. 3b9dfde git-gui: Assume untracked directories are Git submodules by Shawn O. Pearce · 18 years ago
  5. 4ed1a19 git-gui: handle "deleted symlink" diff marker by Michele Ballabio · 18 years ago
  6. 2d19f8e git-gui: show unstaged symlinks in diff viewer by Michele Ballabio · 18 years ago
  7. 0b883ab git-gui: lib/index.tcl: handle files with % in the filename properly by Gerrit Pape · 18 years ago
  8. 881d8f2 git-gui: Fix detaching current branch during checkout by Shawn O. Pearce · 18 years ago
  9. 18a01a0 git-gui: Allow git-merge to use branch names in conflict markers by Shawn O. Pearce · 18 years ago
  10. c6951dd git-gui: Fix window manager problems on ion3 by Shawn O. Pearce · 18 years ago
  11. 84f6753 git-gui: Minor refactoring of merge command line in merge support by Shawn O. Pearce · 18 years ago gitgui-0.8.0
  12. dac7089 git-gui: Use more modern looking icons in the tree browser by Shawn O. Pearce · 18 years ago
  13. 95af4d8 git-gui: Make sure remotes are loaded when picking revisions by Shawn O. Pearce · 18 years ago
  14. 0fe055c git-gui: Use progress bar while resetting/aborting files by Shawn O. Pearce · 18 years ago
  15. 360cc10 git-gui: Unify wording to say "to stage" instead of "to add" by Christian Stimming · 18 years ago
  16. bc318ea git-gui: Remove usernames from absolute SSH urls during merging by Shawn O. Pearce · 18 years ago
  17. ead49f5 git-gui: Format tracking branch merges as though they were pulls by Shawn O. Pearce · 18 years ago
  18. 9feefbd git-gui: Cleanup bindings within merge dialog by Shawn O. Pearce · 18 years ago
  19. 350a35f git-gui: Replace merge dialog with our revision picker widget by Shawn O. Pearce · 18 years ago
  20. becafaa git-gui: Show ref last update times in revision chooser tooltips by Shawn O. Pearce · 18 years ago
  21. 844c3f6 git-gui: Display commit/tag/remote info in tooltip of revision picker by Shawn O. Pearce · 18 years ago
  22. 30d1990 git-gui: Save remote urls obtained from config/remotes setup by Shawn O. Pearce · 18 years ago
  23. 7d5266a git-gui: Avoid unnecessary symbolic-ref call during checkout by Shawn O. Pearce · 18 years ago
  24. 9c5a3c77 git-gui: Paper bag fix quitting crash after commit by Shawn O. Pearce · 18 years ago
  25. 7bd197c git-gui: Fix unnecessary fast-forward during checkout by Shawn O. Pearce · 18 years ago
  26. 54febd4 git-gui: Internally allow fetch without storing for future pull support by Shawn O. Pearce · 18 years ago
  27. dba0741 git-gui: Skip unnecessary read-tree work during checkout by Shawn O. Pearce · 18 years ago
  28. eea1ab6 git-gui: Simplify error case for unsupported merge types by Shawn O. Pearce · 18 years ago
  29. f66b8a6 git-gui: Factor out common fast-forward merge case by Shawn O. Pearce · 18 years ago
  30. 60f7352 git-gui: Save the merge base during checkout_op processing by Shawn O. Pearce · 18 years ago
  31. 4578c5c git-gui: Automatically backup the user's commit buffer by Shawn O. Pearce · 18 years ago
  32. 5dc2cae git-gui: Completely remove support for creating octopus merges by Shawn O. Pearce · 18 years ago
  33. a422896 git-gui: Don't show blame tooltips that we have no data for by Shawn O. Pearce · 18 years ago
  34. c4638f6 git-gui: Translate standard encoding names to Tcl ones 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. 8e891fa git-gui: Allow users to browse any branch, not just the current one by Shawn O. Pearce · 18 years ago
  38. 85d2d59 git-gui: Allow browser subcommand to start in subdirectory by Shawn O. Pearce · 18 years ago
  39. 3972b98 git-gui: Delay the GC hint until after we are running by Shawn O. Pearce · 18 years ago
  40. 2370164 git-gui: Don't crash in ask_popup if we haven't mapped main window yet by Shawn O. Pearce · 18 years ago
  41. 6eb420e git-gui: Always disable the Tcl EOF character when reading by Shawn O. Pearce · 18 years ago
  42. b215883 git-gui: Change prior tree SHA-1 verification to use git_read by Shawn O. Pearce · 18 years ago
  43. f31b6ff Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  44. 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
  45. 264f4a3 git-gui: Include a space in Cygwin shortcut command lines by Shawn O. Pearce · 18 years ago
  46. 6a5955f git-gui: Use sh.exe in Cygwin shortcuts by Shawn O. Pearce · 18 years ago
  47. 5922446 git-gui: Paper bag fix for Cygwin shortcut creation by Shawn O. Pearce · 18 years ago
  48. 0a84b3d Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  49. e87fb0f git-gui: Don't linewrap within console windows by Shawn O. Pearce · 18 years ago
  50. 56e29f5 git-gui: Correct ls-tree buffering problem in browser by Shawn O. Pearce · 18 years ago
  51. 7eafa2f git-gui: Improve the Windows and Mac OS X shortcut creators by Shawn O. Pearce · 18 years ago
  52. 74c4763 git-gui: Teach console widget to use git_read by Shawn O. Pearce · 18 years ago
  53. 0b81261 git-gui: Always use absolute path to all git executables by Shawn O. Pearce · 18 years ago
  54. b792230 git-gui: Show a progress meter for checking out files by Shawn O. Pearce · 18 years ago
  55. 51530d1 git-gui: Change the main window progress bar to use status_bar by Shawn O. Pearce · 18 years ago
  56. b29bd5c git-gui: Extract blame viewer status bar into mega-widget by Shawn O. Pearce · 18 years ago
  57. 827c711 git-gui: Allow double-click in checkout dialog to start checkout by Shawn O. Pearce · 18 years ago
  58. 84d3d7b git-gui: Default selection to first matching ref by Shawn O. Pearce · 18 years ago
  59. d41b43e git-gui: Refactor branch switch to support detached head by Shawn O. Pearce · 18 years ago
  60. 699d560 git-gui: Refactor our ui_status_value update technique by Shawn O. Pearce · 18 years ago
  61. ba1964b git-gui: Automatically refresh tracking branches when needed by Shawn O. Pearce · 18 years ago
  62. 7cf0442 git-gui: Option to default new branches to match tracking branches by Shawn O. Pearce · 18 years ago
  63. 560eddc git-gui: Sort tags descending by tagger date by Shawn O. Pearce · 18 years ago
  64. 7618e6b git-gui: Enhance choose_rev to handle hundreds of branches by Shawn O. Pearce · 18 years ago
  65. 774173a git-gui: Fast-forward existing branch in branch create dialog by Shawn O. Pearce · 18 years ago
  66. dd87efc git-gui: Allow users to match remote branch names locally by Shawn O. Pearce · 18 years ago
  67. 79a060e git-gui: Maintain remote and source ref for tracking branches by Shawn O. Pearce · 18 years ago
  68. 6f2a3fc git-gui: Optimize for newstyle refs/remotes layout by Shawn O. Pearce · 18 years ago
  69. 3206c63 git-gui: Refactor the delete branch dialog to use class system by Shawn O. Pearce · 18 years ago
  70. b1fa2bf git-gui: Abstract the revision picker into a mega widget by Shawn O. Pearce · 18 years ago
  71. 6233ab1 git-gui: Teach class system to support [$this cmd] syntax by Shawn O. Pearce · 18 years ago
  72. 4ca1312 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  73. 88dce86 git-gui: Skip nicknames when selecting author initials by Shawn O. Pearce · 18 years ago
  74. a840566 git-gui: use "blame -w -C -C" for "where did it come from, originally?" by Junio C Hamano · 18 years ago
  75. d4c5307 git-gui: Honor rerere.enabled configuration option by Shawn O. Pearce · 18 years ago
  76. f8186e9 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  77. 47282d4 git-gui: Ensure windows shortcuts always have .bat extension by Shawn O. Pearce · 18 years ago
  78. 1eb96a2 git-gui: Correct resizing of remote branch delete dialog by Shawn O. Pearce · 18 years ago
  79. c1fd897 git-gui: Start blame windows as tall as possible by Shawn O. Pearce · 18 years ago
  80. 1d6d7c4 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  81. c8e23aa git-gui: Unlock the index when cancelling merge dialog by Shawn O. Pearce · 18 years ago
  82. 03d2562 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  83. fffaaba git-gui: Don't nice git blame on MSYS as nice is not supported by Shawn O. Pearce · 18 years ago
  84. fe813d4 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  85. fb626dc git-gui: Bind Tab/Shift-Tab to cycle between panes in blame by Shawn O. Pearce · 18 years ago
  86. 03e1bed Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  87. 39fa2a9 git-gui: Save geometry before the window layout is damaged by Shawn O. Pearce · 18 years ago
  88. aa75196 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  89. 615b865 git-gui: Include 'war on whitespace' fixes from git.git by Shawn O. Pearce · 18 years ago
  90. 32af629 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  91. d80ded0 git-gui: Changed blame header bar background to match main window by Shawn O. Pearce · 18 years ago gitgui-0.7.3
  92. 0f32da5 git-gui: Favor the original annotations over the recent ones by Shawn O. Pearce · 18 years ago
  93. 949da61 git-gui: Improve our labeling of blame annotation types by Shawn O. Pearce · 18 years ago
  94. 5d198d6 git-gui: Use three colors for the blame viewer background by Shawn O. Pearce · 18 years ago
  95. 0dfed77 git-gui: Jump to original line in blame viewer by Shawn O. Pearce · 18 years ago
  96. 383d4e0 git-gui: Display both commits in our tooltips by Shawn O. Pearce · 18 years ago
  97. 172c92b git-gui: Run blame twice on the same file and display both outputs by Shawn O. Pearce · 18 years ago
  98. debcd0f git-gui: Display the "Loading annotation..." message in italic by Shawn O. Pearce · 18 years ago
  99. fc816d7 git-gui: Rename fields in blame viewer to better descriptions by Shawn O. Pearce · 18 years ago
  100. c5db65a git-gui: Label the uncommitted blame history entry by Shawn O. Pearce · 18 years ago