mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
23872: complete git config in subcommand position.
This commit is contained in:
parent
cdb57d64ab
commit
5696ac5d9c
2 changed files with 4 additions and 0 deletions
|
@ -254,6 +254,7 @@ _git_commands () {
|
|||
|
||||
local -a ancillary_commands
|
||||
ancillary_commands=(
|
||||
'config:get and set repository or global options'
|
||||
'convert-objects:convert old-style git repository'
|
||||
'for-each-ref:output information on each ref'
|
||||
'get-tar-commit-id:extract commit ID from an archive created using tar-tree'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue