summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | completion: tab-complete "git svn --recursive"James Shubin2019-11-131-0/+1
| | |/ / | |/| |
* | | | Merge branch 'dl/complete-rebase-onto'Junio C Hamano2019-12-011-0/+4
|\ \ \ \
| * | | | completion: learn to complete `git rebase --onto=`Denton Liu2019-11-121-0/+4
* | | | | Fix spelling errors in code commentsElijah Newren2019-11-101-2/+2
| |_|/ / |/| | |
* | | | Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano2019-10-231-2/+3
|\ \ \ \
| * | | | completion: clarify installation instruction for zshMaxim Belsky2019-10-181-2/+3
| | |/ / | |/| |
* | | | Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano2019-10-071-4/+14
|\ \ \ \
| * | | | completion: add missing completions for log, diff, showMax Rothman2019-09-121-4/+14
| |/ / /
* | | | Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano2019-10-071-19/+8
|\ \ \ \ | | |/ / | |/| |
| * | | completion: teach archive to use __gitcomp_builtinDenton Liu2019-09-121-4/+1
| * | | completion: teach rebase to use __gitcomp_builtinDenton Liu2019-09-121-15/+7
| |/ /
* | | Merge branch 'dl/rebase-i-keep-base'Junio C Hamano2019-09-301-1/+1
|\ \ \
| * | | rebase: teach rebase --keep-baseDenton Liu2019-08-271-1/+1
| |/ /
* | | Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano2019-09-301-2/+4
|\ \ \
| * | | completion: add --skip for cherry-pick and revertDenton Liu2019-08-271-1/+1
| * | | completion: merge options for cherry-pick and revertDenton Liu2019-08-271-2/+4
| |/ /
* | | completion: complete config variables and values for 'git clone --config='SZEDER Gábor2019-08-131-17/+49
* | | completion: complete config variables names and values for 'git clone -c'SZEDER Gábor2019-08-131-0/+6
* | | completion: complete values of configuration variables after 'git -c var='SZEDER Gábor2019-08-131-24/+41
* | | completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor2019-08-131-13/+46
* | | completion: split _git_config()SZEDER Gábor2019-08-131-9/+30
* | | completion: simplify inner 'case' pattern in __gitcomp()SZEDER Gábor2019-08-131-2/+2
* | | completion: use 'sort -u' to deduplicate config variable namesSZEDER Gábor2019-08-131-1/+1
* | | completion: deduplicate configuration sectionsSZEDER Gábor2019-08-131-1/+9
* | | completion: complete more values of more 'color.*' configuration variablesSZEDER Gábor2019-08-131-5/+4
* | | completion: fix a typo in a commentSZEDER Gábor2019-08-131-1/+1
|/ /
* | Merge branch 'pw/prompt-cherry-pick-revert-fix'Junio C Hamano2019-07-191-4/+33
|\ \
| * | git-prompt: improve cherry-pick/revert detectionPhillip Wood2019-07-011-4/+33
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+55
|\ \ \
| * | | completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy2019-06-201-0/+4
| * | | completion: support restoreNguyễn Thái Ngọc Duy2019-05-071-0/+15
| * | | completion: support switchNguyễn Thái Ngọc Duy2019-04-021-1/+36
* | | | Merge branch 'nd/completion-no-cache-failure'Junio C Hamano2019-07-091-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | completion: do not cache if --git-completion-helper failsNguyễn Thái Ngọc Duy2019-06-121-1/+2
* | | | list-objects-filter: disable 'sparse:path' filtersChristian Couder2019-05-291-1/+1
* | | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-04-251-1/+4
|\ \ \ \
| * | | | submodule: teach set-branch subcommandDenton Liu2019-04-101-1/+4
| |/ / /
* | | | Merge branch 'da/smerge'Junio C Hamano2019-04-221-1/+2
|\ \ \ \
| * | | | contrib/completion: add smerge to the mergetool completion candidatesDavid Aguilar2019-04-041-1/+2
| | |/ / | |/| |
* | | | completion: use __git when calling --list-cmdsTodd Zullinger2019-03-211-4/+4
|/ / /
* | | Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-3/+40
|\ \ \
| * | | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-3/+40
| |/ /
* | | Merge branch 'dl/complete-submodule-absorbgitdirs'Junio C Hamano2019-03-071-1/+1
|\ \ \ | |/ / |/| |
| * | completion: complete git submodule absorbgitdirsDenton Liu2019-02-061-1/+1
* | | Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano2019-01-182-23/+16
|\ \ \
| * | | completion: treat results of git ls-tree as file pathsChayoung You2019-01-031-19/+12
| * | | zsh: complete unquoted paths with spaces correctlyChayoung You2019-01-032-4/+4
| |/ /
* | | completion: fix typo in git-completion.bashChayoung You2019-01-031-1/+1
|/ /
* | Merge branch 'nd/complete-format-patch'Junio C Hamano2018-11-131-10/+6
|\ \
| * | completion: use __gitcomp_builtin for format-patchDuy Nguyen2018-11-061-10/+6