bash-completion: Add all submodule subcommands to the completion list

Signed-off-by: Matthias Kestenholz <mk@spinlock.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Matthias Kestenholz 2008-08-28 10:57:55 +02:00 коммит произвёл Junio C Hamano
Родитель a1184d85e8
Коммит 1b0f7978dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1483,7 +1483,7 @@ _git_submodule ()
{
__git_has_doubledash && return
local subcommands="add status init update"
local subcommands="add status init update summary foreach sync"
if [ -z "$(__git_find_subcommand "$subcommands")" ]; then
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in