git-gui 0.12.0
  1. 3ac31e4 git-gui: Fix commit encoding handling. by Alexander Gavrilov · 17 years ago
  2. 861c68e git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror. by Mark Burton · 17 years ago
  3. 9419307 git-gui: Fix the search bar destruction handler. by Alexander Gavrilov · 17 years ago
  4. b8dfb16 git-gui: Implement automatic rescan after Tool execution. by Alexander Gavrilov · 17 years ago
  5. 67df911 git-gui: Allow Tools request arguments from the user. by Alexander Gavrilov · 17 years ago
  6. 0ce76de git-gui: Add a Tools menu for arbitrary commands. by Alexander Gavrilov · 17 years ago
  7. 7cf4566 git-gui: Fix the after callback execution in rescan. by Alexander Gavrilov · 17 years ago
  8. 153ad78 git-gui: Implement system-wide configuration handling. by Alexander Gavrilov · 17 years ago
  9. f75c8b3 git-gui: Request blame metadata in utf-8. by Alexander Gavrilov · 17 years ago
  10. e29c0d1 git-gui: Add the Show SSH Key item to the clone dialog. by Alexander Gavrilov · 17 years ago
  11. b28ebab git-gui: Fix focus transition in the blame viewer. by Alexander Gavrilov · 17 years ago
  12. 63aa1d0 git-gui: Do not munge conflict marker lines in a normal diff by Johannes Sixt · 17 years ago
  13. 98a6846 git-gui: Add a dialog that shows the OpenSSH public key. by Alexander Gavrilov · 17 years ago
  14. 7f15b00 git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization by Johannes Sixt · 17 years ago
  15. f2df8a5 git-gui: Show a round number of bytes of large untracked text files by Johannes Sixt · 17 years ago
  16. 5c91cb5 git-gui: Fix the blame viewer destroy handler. by Alexander Gavrilov · 17 years ago
  17. f10d5b0 git-gui: Add a search command to the blame viewer. by Alexander Gavrilov · 17 years ago
  18. d4d9925 git-gui: Fix the blame window shape. by Alexander Gavrilov · 17 years ago
  19. a910898 git-gui: Fix switch statement in lib/merge.tcl by Johannes Sixt · 17 years ago
  20. 0b32cab git-gui: Fix fetching from remotes when adding them by Petr Baudis · 17 years ago
  21. 2243ffcc git-gui: Fix removing non-pushable remotes by Petr Baudis · 17 years ago
  22. 902e2bb git-gui: Make input boxes in init/clone/open dialogs consistent by Petr Baudis · 17 years ago
  23. 4259568 git-gui: Avoid using the term URL when specifying repositories by Petr Baudis · 17 years ago
  24. adcbd43 git-gui: mkdir -p when initializing new remote repository by Petr Baudis · 17 years ago
  25. 0d40441 git-gui: Add support for removing remotes by Petr Baudis · 17 years ago
  26. ba6485e git-gui: Add support for adding remotes by Petr Baudis · 17 years ago
  27. 8329bd0 git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu by Petr Baudis · 17 years ago
  28. 3c1c2a0 git-gui: Clarify the Remote -> Delete... action by Petr Baudis · 17 years ago
  29. 34785f8 git-gui: Remove space from the end of aspell's reply before processing by Johannes Sixt · 17 years ago
  30. 0aea284 git-gui: Make Ctrl-T safe to use for conflicting files. by Alexander Gavrilov · 17 years ago
  31. d3bcf55 git-gui: Do not automatically stage file after merge tool finishes by Johannes Sixt · 17 years ago
  32. 30ef1d8 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  33. dd87558 git-gui: Help identify aspell version on Windows too by Gustaf Hendeby · 17 years ago
  34. 3e34838 git-gui: Reenable staging unmerged files by clicking the icon. by Alexander Gavrilov · 17 years ago
  35. 6fc835a git-gui: Support the encoding menu in gui blame. by Alexander Gavrilov · 17 years ago
  36. a1c3feb git-gui: Optimize encoding name resolution using a lookup table. by Alexander Gavrilov · 17 years ago
  37. 3fe0162 git-gui: Allow forcing display encoding for diffs using a submenu. by Alexander Gavrilov · 17 years ago
  38. 50102c5 git-gui: Add a menu of available encodings. by Alexander Gavrilov · 17 years ago
  39. 72e6b00 git-gui: Cleanup handling of the default encoding. by Alexander Gavrilov · 17 years ago
  40. 696235c git-gui: Assume `blame --incremental` output is in UTF-8 by Shawn O. Pearce · 17 years ago
  41. 1ffca60 git-gui: Use gitattribute "encoding" for file content display by Shawn O. Pearce · 17 years ago
  42. 1e65c62 git-gui: Add more integration options to citool. by Alexander Gavrilov · 17 years ago
  43. 8b56a18 git-gui: I18n fix sentence parts into full sentences for translation again. by Christian Stimming · 17 years ago
  44. 2fe5b2e git-gui: Restore ability to Stage Working Copy for conflicts. by Alexander Gavrilov · 17 years ago
  45. a9786bb git-gui: Fix Blame Parent & Context for working copy lines. by Alexander Gavrilov · 17 years ago
  46. 95b6a2d Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  47. ca53c3f git-gui: Fix diff parsing for lines starting with "--" or "++" by Shawn O. Pearce · 17 years ago
  48. b2ca414 git-gui: Show special diffs for complex conflict cases. by Alexander Gavrilov · 17 years ago
  49. 29853b9 git-gui: Reimplement and enhance auto-selection of diffs. by Alexander Gavrilov · 17 years ago
  50. ff515d8 git-gui: Support conflict states _U & UT. by Alexander Gavrilov · 17 years ago
  51. 48c74a5 git-gui: Support more merge tools. by Alexander Gavrilov · 17 years ago
  52. 7e30682 git-gui: Support calling merge tools. by Alexander Gavrilov · 17 years ago
  53. 042c232 git-gui: Support resolving conflicts via the diff context menu. by Alexander Gavrilov · 17 years ago
  54. 700e560 git-gui: Mark forgotten strings for translation. by Christian Stimming · 17 years ago
  55. 961a628 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  56. 55ba8a3 git gui: show diffs with a minimum of 1 context line by Clemens Buchacher · 17 years ago
  57. f7078b4 git-gui: Allow specifying an initial line for git gui blame. by Alexander Gavrilov · 17 years ago
  58. 823f7cf git-gui: Better positioning in Blame Parent Commit by Alexander Gavrilov · 17 years ago
  59. 80fd76b git-gui: Support passing blame to a parent commit. by Alexander Gavrilov · 17 years ago
  60. a9c80b8 git-gui: Support starting gitk from Gui Blame by Alexander Gavrilov · 17 years ago
  61. e681cb7 git-gui: Teach git gui about file type changes by Gustaf Hendeby · 17 years ago
  62. 25b8fb1 git-gui: Preserve scroll position on reshow_diff. by Alexander Gavrilov · 17 years ago
  63. c7f7457 git-gui: "Stage Line": Treat independent changes in adjacent lines better by Johannes Sixt · 17 years ago
  64. fa6b5b3 git-gui: Fix "Stage/Unstage Line" with one line of context. by Johannes Sixt · 17 years ago
  65. a01fe99 Add a menu item to invoke full copy detection in blame. by Alexander Gavrilov · 17 years ago
  66. e6131d3 Kill the blame back-end on window close. by Alexander Gavrilov · 17 years ago
  67. 57cae87 Add options to control the search for copies in blame. by Alexander Gavrilov · 17 years ago
  68. f049e09 git-gui: MERGE_RR lives in .git/ directly with newer Git versions by Johannes Schindelin · 17 years ago
  69. 5821988 git-gui: Implement "Stage/Unstage Line" by Johannes Sixt · 17 years ago
  70. 95dcfa3 git-gui: Vertically align textboxes with labels by Twiinz · 17 years ago gitgui-0.10.2
  71. 76bb40c git-gui: Delete branches with 'git branch -D' to clear config by Shawn O. Pearce · 17 years ago
  72. fe70225 git-gui: Setup branch.remote,merge for shorthand git-pull by Shawn O. Pearce · 17 years ago
  73. ca19404 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  74. ddc3603 git-gui: Don't use '$$cr master' with aspell earlier than 0.60 by Shawn O. Pearce · 17 years ago
  75. dd70f3d git-gui: Report less precise object estimates for database compression by Johannes Sixt · 17 years ago
  76. 442b3ca git-gui: Don't translate the special Apple menu by Shawn O. Pearce · 17 years ago
  77. 11027d5 git-gui: Add option for changing the width of the commit message text box by Adam Piątyszek · 17 years ago
  78. c382fdd git-gui: if a background colour is set, set foreground colour as well by Philipp A. Hartmann · 18 years ago
  79. f49b6c1 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  80. 094fbbf git-gui: Paper bag fix info dialog when no files are staged at commit by Shawn O. Pearce · 18 years ago gitgui-0.9.3
  81. b5e2f80 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  82. 3baee1f git-gui: Focus insertion point at end of strings in repository chooser by Shawn O. Pearce · 18 years ago
  83. 85ec3e7 git-gui: Paper bag fix error dialogs opening over the main window by Shawn O. Pearce · 18 years ago
  84. afdb4be git-gui: fix typo in lib/spellcheck.tcl by Michele Ballabio · 18 years ago
  85. bb760f0 git-gui: Shorten Aspell version strings to just Aspell version number by Shawn O. Pearce · 18 years ago
  86. 827743b git-gui: Gracefully display non-aspell version errors to users by Shawn O. Pearce · 18 years ago
  87. de83f8c git-gui: Catch and display aspell startup failures to the user by Shawn O. Pearce · 18 years ago
  88. 35d04b3 git-gui: Only bind the spellcheck popup suggestion hook once by Shawn O. Pearce · 18 years ago
  89. dd09628 git-gui: Remove explicit references to 'aspell' in message strings by Shawn O. Pearce · 18 years ago
  90. f57ca1e git-gui: Ensure all spellchecker 'class' variables are initialized by Shawn O. Pearce · 18 years ago
  91. f4d9348 Merge branch 'maint' by Shawn O. Pearce · 18 years ago
  92. aba15f7 git-gui: Ensure error dialogs always appear over all other windows by Shawn O. Pearce · 18 years ago
  93. b8331e1 git-gui: (i18n) Add newly added translation strings to template. by Christian Stimming · 18 years ago
  94. 740b9b9 git-gui: Correct size of dictionary name widget in options dialog by Shawn O. Pearce · 18 years ago
  95. 765239e git-gui: Paper bag fix bad string length call in spellchecker by Shawn O. Pearce · 18 years ago
  96. 95b002e git-gui: Automatically spell check commit messages as the user types by Shawn O. Pearce · 18 years ago
  97. 5e6d776 git-gui: (i18n) Fix a bunch of still untranslated strings. by Christian Stimming · 18 years ago
  98. 3ddff72 git-gui: Work around random missing scrollbar in revision list by Shawn O. Pearce · 18 years ago
  99. ed76cb7 git-gui: Consolidate hook execution code into a single function by Shawn O. Pearce · 18 years ago
  100. c87238e git-gui: Correct window title for hook failure dialogs by Shawn O. Pearce · 18 years ago