summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge branch 'll/zsh-complete-git-potty-options'Junio C Hamano1-1/+24
12 daysMerge branch 'vm/complete-history'Junio C Hamano1-0/+65
2026-08-19completion: zsh: support completion after "git -C <path>"Lutz Lengemann1-1/+24
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-27Merge branch 'jh/alias-i18n'Junio C Hamano1-1/+1
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren1-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-04-22contrib/completion: install Bash completionPatrick Steinhardt1-0/+18
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-12-15Merge branch 'ps/build'Junio C Hamano1-0/+16
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt1-0/+16
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain1-1/+1
2024-10-10contrib: fix typosAndrew Kreimer1-2/+2
2024-08-20git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)1-7/+12
2024-08-20git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)1-2/+31
2024-08-20git-prompt: don't use shell $'...'Avi Halachmi (:avih)1-18/+29
2024-08-20git-prompt: add some missing quotesAvi Halachmi (:avih)1-13/+13
2024-08-20git-prompt: replace [[...]] with standard codeAvi Halachmi (:avih)1-14/+16
2024-08-20git-prompt: don't use shell arraysAvi Halachmi (:avih)1-17/+29
2024-08-20git-prompt: fix uninitialized variableAvi Halachmi (:avih)1-1/+1
2024-08-20git-prompt: use here-doc instead of here-stringAvi Halachmi (:avih)1-1/+3
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt1-11/+31
2024-05-08Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano1-0/+1
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano1-3/+28
2024-04-30completion: zsh: stop leaking local cache variableD. Ben Knoble1-0/+1
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-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano1-2/+2
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä1-1/+1
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä1-1/+1
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