1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-15 13:34:18 +01: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

@ -1,5 +1,8 @@
2007-09-30 Clint Adams <clint@zsh.org>
* 23872: Completion/Unix/Command/_git: complete git
config in subcommand position.
* 23870: Completion/Unix/Command/_git: completion for git
mergetool.

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