1
0
mirror of https://github.com/git/git synced 2024-06-30 22:54:27 +00:00
git/contrib/completion
Patrick Steinhardt 5dd5007f89 completion: adapt git-config(1) to complete subcommands
With fe3ccc7aab (Merge branch 'ps/config-subcommands', 2024-05-15),
git-config(1) has gained support for subcommands. These subcommands live
next to the old, action-based mode, so that both the old and new way
continue to work.

The manpage for this command has been updated to prominently show the
subcommands, and the action-based modes are marked as deprecated. Update
Bash completion scripts accordingly to advertise subcommands instead of
actions.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-05-17 09:26:19 -07:00
..
.gitattributes completion: mark bash script as LF-only 2017-05-10 13:32:51 +09:00
git-completion.bash completion: adapt git-config(1) to complete subcommands 2024-05-17 09:26:19 -07:00
git-completion.tcsh completion: tcsh: Fix regression by drop of wrapper functions 2021-08-18 13:58:27 -07:00
git-completion.zsh completion: zsh: stop leaking local cache variable 2024-04-30 15:24:56 -07:00
git-prompt.sh completion: protect prompt against unset SHOWUPSTREAM in nounset mode 2024-04-01 12:38:23 -07:00