summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/zdiff3'Junio C Hamano2021-12-151-3/+3
|\
| * xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood2021-12-011-3/+3
* | Merge branch 'yn/complete-date-format-options'Junio C Hamano2021-12-101-1/+1
|\ \ | |/ |/|
| * completion: add human and auto: date formatYoichi Nakayama2021-11-251-1/+1
* | Merge branch 'tp/send-email-completion'Junio C Hamano2021-11-291-10/+1
|\ \ | |/ |/|
| * send-email: programmatically generate bash completionsThiago Perrotta2021-10-281-10/+1
* | Merge branch 're/completion-fix-test-equality'Junio C Hamano2021-10-291-1/+1
|\ \
| * | completion: fix incorrect bash/zsh string equality checkRobert Estelle2021-10-281-1/+1
| * | Merge branch 'fc/completion-updates' into maintJunio C Hamano2021-10-121-7/+7
| |\ \
* | \ \ Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-181-1/+1
|\ \ \ \
| * | | | pull: remove support for `--rebase=preserve`Johannes Schindelin2021-09-071-1/+1
| |/ / /
* | | | help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason2021-09-231-11/+10
| |_|/ |/| |
* | | Merge branch 'fc/completion-updates'Junio C Hamano2021-09-031-7/+7
|\ \ \ | |/ / |/| / | |/
| * completion: bash: add correct suffix in variablesFelipe Contreras2021-08-181-3/+3
| * completion: bash: fix for multiple dash commandsFelipe Contreras2021-08-181-1/+1
| * completion: bash: fix for suboptions with valueFelipe Contreras2021-08-181-1/+1
| * completion: bash: fix prefix detection in branch.*Felipe Contreras2021-08-181-2/+2
* | Merge branch 'fw/complete-cmd-idx-fix'Junio C Hamano2021-07-081-0/+1
|\ \
| * | completion: bash: fix late declaration of __git_cmd_idxFabian Wermelinger2021-06-191-0/+1
* | | Merge branch 'tb/complete-diff-anchored'Junio C Hamano2021-07-081-0/+1
|\ \ \ | |_|/ |/| |
| * | completion: add --anchored to diff's optionsThomas Braun2021-05-311-0/+1
* | | contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar2021-06-021-1/+1
|/ /
* | Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2021-05-161-0/+5
|\ \
| * | am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh2021-05-101-0/+5
* | | Merge branch 'si/zsh-complete-comment-fix'Junio C Hamano2021-05-071-2/+3
|\ \ \
| * | | work around zsh comment in __git_complete_worktree_pathsSardorbek Imomaliev2021-05-041-2/+3
* | | | Merge branch 'dl/complete-stash-updates'Junio C Hamano2021-05-071-47/+51
|\ \ \ \ | | |_|/ | |/| |
| * | | git-completion.bash: consolidate cases in _git_stash()Denton Liu2021-04-271-19/+2
| * | | git-completion.bash: use $__git_cmd_idx in more placesDenton Liu2021-04-271-12/+14
| * | | git-completion.bash: rename to $__git_cmd_idxDenton Liu2021-04-271-10/+10
| * | | git-completion.bash: separate some commands onto their own lineDenton Liu2021-04-201-9/+28
* | | | Merge branch 'dl/complete-stash'Junio C Hamano2021-05-071-62/+60
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | git-completion.bash: use __gitcomp_builtin() in _git_stash()Denton Liu2021-03-241-22/+20
| * | git-completion.bash: extract from else in _git_stash()Denton Liu2021-03-241-36/+37
| * | git-completion.bash: pass $__git_subcommand_idx from __git_main()Denton Liu2021-03-241-12/+11
| |/
* | Merge branch 'vs/completion-with-set-u'Junio C Hamano2021-04-301-1/+1
|\ \
| * | completion: avoid aliased command lookup error in nounset modeVille Skyttä2021-04-161-1/+1
* | | Merge branch 'ab/complete-cherry-pick-head'Junio C Hamano2021-04-151-1/+1
|\ \ \
| * | | bash completion: complete CHERRY_PICK_HEADÆvar Arnfjörð Bjarmason2021-04-071-1/+1
* | | | Merge branch 'vs/completion-with-set-u'Junio C Hamano2021-04-131-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | completion: audit and guard $GIT_* against unset useVille Skyttä2021-04-081-3/+3
| |/
* | Merge branch 'dl/stash-show-untracked'Junio C Hamano2021-03-221-1/+1
|\ \ | |/ |/|
| * stash show: teach --include-untracked and --only-untrackedDenton Liu2021-03-051-1/+1
* | Merge branch 'jk/complete-branch-force-delete'Junio C Hamano2021-02-121-2/+4
|\ \ | |/ |/|
| * completion: handle other variants of "branch -m"Jeff King2021-02-031-2/+4
| * completion: treat "branch -D" the same way as "branch -d"Jeff King2021-02-021-1/+1
* | completion: add proper public __git_completeFelipe Contreras2021-01-041-7/+33
* | completion: bash: improve function detectionFelipe Contreras2021-01-041-1/+1
* | completion: bash: add __git_have_func helperFelipe Contreras2021-01-041-3/+7
|/
* Merge branch 'fc/zsh-completion'Junio C Hamano2020-12-081-1/+1
|\