- 44ccb76 Merge branch 'ls/subtree' by Junio C Hamano · 3 years, 10 months ago
- 70a890d Merge branch 'si/zsh-complete-comment-fix' by Junio C Hamano · 3 years, 10 months ago
- 18e1ba1 Merge branch 'dl/complete-stash-updates' by Junio C Hamano · 3 years, 10 months ago
- 848a17c Merge branch 'dl/complete-stash' by Junio C Hamano · 3 years, 10 months ago
- f2acf76 work around zsh comment in __git_complete_worktree_paths by Sardorbek Imomaliev · 3 years, 10 months ago
- 5980e0d Merge branch 'vs/completion-with-set-u' by Junio C Hamano · 3 years, 10 months ago
- 9a3e3ca subtree: be stricter about validating flags by Luke Shumaker · 3 years, 11 months ago
- 49470cd subtree: push: allow specifying a local rev other than HEAD by Luke Shumaker · 3 years, 11 months ago
- 94389e7 subtree: allow 'split' flags to be passed to 'push' by Luke Shumaker · 3 years, 11 months ago
- cb65514 subtree: allow --squash to be used with --rejoin by Luke Shumaker · 3 years, 11 months ago
- 6468784 subtree: give the docs a once-over by Luke Shumaker · 3 years, 11 months ago
- e9525a8 subtree: have $indent actually affect indentation by Luke Shumaker · 3 years, 11 months ago
- 534ff90 subtree: don't let debug and progress output clash by Luke Shumaker · 3 years, 11 months ago
- 5cdae0f subtree: add comments and sanity checks by Luke Shumaker · 3 years, 11 months ago
- cbb5de8 subtree: remove duplicate check by Luke Shumaker · 3 years, 11 months ago
- e4f8baa subtree: parse revs in individual cmd_ functions by Luke Shumaker · 3 years, 11 months ago
- bbffb02 subtree: use "^{commit}" instead of "^0" by Luke Shumaker · 3 years, 11 months ago
- 22d5507 subtree: don't fuss with PATH by Luke Shumaker · 3 years, 11 months ago
- a94f911 subtree: use "$*" instead of "$@" as appropriate by Luke Shumaker · 3 years, 11 months ago
- e2b11e4 subtree: use more explicit variable names for cmdline args by Luke Shumaker · 3 years, 11 months ago
- 6d43585 subtree: use git-sh-setup's `say` by Luke Shumaker · 3 years, 11 months ago
- f664304 subtree: use `git merge-base --is-ancestor` by Luke Shumaker · 3 years, 11 months ago
- 8dc3240 subtree: drop support for git < 1.7 by Luke Shumaker · 3 years, 11 months ago
- d2f0f81 subtree: more consistent error propagation by Luke Shumaker · 3 years, 11 months ago
- 5a35697 subtree: don't have loose code outside of a function by Luke Shumaker · 3 years, 11 months ago
- b04538d subtree: t7900: add porcelain tests for 'pull' and 'push' by Luke Shumaker · 3 years, 11 months ago
- b269976 subtree: t7900: add a test for the -h flag by Luke Shumaker · 3 years, 11 months ago
- db6952b subtree: t7900: rename last_commit_message to last_commit_subject by Luke Shumaker · 3 years, 11 months ago
- f1cd2d9 subtree: t7900: fix 'verify one file change per commit' by Luke Shumaker · 3 years, 11 months ago
- 63ac4f1 subtree: t7900: delete some dead code by Luke Shumaker · 3 years, 11 months ago
- c4566ab subtree: t7900: use 'test' for string equality by Luke Shumaker · 3 years, 11 months ago
- 40b1e1e subtree: t7900: comment subtree_test_create_repo by Luke Shumaker · 3 years, 11 months ago
- f700406 subtree: t7900: use consistent formatting by Luke Shumaker · 3 years, 11 months ago
- f2bb7fe subtree: t7900: use test-lib.sh's test_count by Luke Shumaker · 3 years, 11 months ago
- 914d512 subtree: t7900: update for having the default branch name be 'main' by Luke Shumaker · 3 years, 11 months ago
- 7cdb096 git-completion.bash: consolidate cases in _git_stash() by Denton Liu · 3 years, 11 months ago
- 59d85a2 git-completion.bash: use $__git_cmd_idx in more places by Denton Liu · 3 years, 11 months ago
- 87e6297 git-completion.bash: rename to $__git_cmd_idx by Denton Liu · 3 years, 11 months ago
- 8c8c8c0 git-completion.bash: separate some commands onto their own line by Denton Liu · 3 years, 11 months ago
- 76655e8 completion: avoid aliased command lookup error in nounset mode by Ville Skyttä · 3 years, 11 months ago
- b98db1d Merge branch 'ab/complete-cherry-pick-head' by Junio C Hamano · 3 years, 11 months ago
- e0d4a63 Merge branch 'vs/completion-with-set-u' by Junio C Hamano · 3 years, 11 months ago
- c5c0548 completion: audit and guard $GIT_* against unset use by Ville Skyttä · 4 years ago
- a548f3e Merge branch 'js/cmake-vsbuild' by Junio C Hamano · 4 years ago
- 3994ae5 bash completion: complete CHERRY_PICK_HEAD by Ævar Arnfjörð Bjarmason · 4 years ago
- 861794b Merge branch 'jh/simple-ipc' by Junio C Hamano · 4 years ago
- 958a5f5 cmake(install): include vcpkg dlls by Dennis Ameling · 4 years ago
- e8772a7 cmake: add a preparatory work-around to accommodate `vcpkg` by Johannes Schindelin · 4 years ago
- 569f8d1 cmake(install): fix double .exe suffixes by Dennis Ameling · 4 years ago
- 7bb544a cmake: support SKIP_DASHED_BUILT_INS by Johannes Schindelin · 4 years ago
- 6131807 git-completion.bash: use __gitcomp_builtin() in _git_stash() by Denton Liu · 4 years ago
- 42b30bc git-completion.bash: extract from else in _git_stash() by Denton Liu · 4 years ago
- e94fb44 git-completion.bash: pass $__git_subcommand_idx from __git_main() by Denton Liu · 4 years ago
- f5c73f6 Merge branch 'dl/stash-show-untracked' by Junio C Hamano · 4 years ago
- 7cd5dbc simple-ipc: add Unix domain socket implementation by Jeff Hostetler · 4 years ago
- bfcc6e2 Merge branch 'rs/xcalloc-takes-nelem-first' by Junio C Hamano · 4 years ago
- 1c57cc7 cocci: allow xcalloc(1, size) by Junio C Hamano · 4 years ago
- 9fd1902 unix-stream-server: create unix domain socket under lock by Jeff Hostetler · 4 years ago
- 59c7b88 simple-ipc: add win32 implementation by Jeff Hostetler · 4 years ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 241b5d3 fix xcalloc() argument order by René Scharfe · 4 years ago
- d3c7bf7 stash show: teach --include-untracked and --only-untracked by Denton Liu · 4 years ago
- 006c5f7 Merge branch 'jk/complete-branch-force-delete' by Junio C Hamano · 4 years, 1 month ago
- bca362c completion: handle other variants of "branch -m" by Jeff King · 4 years, 1 month ago
- a534cf4 completion: treat "branch -D" the same way as "branch -d" by Jeff King · 4 years, 1 month ago
- 7599730 Remove support for v1 of the PCRE library by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
- 5a067ba completion: add proper public __git_complete by Felipe Contreras · 4 years, 2 months ago
- 810df0e completion: bash: improve function detection by Felipe Contreras · 4 years, 2 months ago
- 7f94b78 completion: bash: add __git_have_func helper by Felipe Contreras · 4 years, 2 months ago
- 043bfc6 Merge branch 'js/cmake-extra-built-ins-fix' by Junio C Hamano · 4 years, 3 months ago
- ccbde2c Merge branch 'da/vs-build-iconv-fix' by Junio C Hamano · 4 years, 3 months ago
- 7d92da3 Merge branch 'fc/zsh-completion' by Junio C Hamano · 4 years, 3 months ago
- 0764964 completion: bash: fix gitk alias regression by Felipe Contreras · 4 years, 3 months ago
- 7fe0727 cmake: determine list of extra built-ins dynamically by Johannes Schindelin · 4 years, 3 months ago
- e665903 ci(vs-build): stop passing the iconv library location explicitly by Dennis Ameling · 4 years, 3 months ago
- c5dd0c8 completion: zsh: fix file completion regression by Felipe Contreras · 4 years, 3 months ago
- fd6445a Merge branch 'fc/bash-completion-alias-of-alias' by Junio C Hamano · 4 years, 3 months ago
- e4c75ed completion: bash: improve alias loop detection by Felipe Contreras · 4 years, 4 months ago
- fb628ab Merge branch 'sd/prompt-local-variable' by Junio C Hamano · 4 years, 4 months ago
- c2822a8 completion: bash: check for alias loop by Felipe Contreras · 4 years, 4 months ago
- 9414938 completion: bash: support recursive aliases by Felipe Contreras · 4 years, 4 months ago
- 4560eae Merge branch 'fc/zsh-completion' by Junio C Hamano · 4 years, 4 months ago
- bbdbe08 Merge branch 'lo/zsh-completion' by Junio C Hamano · 4 years, 4 months ago
- b6fb70c Merge branch 'dl/diff-merge-base' by Junio C Hamano · 4 years, 4 months ago
- 9542d56 git-prompt.sh: localize `option` in __git_ps1_show_upstream by Sibo Dong · 4 years, 4 months ago
- f9c0e74 Merge branch 'dl/resurrect-update-for-sha256' by Junio C Hamano · 4 years, 4 months ago
- af806a2 zsh: update copyright notices by Felipe Contreras · 4 years, 4 months ago
- 441ecda completion: bash: remove old compat wrappers by Felipe Contreras · 4 years, 4 months ago
- 8030684 completion: bash: cleanup cygwin check by Felipe Contreras · 4 years, 4 months ago
- 5a364d2 completion: bash: trivial cleanup by Felipe Contreras · 4 years, 4 months ago
- 35a4170 completion: zsh: add simple version check by Felipe Contreras · 4 years, 4 months ago
- bbd7f45 completion: zsh: trivial simplification by Felipe Contreras · 4 years, 4 months ago
- 2769e56 completion: zsh: add alias descriptions by Felipe Contreras · 4 years, 4 months ago
- 9d76052 completion: zsh: improve command tags by Felipe Contreras · 4 years, 4 months ago
- 9a397ea completion: zsh: refactor command completion by Felipe Contreras · 4 years, 4 months ago
- 46af9b3 completion: zsh: shuffle functions around by Felipe Contreras · 4 years, 4 months ago
- 5d64fb2 completion: zsh: simplify file_direct by Felipe Contreras · 4 years, 4 months ago
- cf6ce01 completion: zsh: simplify nl_append by Felipe Contreras · 4 years, 4 months ago
- 35e29fb completion: zsh: trivial cleanup by Felipe Contreras · 4 years, 4 months ago
- ecaf798 completion: zsh: simplify direct compadd by Felipe Contreras · 4 years, 4 months ago