summaryrefslogtreecommitdiffstats
path: root/contrib/completion (follow)
Commit message (Expand)AuthorAgeFilesLines
* completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt2024-05-171-11/+31
* Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano2024-05-081-0/+1
|\
| * completion: zsh: stop leaking local cache variableD. Ben Knoble2024-05-011-0/+1
* | Merge branch 'rh/complete-symbolic-ref'Junio C Hamano2024-05-081-3/+28
|\ \ | |/ |/|
| * completion: add docs on how to add subcommand completionsRoland Hieber2024-04-251-0/+7
| * completion: improve docs for using __git_completeRoland Hieber2024-04-251-3/+10
| * completion: add 'symbolic-ref'Roland Hieber2024-04-251-0/+11
* | Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano2024-04-101-2/+2
|\ \
| * | completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä2024-04-011-1/+1
| * | completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä2024-04-011-1/+1
| |/
* | Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano2024-03-141-1/+1
|\ \
| * | completion: fix __git_complete_worktree_pathsRubén Justo2024-02-271-1/+1
| |/
* | Merge branch 'rj/complete-reflog'Junio C Hamano2024-03-141-12/+68
|\ \
| * | completion: reflog subcommands and optionsRubén Justo2024-03-031-2/+10
| * | completion: factor out __git_resolve_builtinsRubén Justo2024-03-031-6/+25
| * | completion: introduce __git_find_subcommandRubén Justo2024-03-031-0/+20
| * | completion: reflog show <log-options>Rubén Justo2024-03-031-0/+10
| * | completion: reflog with implicit "show"Rubén Justo2024-03-031-5/+4
* | | completion: use awk for filtering the config entriesBeat Bolli2024-02-161-2/+4
| |/ |/|
* | Merge branch 'pb/complete-config'Junio C Hamano2024-02-151-44/+46
|\ \
| * | completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain2024-02-121-50/+21
| * | completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain2024-02-121-3/+21
| * | completion: complete 'submodule.*' config variablesPhilippe Blain2024-02-121-0/+13
| * | completion: add space after config variable names also in Bash 3Philippe Blain2024-02-121-3/+3
* | | Merge branch 'bk/complete-bisect'Junio C Hamano2024-02-121-7/+58
|\ \ \
| * | | completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin2024-02-071-4/+11
| * | | completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin2024-02-071-0/+4
| * | | completion: new function __git_complete_log_optsBritton Leo Kerin2024-02-071-3/+15
| * | | completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin2024-02-071-1/+1
| * | | completion: bisect: complete custom terms and related optionsBritton Leo Kerin2024-02-071-2/+30
| * | | completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin2024-02-071-2/+2
* | | | Merge branch 'pb/complete-log-more'Junio C Hamano2024-02-021-1/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | completion: complete missing 'git log' optionsPhilippe Blain2024-01-221-0/+2
| * | | completion: complete --encodingPhilippe Blain2024-01-221-0/+1
| * | | completion: complete --patch-with-rawPhilippe Blain2024-01-221-1/+1
| * | | completion: complete missing rev-list optionsPhilippe Blain2024-01-221-0/+10
| | |/ | |/|
* | | Merge branch 'ps/completion-with-reftable-fix'Junio C Hamano2024-01-261-6/+5
|\ \ \ | |/ / |/| |
| * | completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt2024-01-161-1/+1
| * | completion: silence pseudoref existence checkPatrick Steinhardt2024-01-161-1/+1
| * | completion: improve existence check for pseudo-refsPatrick Steinhardt2024-01-161-3/+3
| * | completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt2024-01-161-3/+2
* | | git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt2024-01-081-7/+24
|/ /
* | Merge branch 'sh/completion-with-reftable'Junio C Hamano2024-01-021-5/+38
|\ \ | |/ |/|
| * completion: support pseudoref existence checks for reftablesStan Hu2023-12-201-0/+23
| * completion: refactor existence checks for pseudorefsStan Hu2023-12-201-5/+15
* | completion: avoid user confusion in non-cone modeElijah Newren2023-12-031-0/+89
* | completion: avoid misleading completions in cone modeElijah Newren2023-12-031-0/+20
* | completion: fix logic for determining whether cone mode is activeElijah Newren2023-12-031-2/+10
* | completion: squelch stray errors in sparse-checkout completionElijah Newren2023-12-031-1/+1
|/
* completion: complete '--dd'Sergey Organov2023-10-091-1/+1