git-gui 0.20.0
  1. 83da013 git-gui: Makes chooser set 'gitdir' to the resolved path by Remi Rampin · 10 years ago
  2. cc6825e git-gui: Fixes chooser not accepting gitfiles by Remi Rampin · 10 years ago
  3. a43c5f5 git-gui: add configurable tab size to the diff view by Michael Lutz · 11 years ago
  4. 41a5f0b git-gui: align the new recursive checkbox with the radiobuttons. by Pat Thoyts · 11 years ago
  5. 2202b8b git-gui: Add a 'recursive' checkbox in the clone menu. by Henri GEIST · 11 years ago
  6. e0db1dd git-gui: show staged submodules regardless of ignore config by Jens Lehmann · 11 years ago
  7. 73fd416 git-gui: correct spelling errors in comments by Masanari Iida · 12 years ago
  8. e632b3c git-gui: Add gui.displayuntracked option by Max Kirillov · 12 years ago
  9. d478056 git-gui: show the maxrecentrepo config option in the preferences dialog by Pat Thoyts · 12 years ago
  10. a865604 git-gui: added gui.maxrecentrepo to extend the number of remembered repos by Pat Thoyts · 12 years ago
  11. 5c37033 git-gui: avoid an error message when removing the last remote by Pat Thoyts · 12 years ago
  12. ed05e9f git-gui: change dialog button positions for Windows to suit platform. by Pat Thoyts · 12 years ago
  13. 1fcd24d git-gui: allow "\ No newline at end of file" for linewise staging by Heiko Voigt · 12 years ago
  14. 60468d6 git-gui: fix the mergetool launcher for the Beyond Compare tool. by Pat Thoyts · 13 years ago
  15. 5a5e4d2 git-gui: remove .git/CHERRY_PICK_HEAD after committing by Beat Bolli · 13 years ago
  16. 9ef7508 git-gui: Fix a loose/lose mistake by Beat Bolli · 13 years ago
  17. ba5d445 git-gui: fix git-gui crash due to uninitialized variable by Clemens Buchacher · 14 years ago
  18. 7d076d5 git-gui: handle shell script text filters when loading for blame. by Pat Thoyts · 14 years ago
  19. d8d166b git-gui: don't warn for detached head when rebasing by Bert Wesarg · 14 years ago
  20. f49517a git-gui: make config gui.warndetachedcommit a boolean by Bert Wesarg · 14 years ago
  21. 54531e7 git-gui: add config value gui.diffopts for passing additional diff options by Tilman Vogel · 14 years ago
  22. 3f2fb17 git-gui: sort the numeric ansi codes by Pat Thoyts · 14 years ago
  23. 9af6413 git-gui: support underline style when parsing diff output by Pat Thoyts · 14 years ago
  24. 4198579 git-gui: fix spelling error in sshkey.tcl by Dejan Ribič · 14 years ago
  25. 95fa862 git-gui: include the file path in guitools confirmation dialog by Bert Wesarg · 14 years ago
  26. ff3f01b git-gui: span widgets over the full file output area in the blame view by Bert Wesarg · 14 years ago
  27. f9ace9e git-gui: use a tristate to control the case mode in the searchbar by Bert Wesarg · 14 years ago
  28. 508dee3 git-gui: set suitable extended window manager hints. by Pat Thoyts · 14 years ago
  29. 80e6667 git-gui: fix display of path in browser title by Bert Wesarg · 14 years ago
  30. ae6ec61 Merge branch 'bw/searching' by Pat Thoyts · 14 years ago gitgui-0.15.0
  31. 8eaf24b git-gui: enable the smart case sensitive search only if gui.search.smartcase is true by Pat Thoyts · 14 years ago
  32. b66f4f7 git-gui: catch invalid or complete regular expressions and treat as no match. by Pat Thoyts · 14 years ago
  33. 3592767 git-gui: theme the search and line-number entry fields on blame screen by Pat Thoyts · 14 years ago
  34. 99665fc git-gui: include the number of untracked files to stage when asking the user by Pat Thoyts · 14 years ago
  35. bb196e2 git-gui: new config to control staging of untracked files by Bert Wesarg · 14 years ago
  36. 526aa2b git-gui: use "untracked" for files which are not known to git by Bert Wesarg · 14 years ago
  37. b020bbd git-gui: fix unintended line break in message string by Bert Wesarg · 14 years ago
  38. 1159971 git-gui: add search history to searchbar by Bert Wesarg · 14 years ago
  39. e9144d5 git-gui: add regexp search mode to the searchbar by Bert Wesarg · 14 years ago
  40. 0a0243d git-gui: add smart case search mode in searchbar by Bert Wesarg · 14 years ago
  41. 843d659 git-gui: incremental goto line in blame view by Bert Wesarg · 14 years ago
  42. 81a92e5 git-gui: clear the goto line input when hiding by Bert Wesarg · 14 years ago
  43. 5925210 git-gui: only accept numbers in the goto-line input by Bert Wesarg · 14 years ago
  44. e0e0a6c git-gui: search and linenumber input are mutual exclusive in the blame view by Bert Wesarg · 14 years ago
  45. 856c2d7 git-gui: deal with unknown files when pressing the "Stage Changed" button by Heiko Voigt · 14 years ago
  46. 29776c7 git-gui: drop the 'n' and 'Shift-n' bindings from the last patch. by Pat Thoyts · 14 years ago
  47. af9a462 git-gui: Add keyboard shortcuts for search and goto commands in blame view. by David Fries · 14 years ago
  48. 9a483e5 git-gui: Enable jumping to a specific line number in blame view. by David Fries · 14 years ago
  49. 768e300 Fix tooltip display with multiple monitors on windows. by Pat Thoyts · 14 years ago
  50. e34789c git-gui: warn when trying to commit on a detached head by Heiko Voigt · 14 years ago
  51. fbc9629 Merge branch 'ss/git-gui-mergetool' by Pat Thoyts · 14 years ago gitgui-0.14.0
  52. f3768a6 mergetool--lib: Add Beyond Compare 3 as a tool by Sebastian Schuberth · 15 years ago
  53. 0e0f450 mergetool--lib: Sort tools alphabetically for easier lookup by Sebastian Schuberth · 15 years ago
  54. 4c2519e git-gui: fetch/prune all entry appears last by Heiko Voigt · 15 years ago
  55. 4bfa250 git-gui: fetch/prune all entry only for more than one entry by Heiko Voigt · 15 years ago
  56. ba44692 git-gui: Include version check and test for tearoff menu entry by Pat Thoyts · 15 years ago
  57. 69e21b8 git-gui: teach fetch/prune menu to do it for all remotes by Heiko Voigt · 15 years ago
  58. e8db403 git-gui: refactor remote submenu creation into subroutine by Heiko Voigt · 15 years ago
  59. 9d04278 git-gui: always default to the last merged branch in remote delete by Heiko Voigt · 15 years ago
  60. 8b92658 git-gui: fix deleting item from all_remotes variable by Heiko Voigt · 15 years ago
  61. df12813 git-gui: instead of defaulting to home directory use working directory by Heiko Voigt · 15 years ago
  62. fb027e1 git-gui: scroll down to default selection for push dialog by Heiko Voigt · 15 years ago
  63. 9e34e62 git gui: keep selected branch when remote is changed in push dialog by Heiko Voigt · 15 years ago
  64. bf59439 git-gui: handle meta diff header lines only in the header section by Bert Wesarg · 15 years ago
  65. d1c7f8a git-gui: handle special content lines only in the diff header section by Bert Wesarg · 15 years ago
  66. 6459d7c git-gui: always reset the current tag by Bert Wesarg · 15 years ago
  67. 963ceab git-gui: move 3way diff autodetect up by Bert Wesarg · 15 years ago
  68. 3c9ae64 git-gui: there is no "mode *" diff header line by Bert Wesarg · 15 years ago
  69. 97b8ee1 git-gui: name also new symlinks so by Bert Wesarg · 15 years ago
  70. ebd143f git-gui: handle index lines only in the diff header by Bert Wesarg · 15 years ago
  71. c976bbf git-gui: rework handling of diff header by Bert Wesarg · 15 years ago
  72. 7587f4d git-gui: learn more type change states by Bert Wesarg · 15 years ago
  73. 4a065c8 git-gui: remove 'no such variable' for s error when encounter unknown file states by Bert Wesarg · 15 years ago
  74. 88b21c2 git-gui: Fix use of hunk tag for non-hunk content. by Bert Wesarg · 15 years ago
  75. c7ec31a git-gui: Fix use of renamed tag. by Bert Wesarg · 15 years ago
  76. 1ab8628 git-gui: fix browsers [Up To Parent] in sub-sub-directories. by Bert Wesarg · 15 years ago
  77. 4590307 git-gui: respect conflict marker size by Bert Wesarg · 15 years ago
  78. 46a0431 git-gui: fix ANSI-color parsing by Bert Wesarg · 15 years ago
  79. 8f85599 git-gui: apply color information from git diff output by Pat Thoyts · 15 years ago
  80. 4c56d1d git-gui: use full dialog width for old name when renaming branch by Pat Thoyts · 15 years ago
  81. d5257fb git-gui: handle textconv filter on Windows and in development by Pat Thoyts · 15 years ago
  82. 62f9a63 git-gui: use shell to launch textconv filter in "blame" by Matthieu Moy · 15 years ago
  83. 1fbacca git-gui: use textconv filter for diff and blame by Clément Poulain · 15 years ago
  84. 8512354 git-gui: Avoid using the <<Copy>> binding as a menu accelerator on win32 by Pat Thoyts · 15 years ago
  85. fc17e5e git-gui: fix shortcut creation on cygwin by Heiko Voigt · 15 years ago
  86. a197b1e git-gui: fix usage of _gitworktree when creating shortcut for windows by Heiko Voigt · 15 years ago
  87. b963d11 git-gui: fix usage of themed widgets variable by Heiko Voigt · 15 years ago
  88. c80d7be git-gui: use themed tk widgets with Tk 8.5 by Pat Thoyts · 16 years ago
  89. 3748b03 git-gui: update shortcut tools to use _gitworktree by Giuseppe Bilotta · 16 years ago
  90. ff07c3b git-gui: Support applying a range of changes at once by Jeff Epler · 16 years ago
  91. a9ae14a git-gui: Use git diff --submodule when available by Jens Lehmann · 16 years ago
  92. 390425b git-gui: Fix applying a line when all following lines are deletions by Jeff Epler · 16 years ago
  93. 3c6a287 git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in sync by Christopher Beelby · 16 years ago
  94. ea888f8 git-gui: handle really long error messages in updateindex. by Pat Thoyts · 16 years ago
  95. 1085208 git-gui: Increase blame viewer usability on MacOS. by Alexander Gavrilov · 16 years ago
  96. 88520ca git-gui: search 4 directories to improve statistic of gc hint by Clemens Buchacher · 16 years ago
  97. c0d1532 git gui: make current branch default in "remote delete branch" merge check by Heiko Voigt · 16 years ago
  98. 118d938 git-gui: Ensure submodule path is quoted properly by Shawn O. Pearce · 16 years ago
  99. af413de git-gui: fix diff for partially staged submodule changes by Jens Lehmann · 16 years ago
  100. 2112be7 git-gui: remove warning when deleting correctly merged remote branch by Heiko Voigt · 16 years ago