git-gui 0.13.0
  1. d5257fb git-gui: handle textconv filter on Windows and in development by Pat Thoyts · 15 years ago
  2. 62f9a63 git-gui: use shell to launch textconv filter in "blame" by Matthieu Moy · 15 years ago
  3. 1fbacca git-gui: use textconv filter for diff and blame by Clément Poulain · 15 years ago
  4. 8512354 git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32 by Pat Thoyts · 15 years ago
  5. fc17e5e git-gui: fix shortcut creation on cygwin by Heiko Voigt · 15 years ago
  6. a197b1e git-gui: fix usage of _gitworktree when creating shortcut for windows by Heiko Voigt · 15 years ago
  7. b963d11 git-gui: fix usage of themed widgets variable by Heiko Voigt · 15 years ago
  8. c80d7be git-gui: use themed tk widgets with Tk 8.5 by Pat Thoyts · 16 years ago
  9. 3748b03 git-gui: update shortcut tools to use _gitworktree by Giuseppe Bilotta · 16 years ago
  10. ff07c3b git-gui: Support applying a range of changes at once by Jeff Epler · 16 years ago
  11. a9ae14a git-gui: Use git diff --submodule when available by Jens Lehmann · 16 years ago
  12. 390425b git-gui: Fix applying a line when all following lines are deletions by Jeff Epler · 16 years ago
  13. 3c6a287 git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync by Christopher Beelby · 16 years ago
  14. ea888f8 git-gui: handle really long error messages in updateindex. by Pat Thoyts · 16 years ago
  15. 1085208 git-gui: Increase blame viewer usability on MacOS. by Alexander Gavrilov · 16 years ago
  16. 88520ca git-gui: search 4 directories to improve statistic of gc hint by Clemens Buchacher · 16 years ago
  17. c0d1532 git gui: make current branch default in "remote delete branch" merge check by Heiko Voigt · 16 years ago
  18. 118d938 git-gui: Ensure submodule path is quoted properly by Shawn O. Pearce · 16 years ago
  19. af413de git-gui: fix diff for partially staged submodule changes by Jens Lehmann · 16 years ago
  20. 2112be7 git-gui: remove warning when deleting correctly merged remote branch by Heiko Voigt · 16 years ago
  21. 246295b git-gui: display summary when showing diff of a submodule by Jens Lehmann · 16 years ago
  22. b4c813b git-gui: run post-checkout hook after clone by Jens Lehmann · 16 years ago
  23. 4339d51 Merge branch 'maint' by Shawn O. Pearce · 16 years ago
  24. fb25092 git-gui: Ensure consistent usage of mergetool.keepBackup by Ferry Huberts · 16 years ago
  25. c949833 git-gui: run post-checkout hook on checkout by Jens Lehmann · 16 years ago
  26. f0d4eec git-gui: When calling post-commit hook wrong variable was cleared. by Jens Lehmann · 16 years ago
  27. 966d077 git-gui: minor spelling fix and string factorisation. by Sam Hocevar · 16 years ago
  28. b0d644b Merge branch 'maint' by Shawn O. Pearce · 16 years ago
  29. e27430e git-gui: Fix merge conflict display error when filename contains spaces by Jens Lehmann · 16 years ago
  30. 73fea17 Merge branch 'maint' by Shawn O. Pearce · 16 years ago
  31. 379f84b git-gui: don't hide the Browse button when resizing the repo chooser by Markus Heidelberg · 16 years ago
  32. 880fa11 Append ampersand to "Target" of lnk files created by do_cygwin_shortcut by Phil Lawrence · 16 years ago
  33. 584fa9c git-gui: Avoid an infinite rescan loop in handle_empty_diff. by Alexander Gavrilov · 17 years ago
  34. 06569cd git-gui: Fix post-commit status with subject in non-locale encoding by Alexander Gavrilov · 17 years ago
  35. 3ac31e4 git-gui: Fix commit encoding handling. by Alexander Gavrilov · 17 years ago
  36. 861c68e git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror. by Mark Burton · 17 years ago
  37. 9419307 git-gui: Fix the search bar destruction handler. by Alexander Gavrilov · 17 years ago
  38. b8dfb16 git-gui: Implement automatic rescan after Tool execution. by Alexander Gavrilov · 17 years ago
  39. 67df911 git-gui: Allow Tools request arguments from the user. by Alexander Gavrilov · 17 years ago
  40. 0ce76de git-gui: Add a Tools menu for arbitrary commands. by Alexander Gavrilov · 17 years ago
  41. 7cf4566 git-gui: Fix the after callback execution in rescan. by Alexander Gavrilov · 17 years ago
  42. 153ad78 git-gui: Implement system-wide configuration handling. by Alexander Gavrilov · 17 years ago
  43. f75c8b3 git-gui: Request blame metadata in utf-8. by Alexander Gavrilov · 17 years ago
  44. e29c0d1 git-gui: Add the Show SSH Key item to the clone dialog. by Alexander Gavrilov · 17 years ago
  45. b28ebab git-gui: Fix focus transition in the blame viewer. by Alexander Gavrilov · 17 years ago
  46. 63aa1d0 git-gui: Do not munge conflict marker lines in a normal diff by Johannes Sixt · 17 years ago
  47. 98a6846 git-gui: Add a dialog that shows the OpenSSH public key. by Alexander Gavrilov · 17 years ago
  48. 7f15b00 git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization by Johannes Sixt · 17 years ago
  49. f2df8a5 git-gui: Show a round number of bytes of large untracked text files by Johannes Sixt · 17 years ago
  50. 5c91cb5 git-gui: Fix the blame viewer destroy handler. by Alexander Gavrilov · 17 years ago
  51. f10d5b0 git-gui: Add a search command to the blame viewer. by Alexander Gavrilov · 17 years ago
  52. d4d9925 git-gui: Fix the blame window shape. by Alexander Gavrilov · 17 years ago
  53. a910898 git-gui: Fix switch statement in lib/merge.tcl by Johannes Sixt · 17 years ago
  54. 0b32cab git-gui: Fix fetching from remotes when adding them by Petr Baudis · 17 years ago
  55. 2243ffcc git-gui: Fix removing non-pushable remotes by Petr Baudis · 17 years ago
  56. 902e2bb git-gui: Make input boxes in init/clone/open dialogs consistent by Petr Baudis · 17 years ago
  57. 4259568 git-gui: Avoid using the term URL when specifying repositories by Petr Baudis · 17 years ago
  58. adcbd43 git-gui: mkdir -p when initializing new remote repository by Petr Baudis · 17 years ago
  59. 0d40441 git-gui: Add support for removing remotes by Petr Baudis · 17 years ago
  60. ba6485e git-gui: Add support for adding remotes by Petr Baudis · 17 years ago
  61. 8329bd0 git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menu by Petr Baudis · 17 years ago
  62. 3c1c2a0 git-gui: Clarify the Remote -> Delete... action by Petr Baudis · 17 years ago
  63. 34785f8 git-gui: Remove space from the end of aspell's reply before processing by Johannes Sixt · 17 years ago
  64. 0aea284 git-gui: Make Ctrl-T safe to use for conflicting files. by Alexander Gavrilov · 17 years ago
  65. d3bcf55 git-gui: Do not automatically stage file after merge tool finishes by Johannes Sixt · 17 years ago
  66. 30ef1d8 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  67. dd87558 git-gui: Help identify aspell version on Windows too by Gustaf Hendeby · 17 years ago
  68. 3e34838 git-gui: Reenable staging unmerged files by clicking the icon. by Alexander Gavrilov · 17 years ago
  69. 6fc835a git-gui: Support the encoding menu in gui blame. by Alexander Gavrilov · 17 years ago
  70. a1c3feb git-gui: Optimize encoding name resolution using a lookup table. by Alexander Gavrilov · 17 years ago
  71. 3fe0162 git-gui: Allow forcing display encoding for diffs using a submenu. by Alexander Gavrilov · 17 years ago
  72. 50102c5 git-gui: Add a menu of available encodings. by Alexander Gavrilov · 17 years ago
  73. 72e6b00 git-gui: Cleanup handling of the default encoding. by Alexander Gavrilov · 17 years ago
  74. 696235c git-gui: Assume `blame --incremental` output is in UTF-8 by Shawn O. Pearce · 17 years ago
  75. 1ffca60 git-gui: Use gitattribute "encoding" for file content display by Shawn O. Pearce · 17 years ago
  76. 1e65c62 git-gui: Add more integration options to citool. by Alexander Gavrilov · 17 years ago
  77. 8b56a18 git-gui: I18n fix sentence parts into full sentences for translation again. by Christian Stimming · 17 years ago
  78. 2fe5b2e git-gui: Restore ability to Stage Working Copy for conflicts. by Alexander Gavrilov · 17 years ago
  79. a9786bb git-gui: Fix Blame Parent & Context for working copy lines. by Alexander Gavrilov · 17 years ago
  80. 95b6a2d Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  81. ca53c3f git-gui: Fix diff parsing for lines starting with "--" or "++" by Shawn O. Pearce · 17 years ago
  82. b2ca414 git-gui: Show special diffs for complex conflict cases. by Alexander Gavrilov · 17 years ago
  83. 29853b9 git-gui: Reimplement and enhance auto-selection of diffs. by Alexander Gavrilov · 17 years ago
  84. ff515d8 git-gui: Support conflict states _U & UT. by Alexander Gavrilov · 17 years ago
  85. 48c74a5 git-gui: Support more merge tools. by Alexander Gavrilov · 17 years ago
  86. 7e30682 git-gui: Support calling merge tools. by Alexander Gavrilov · 17 years ago
  87. 042c232 git-gui: Support resolving conflicts via the diff context menu. by Alexander Gavrilov · 17 years ago
  88. 700e560 git-gui: Mark forgotten strings for translation. by Christian Stimming · 17 years ago
  89. 961a628 Merge branch 'maint' by Shawn O. Pearce · 17 years ago
  90. 55ba8a3 git gui: show diffs with a minimum of 1 context line by Clemens Buchacher · 17 years ago
  91. f7078b4 git-gui: Allow specifying an initial line for git gui blame. by Alexander Gavrilov · 17 years ago
  92. 823f7cf git-gui: Better positioning in Blame Parent Commit by Alexander Gavrilov · 17 years ago
  93. 80fd76b git-gui: Support passing blame to a parent commit. by Alexander Gavrilov · 17 years ago
  94. a9c80b8 git-gui: Support starting gitk from Gui Blame by Alexander Gavrilov · 17 years ago
  95. e681cb7 git-gui: Teach git gui about file type changes by Gustaf Hendeby · 17 years ago
  96. 25b8fb1 git-gui: Preserve scroll position on reshow_diff. by Alexander Gavrilov · 17 years ago
  97. c7f7457 git-gui: "Stage Line": Treat independent changes in adjacent lines better by Johannes Sixt · 17 years ago
  98. fa6b5b3 git-gui: Fix "Stage/Unstage Line" with one line of context. by Johannes Sixt · 17 years ago
  99. a01fe99 Add a menu item to invoke full copy detection in blame. by Alexander Gavrilov · 17 years ago
  100. e6131d3 Kill the blame back-end on window close. by Alexander Gavrilov · 17 years ago