summaryrefslogtreecommitdiffstats
path: root/contrib/completion
AgeCommit message (Expand)AuthorLines
2026-02-27Merge branch 'jh/alias-i18n'Junio C Hamano-1/+1
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren-1/+1
2026-02-07completion: add stash import, exportD. Ben Knoble-2/+8
2025-12-07completion: clarify support for short options and argumentsJunio C Hamano-1/+2
2025-10-20completion: complete some 'git log' optionsKIYOTA Fumiya-2/+3
2025-04-22contrib/completion: install Bash completionPatrick Steinhardt-0/+18
2025-03-23completion: fix bugs with slashes in remote namesDavid Mandelberg-7/+31
2025-03-23completion: add helper to count path componentsDavid Mandelberg-0/+11
2025-01-21Merge branch 'dk/zsh-config-completion-fix'Junio C Hamano-6/+11
2025-01-06completion: repair config completion for ZshD. Ben Knoble-6/+11
2024-12-15Merge branch 'ps/build'Junio C Hamano-0/+16
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt-0/+16
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain-1/+1
2024-10-10contrib: fix typosAndrew Kreimer-2/+2
2024-08-20git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)-7/+12
2024-08-20git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)-2/+31
2024-08-20git-prompt: don't use shell $'...'Avi Halachmi (:avih)-18/+29
2024-08-20git-prompt: add some missing quotesAvi Halachmi (:avih)-13/+13
2024-08-20git-prompt: replace [[...]] with standard codeAvi Halachmi (:avih)-14/+16
2024-08-20git-prompt: don't use shell arraysAvi Halachmi (:avih)-18/+30
2024-08-20git-prompt: fix uninitialized variableAvi Halachmi (:avih)-1/+1
2024-08-20git-prompt: use here-doc instead of here-stringAvi Halachmi (:avih)-1/+3
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt-11/+31
2024-05-08Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano-0/+1
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano-3/+28
2024-04-30completion: zsh: stop leaking local cache variableD. Ben Knoble-0/+1
2024-04-25completion: add docs on how to add subcommand completionsRoland Hieber-0/+7
2024-04-25completion: improve docs for using __git_completeRoland Hieber-3/+10
2024-04-25completion: add 'symbolic-ref'Roland Hieber-0/+11
2024-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano-2/+2
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä-1/+1
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä-1/+1
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano-1/+1
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano-12/+68
2024-03-03completion: reflog subcommands and optionsRubén Justo-2/+10
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo-6/+25
2024-03-03completion: introduce __git_find_subcommandRubén Justo-0/+20
2024-03-03completion: reflog show <log-options>Rubén Justo-0/+10
2024-03-03completion: reflog with implicit "show"Rubén Justo-5/+4
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo-1/+1
2024-02-16completion: use awk for filtering the config entriesBeat Bolli-2/+4
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano-44/+46
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano-7/+58
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain-50/+21
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain-3/+21
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain-0/+13
2024-02-12completion: add space after config variable names also in Bash 3Philippe Blain-3/+3
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin-4/+11
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin-0/+4
2024-02-06completion: new function __git_complete_log_optsBritton Leo Kerin-3/+15