Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | git-completion.bash: use __gitcomp_builtin() in _git_stash() | Denton Liu | 1 | -22/+20 |
2021-03-24 | git-completion.bash: extract from else in _git_stash() | Denton Liu | 1 | -36/+37 |
2021-03-24 | git-completion.bash: pass $__git_subcommand_idx from __git_main() | Denton Liu | 1 | -12/+11 |
2021-03-22 | Merge branch 'dl/stash-show-untracked' | Junio C Hamano | 1 | -1/+1 |
2021-03-22 | simple-ipc: add Unix domain socket implementation | Jeff Hostetler | 1 | -0/+2 |
2021-03-19 | Merge branch 'rs/xcalloc-takes-nelem-first' | Junio C Hamano | 1 | -0/+10 |
2021-03-15 | cocci: allow xcalloc(1, size) | Junio C Hamano | 1 | -1/+1 |
2021-03-15 | unix-stream-server: create unix domain socket under lock | Jeff Hostetler | 1 | -1/+1 |
2021-03-15 | simple-ipc: add win32 implementation | Jeff Hostetler | 1 | -0/+4 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -0/+8 |
2021-03-08 | fix xcalloc() argument order | René Scharfe | 1 | -0/+10 |
2021-03-05 | stash show: teach --include-untracked and --only-untracked | Denton Liu | 1 | -1/+1 |
2021-02-12 | Merge branch 'jk/complete-branch-force-delete' | Junio C Hamano | 1 | -2/+4 |
2021-02-03 | completion: handle other variants of "branch -m" | Jeff King | 1 | -2/+4 |
2021-02-02 | completion: treat "branch -D" the same way as "branch -d" | Jeff King | 1 | -1/+1 |
2021-01-23 | Remove support for v1 of the PCRE library | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
2021-01-04 | completion: add proper public __git_complete | Felipe Contreras | 1 | -7/+33 |
2021-01-04 | completion: bash: improve function detection | Felipe Contreras | 1 | -1/+1 |
2021-01-04 | completion: bash: add __git_have_func helper | Felipe Contreras | 1 | -3/+7 |
2020-12-14 | Merge branch 'js/cmake-extra-built-ins-fix' | Junio C Hamano | 1 | -4/+11 |
2020-12-14 | Merge branch 'da/vs-build-iconv-fix' | Junio C Hamano | 1 | -1/+1 |
2020-12-08 | Merge branch 'fc/zsh-completion' | Junio C Hamano | 2 | -1/+2 |
2020-12-07 | completion: bash: fix gitk alias regression | Felipe Contreras | 1 | -1/+1 |
2020-12-04 | cmake: determine list of extra built-ins dynamically | Johannes Schindelin | 1 | -4/+11 |
2020-12-04 | ci(vs-build): stop passing the iconv library location explicitly | Dennis Ameling | 1 | -1/+1 |
2020-12-01 | completion: zsh: fix file completion regression | Felipe Contreras | 1 | -0/+1 |
2020-11-25 | Merge branch 'fc/bash-completion-alias-of-alias' | Junio C Hamano | 1 | -18/+36 |
2020-11-17 | completion: bash: improve alias loop detection | Felipe Contreras | 1 | -4/+5 |
2020-11-11 | Merge branch 'sd/prompt-local-variable' | Junio C Hamano | 1 | -0/+1 |
2020-11-09 | completion: bash: check for alias loop | Felipe Contreras | 1 | -3/+8 |
2020-11-09 | completion: bash: support recursive aliases | Felipe Contreras | 1 | -19/+31 |
2020-11-09 | Merge branch 'fc/zsh-completion' | Junio C Hamano | 3 | -155/+111 |
2020-11-02 | Merge branch 'lo/zsh-completion' | Junio C Hamano | 1 | -1/+2 |
2020-11-02 | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 1 | -9/+6 |
2020-11-01 | git-prompt.sh: localize `option` in __git_ps1_show_upstream | Sibo Dong | 1 | -0/+1 |
2020-10-30 | Merge branch 'dl/resurrect-update-for-sha256' | Junio C Hamano | 1 | -7/+6 |
2020-10-28 | zsh: update copyright notices | Felipe Contreras | 1 | -1/+1 |
2020-10-28 | completion: bash: remove old compat wrappers | Felipe Contreras | 1 | -12/+0 |
2020-10-28 | completion: bash: cleanup cygwin check | Felipe Contreras | 1 | -2/+2 |
2020-10-28 | completion: bash: trivial cleanup | Felipe Contreras | 1 | -7/+6 |
2020-10-28 | completion: zsh: add simple version check | Felipe Contreras | 1 | -0/+5 |
2020-10-28 | completion: zsh: trivial simplification | Felipe Contreras | 1 | -1/+1 |
2020-10-28 | completion: zsh: add alias descriptions | Felipe Contreras | 1 | -2/+3 |
2020-10-28 | completion: zsh: improve command tags | Felipe Contreras | 1 | -4/+7 |
2020-10-28 | completion: zsh: refactor command completion | Felipe Contreras | 1 | -4/+16 |
2020-10-28 | completion: zsh: shuffle functions around | Felipe Contreras | 1 | -12/+12 |
2020-10-28 | completion: zsh: simplify file_direct | Felipe Contreras | 1 | -3/+1 |
2020-10-28 | completion: zsh: simplify nl_append | Felipe Contreras | 1 | -4/+1 |
2020-10-28 | completion: zsh: trivial cleanup | Felipe Contreras | 1 | -1/+1 |
2020-10-28 | completion: zsh: simplify direct compadd | Felipe Contreras | 1 | -1/+1 |