1
0
Fork 0
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:
Clint Adams 2007-09-30 18:43:08 +00:00
parent cdb57d64ab
commit 5696ac5d9c
2 changed files with 4 additions and 0 deletions

View file

@ -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'