1. 0b18023 contrib/completion: fix zsh completion regression from 59d85a2a05 by David Aguilar · 3 years, 9 months ago
  2. 6aae0e2 Merge branch 'jh/simple-ipc-sans-pthread' by Junio C Hamano · 3 years, 10 months ago
  3. 6aac70a simple-ipc: correct ifdefs when NO_PTHREADS is defined by Jeff Hostetler · 3 years, 10 months ago
  4. 02112fc Merge branch 'en/prompt-under-set-u' by Junio C Hamano · 3 years, 10 months ago
  5. 483932a Merge branch 'dd/mailinfo-quoted-cr' by Junio C Hamano · 3 years, 10 months ago
  6. 5c0cbdb git-prompt: work under set -u by Elijah Newren · 3 years, 10 months ago
  7. 44ccb76 Merge branch 'ls/subtree' by Junio C Hamano · 3 years, 10 months ago
  8. 59b519a am: learn to process quoted lines that ends with CRLF by Đoàn Trần Công Danh · 3 years, 10 months ago
  9. 70a890d Merge branch 'si/zsh-complete-comment-fix' by Junio C Hamano · 3 years, 10 months ago
  10. 18e1ba1 Merge branch 'dl/complete-stash-updates' by Junio C Hamano · 3 years, 10 months ago
  11. 848a17c Merge branch 'dl/complete-stash' by Junio C Hamano · 3 years, 10 months ago
  12. f2acf76 work around zsh comment in __git_complete_worktree_paths by Sardorbek Imomaliev · 3 years, 10 months ago
  13. 5980e0d Merge branch 'vs/completion-with-set-u' by Junio C Hamano · 3 years, 11 months ago
  14. 9a3e3ca subtree: be stricter about validating flags by Luke Shumaker · 3 years, 11 months ago
  15. 49470cd subtree: push: allow specifying a local rev other than HEAD by Luke Shumaker · 3 years, 11 months ago
  16. 94389e7 subtree: allow 'split' flags to be passed to 'push' by Luke Shumaker · 3 years, 11 months ago
  17. cb65514 subtree: allow --squash to be used with --rejoin by Luke Shumaker · 3 years, 11 months ago
  18. 6468784 subtree: give the docs a once-over by Luke Shumaker · 3 years, 11 months ago
  19. e9525a8 subtree: have $indent actually affect indentation by Luke Shumaker · 3 years, 11 months ago
  20. 534ff90 subtree: don't let debug and progress output clash by Luke Shumaker · 3 years, 11 months ago
  21. 5cdae0f subtree: add comments and sanity checks by Luke Shumaker · 3 years, 11 months ago
  22. cbb5de8 subtree: remove duplicate check by Luke Shumaker · 3 years, 11 months ago
  23. e4f8baa subtree: parse revs in individual cmd_ functions by Luke Shumaker · 3 years, 11 months ago
  24. bbffb02 subtree: use "^{commit}" instead of "^0" by Luke Shumaker · 3 years, 11 months ago
  25. 22d5507 subtree: don't fuss with PATH by Luke Shumaker · 3 years, 11 months ago
  26. a94f911 subtree: use "$*" instead of "$@" as appropriate by Luke Shumaker · 3 years, 11 months ago
  27. e2b11e4 subtree: use more explicit variable names for cmdline args by Luke Shumaker · 3 years, 11 months ago
  28. 6d43585 subtree: use git-sh-setup's `say` by Luke Shumaker · 3 years, 11 months ago
  29. f664304 subtree: use `git merge-base --is-ancestor` by Luke Shumaker · 3 years, 11 months ago
  30. 8dc3240 subtree: drop support for git < 1.7 by Luke Shumaker · 3 years, 11 months ago
  31. d2f0f81 subtree: more consistent error propagation by Luke Shumaker · 3 years, 11 months ago
  32. 5a35697 subtree: don't have loose code outside of a function by Luke Shumaker · 3 years, 11 months ago
  33. b04538d subtree: t7900: add porcelain tests for 'pull' and 'push' by Luke Shumaker · 3 years, 11 months ago
  34. b269976 subtree: t7900: add a test for the -h flag by Luke Shumaker · 3 years, 11 months ago
  35. db6952b subtree: t7900: rename last_commit_message to last_commit_subject by Luke Shumaker · 3 years, 11 months ago
  36. f1cd2d9 subtree: t7900: fix 'verify one file change per commit' by Luke Shumaker · 3 years, 11 months ago
  37. 63ac4f1 subtree: t7900: delete some dead code by Luke Shumaker · 3 years, 11 months ago
  38. c4566ab subtree: t7900: use 'test' for string equality by Luke Shumaker · 3 years, 11 months ago
  39. 40b1e1e subtree: t7900: comment subtree_test_create_repo by Luke Shumaker · 3 years, 11 months ago
  40. f700406 subtree: t7900: use consistent formatting by Luke Shumaker · 3 years, 11 months ago
  41. f2bb7fe subtree: t7900: use test-lib.sh's test_count by Luke Shumaker · 3 years, 11 months ago
  42. 914d512 subtree: t7900: update for having the default branch name be 'main' by Luke Shumaker · 3 years, 11 months ago
  43. 7cdb096 git-completion.bash: consolidate cases in _git_stash() by Denton Liu · 3 years, 11 months ago
  44. 59d85a2 git-completion.bash: use $__git_cmd_idx in more places by Denton Liu · 3 years, 11 months ago
  45. 87e6297 git-completion.bash: rename to $__git_cmd_idx by Denton Liu · 3 years, 11 months ago
  46. 8c8c8c0 git-completion.bash: separate some commands onto their own line by Denton Liu · 3 years, 11 months ago
  47. 76655e8 completion: avoid aliased command lookup error in nounset mode by Ville Skyttä · 4 years ago
  48. b98db1d Merge branch 'ab/complete-cherry-pick-head' by Junio C Hamano · 4 years ago
  49. e0d4a63 Merge branch 'vs/completion-with-set-u' by Junio C Hamano · 4 years ago
  50. c5c0548 completion: audit and guard $GIT_* against unset use by Ville Skyttä · 4 years ago
  51. a548f3e Merge branch 'js/cmake-vsbuild' by Junio C Hamano · 4 years ago
  52. 3994ae5 bash completion: complete CHERRY_PICK_HEAD by Ævar Arnfjörð Bjarmason · 4 years ago
  53. 861794b Merge branch 'jh/simple-ipc' by Junio C Hamano · 4 years ago
  54. 958a5f5 cmake(install): include vcpkg dlls by Dennis Ameling · 4 years ago
  55. e8772a7 cmake: add a preparatory work-around to accommodate `vcpkg` by Johannes Schindelin · 4 years ago
  56. 569f8d1 cmake(install): fix double .exe suffixes by Dennis Ameling · 4 years ago
  57. 7bb544a cmake: support SKIP_DASHED_BUILT_INS by Johannes Schindelin · 4 years ago
  58. 6131807 git-completion.bash: use __gitcomp_builtin() in _git_stash() by Denton Liu · 4 years ago
  59. 42b30bc git-completion.bash: extract from else in _git_stash() by Denton Liu · 4 years ago
  60. e94fb44 git-completion.bash: pass $__git_subcommand_idx from __git_main() by Denton Liu · 4 years ago
  61. f5c73f6 Merge branch 'dl/stash-show-untracked' by Junio C Hamano · 4 years ago
  62. 7cd5dbc simple-ipc: add Unix domain socket implementation by Jeff Hostetler · 4 years ago
  63. bfcc6e2 Merge branch 'rs/xcalloc-takes-nelem-first' by Junio C Hamano · 4 years ago
  64. 1c57cc7 cocci: allow xcalloc(1, size) by Junio C Hamano · 4 years ago
  65. 9fd1902 unix-stream-server: create unix domain socket under lock by Jeff Hostetler · 4 years ago
  66. 59c7b88 simple-ipc: add win32 implementation by Jeff Hostetler · 4 years ago
  67. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  68. 241b5d3 fix xcalloc() argument order by René Scharfe · 4 years ago
  69. d3c7bf7 stash show: teach --include-untracked and --only-untracked by Denton Liu · 4 years ago
  70. 006c5f7 Merge branch 'jk/complete-branch-force-delete' by Junio C Hamano · 4 years, 1 month ago
  71. bca362c completion: handle other variants of "branch -m" by Jeff King · 4 years, 1 month ago
  72. a534cf4 completion: treat "branch -D" the same way as "branch -d" by Jeff King · 4 years, 1 month ago
  73. 7599730 Remove support for v1 of the PCRE library by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  74. 5a067ba completion: add proper public __git_complete by Felipe Contreras · 4 years, 2 months ago
  75. 810df0e completion: bash: improve function detection by Felipe Contreras · 4 years, 2 months ago
  76. 7f94b78 completion: bash: add __git_have_func helper by Felipe Contreras · 4 years, 2 months ago
  77. 043bfc6 Merge branch 'js/cmake-extra-built-ins-fix' by Junio C Hamano · 4 years, 3 months ago
  78. ccbde2c Merge branch 'da/vs-build-iconv-fix' by Junio C Hamano · 4 years, 3 months ago
  79. 7d92da3 Merge branch 'fc/zsh-completion' by Junio C Hamano · 4 years, 3 months ago
  80. 0764964 completion: bash: fix gitk alias regression by Felipe Contreras · 4 years, 3 months ago
  81. 7fe0727 cmake: determine list of extra built-ins dynamically by Johannes Schindelin · 4 years, 3 months ago
  82. e665903 ci(vs-build): stop passing the iconv library location explicitly by Dennis Ameling · 4 years, 3 months ago
  83. c5dd0c8 completion: zsh: fix file completion regression by Felipe Contreras · 4 years, 3 months ago
  84. fd6445a Merge branch 'fc/bash-completion-alias-of-alias' by Junio C Hamano · 4 years, 4 months ago
  85. e4c75ed completion: bash: improve alias loop detection by Felipe Contreras · 4 years, 4 months ago
  86. fb628ab Merge branch 'sd/prompt-local-variable' by Junio C Hamano · 4 years, 4 months ago
  87. c2822a8 completion: bash: check for alias loop by Felipe Contreras · 4 years, 4 months ago
  88. 9414938 completion: bash: support recursive aliases by Felipe Contreras · 4 years, 4 months ago
  89. 4560eae Merge branch 'fc/zsh-completion' by Junio C Hamano · 4 years, 4 months ago
  90. bbdbe08 Merge branch 'lo/zsh-completion' by Junio C Hamano · 4 years, 4 months ago
  91. b6fb70c Merge branch 'dl/diff-merge-base' by Junio C Hamano · 4 years, 4 months ago
  92. 9542d56 git-prompt.sh: localize `option` in __git_ps1_show_upstream by Sibo Dong · 4 years, 4 months ago
  93. f9c0e74 Merge branch 'dl/resurrect-update-for-sha256' by Junio C Hamano · 4 years, 4 months ago
  94. af806a2 zsh: update copyright notices by Felipe Contreras · 4 years, 5 months ago
  95. 441ecda completion: bash: remove old compat wrappers by Felipe Contreras · 4 years, 5 months ago
  96. 8030684 completion: bash: cleanup cygwin check by Felipe Contreras · 4 years, 5 months ago
  97. 5a364d2 completion: bash: trivial cleanup by Felipe Contreras · 4 years, 5 months ago
  98. 35a4170 completion: zsh: add simple version check by Felipe Contreras · 4 years, 5 months ago
  99. bbd7f45 completion: zsh: trivial simplification by Felipe Contreras · 4 years, 5 months ago
  100. 2769e56 completion: zsh: add alias descriptions by Felipe Contreras · 4 years, 5 months ago