summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'vm/complete-history'Junio C Hamano1-0/+65
2026-08-13completion: complete 'git history split' pathspecsVincent Mailhol1-0/+6
2026-08-13completion: complete 'git history --update-refs' valuesVincent Mailhol1-0/+5
2026-08-13completion: complete 'git history --empty' valuesVincent Mailhol1-0/+9
2026-08-13completion: add 'git history' subcommandsVincent Mailhol1-0/+45
2026-08-13completion: 'git checkout' completes untracked paths as a last resortJunio C Hamano1-0/+4
2026-08-13completion: complete tracked paths for "git checkout"Junio C Hamano1-0/+4
2026-08-13completion: no-op refactoring of checkout completionJunio C Hamano1-40/+42
2026-08-12completion: 'git diff' completes untracked paths as a last resortJunio C Hamano1-0/+4
2026-08-12completion: complete tracked paths for 'git diff'Junio C Hamano1-0/+4
2026-08-12completion: no-op refactoring of diff completionJunio C Hamano1-29/+34
2026-06-11bash-completions: add --max-count-oldestMirko Faina1-1/+1
2026-02-07completion: add stash import, exportD. Ben Knoble1-2/+8
2025-12-07completion: clarify support for short options and argumentsJunio C Hamano1-1/+2
2025-10-20completion: complete some 'git log' optionsKIYOTA Fumiya1-2/+3
2025-03-23completion: fix bugs with slashes in remote namesDavid Mandelberg1-7/+31
2025-03-23completion: add helper to count path componentsDavid Mandelberg1-0/+11
2025-01-21Merge branch 'dk/zsh-config-completion-fix'Junio C Hamano1-6/+11
2025-01-06completion: repair config completion for ZshD. Ben Knoble1-6/+11
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain1-1/+1
2024-10-10contrib: fix typosAndrew Kreimer1-2/+2
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt1-11/+31
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano1-3/+28
2024-04-25completion: add docs on how to add subcommand completionsRoland Hieber1-0/+7
2024-04-25completion: improve docs for using __git_completeRoland Hieber1-3/+10
2024-04-25completion: add 'symbolic-ref'Roland Hieber1-0/+11
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano1-1/+1
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano1-12/+68
2024-03-03completion: reflog subcommands and optionsRubén Justo1-2/+10
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo1-6/+25
2024-03-03completion: introduce __git_find_subcommandRubén Justo1-0/+20
2024-03-03completion: reflog show <log-options>Rubén Justo1-0/+10
2024-03-03completion: reflog with implicit "show"Rubén Justo1-5/+4
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo1-1/+1
2024-02-16completion: use awk for filtering the config entriesBeat Bolli1-2/+4
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano1-44/+46
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano1-7/+58
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain1-50/+21
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain1-3/+21
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain1-0/+13
2024-02-12completion: add space after config variable names also in Bash 3Philippe Blain1-3/+3
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin1-4/+11
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin1-0/+4
2024-02-06completion: new function __git_complete_log_optsBritton Leo Kerin1-3/+15
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin1-1/+1
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin1-2/+30
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin1-2/+2
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano1-1/+14
2024-01-22completion: complete missing 'git log' optionsPhilippe Blain1-0/+2
2024-01-22completion: complete --encodingPhilippe Blain1-0/+1