Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | Merge branch 'ti/tcsh-completion-regression-fix' | Junio C Hamano | 1 | -2/+3 |
2021-09-03 | Merge branch 'fc/completion-updates' | Junio C Hamano | 1 | -7/+7 |
2021-08-18 | completion: tcsh: Fix regression by drop of wrapper functions | Takashi Iwai | 1 | -2/+3 |
2021-08-18 | completion: bash: add correct suffix in variables | Felipe Contreras | 1 | -3/+3 |
2021-08-18 | completion: bash: fix for multiple dash commands | Felipe Contreras | 1 | -1/+1 |
2021-08-18 | completion: bash: fix for suboptions with value | Felipe Contreras | 1 | -1/+1 |
2021-08-18 | completion: bash: fix prefix detection in branch.* | Felipe Contreras | 1 | -2/+2 |
2021-07-08 | Merge branch 'fw/complete-cmd-idx-fix' | Junio C Hamano | 1 | -0/+1 |
2021-07-08 | Merge branch 'tb/complete-diff-anchored' | Junio C Hamano | 1 | -0/+1 |
2021-06-19 | completion: bash: fix late declaration of __git_cmd_idx | Fabian Wermelinger | 1 | -0/+1 |
2021-06-02 | contrib/completion: fix zsh completion regression from 59d85a2a05 | David Aguilar | 2 | -2/+2 |
2021-05-31 | completion: add --anchored to diff's options | Thomas Braun | 1 | -0/+1 |
2021-05-20 | Merge branch 'en/prompt-under-set-u' | Junio C Hamano | 1 | -3/+3 |
2021-05-16 | Merge branch 'dd/mailinfo-quoted-cr' | Junio C Hamano | 1 | -0/+5 |
2021-05-13 | git-prompt: work under set -u | Elijah Newren | 1 | -3/+3 |
2021-05-10 | am: learn to process quoted lines that ends with CRLF | Đoàn Trần Công Danh | 1 | -0/+5 |
2021-05-07 | Merge branch 'si/zsh-complete-comment-fix' | Junio C Hamano | 1 | -2/+3 |
2021-05-07 | Merge branch 'dl/complete-stash-updates' | Junio C Hamano | 1 | -47/+51 |
2021-05-07 | Merge branch 'dl/complete-stash' | Junio C Hamano | 1 | -62/+60 |
2021-05-04 | work around zsh comment in __git_complete_worktree_paths | Sardorbek Imomaliev | 1 | -2/+3 |
2021-04-30 | Merge branch 'vs/completion-with-set-u' | Junio C Hamano | 1 | -1/+1 |
2021-04-27 | git-completion.bash: consolidate cases in _git_stash() | Denton Liu | 1 | -19/+2 |
2021-04-27 | git-completion.bash: use $__git_cmd_idx in more places | Denton Liu | 1 | -12/+14 |
2021-04-27 | git-completion.bash: rename to $__git_cmd_idx | Denton Liu | 1 | -10/+10 |
2021-04-20 | git-completion.bash: separate some commands onto their own line | Denton Liu | 1 | -9/+28 |
2021-04-16 | completion: avoid aliased command lookup error in nounset mode | Ville Skyttä | 1 | -1/+1 |
2021-04-15 | Merge branch 'ab/complete-cherry-pick-head' | Junio C Hamano | 1 | -1/+1 |
2021-04-13 | Merge branch 'vs/completion-with-set-u' | Junio C Hamano | 1 | -3/+3 |
2021-04-08 | completion: audit and guard $GIT_* against unset use | Ville Skyttä | 1 | -3/+3 |
2021-04-07 | bash completion: complete CHERRY_PICK_HEAD | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
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-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-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-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-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 |