summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2024-10-10contrib: fix typosAndrew Kreimer
2024-08-20git-prompt: support custom 0-width PS1 markersAvi Halachmi (:avih)
2024-08-20git-prompt: ta-da! document usage in other shellsAvi Halachmi (:avih)
2024-08-20git-prompt: don't use shell $'...'Avi Halachmi (:avih)
2024-08-20git-prompt: add some missing quotesAvi Halachmi (:avih)
2024-08-20git-prompt: replace [[...]] with standard codeAvi Halachmi (:avih)
2024-08-20git-prompt: don't use shell arraysAvi Halachmi (:avih)
2024-08-20git-prompt: fix uninitialized variableAvi Halachmi (:avih)
2024-08-20git-prompt: use here-doc instead of here-stringAvi Halachmi (:avih)
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt
2024-05-08Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano
2024-04-30completion: zsh: stop leaking local cache variableD. Ben Knoble
2024-04-25completion: add docs on how to add subcommand completionsRoland Hieber
2024-04-25completion: improve docs for using __git_completeRoland Hieber
2024-04-25completion: add 'symbolic-ref'Roland Hieber
2024-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano
2024-03-03completion: reflog subcommands and optionsRubén Justo
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo
2024-03-03completion: introduce __git_find_subcommandRubén Justo
2024-03-03completion: reflog show <log-options>Rubén Justo
2024-03-03completion: reflog with implicit "show"Rubén Justo
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo
2024-02-16completion: use awk for filtering the config entriesBeat Bolli
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain
2024-02-12completion: add space after config variable names also in Bash 3Philippe Blain
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin
2024-02-06completion: new function __git_complete_log_optsBritton Leo Kerin
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano
2024-01-26Merge branch 'ps/completion-with-reftable-fix'Junio C Hamano
2024-01-22completion: complete missing 'git log' optionsPhilippe Blain
2024-01-22completion: complete --encodingPhilippe Blain
2024-01-22completion: complete --patch-with-rawPhilippe Blain
2024-01-22completion: complete missing rev-list optionsPhilippe Blain
2024-01-16completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt
2024-01-16completion: silence pseudoref existence checkPatrick Steinhardt
2024-01-16completion: improve existence check for pseudo-refsPatrick Steinhardt
2024-01-16completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt