Code

Merge branch 'maint'
[git.git] / contrib / completion / git-completion.bash
index 89858c237eaca5a5fb7e89d716577c0ef84dd086..4f64f8ab7d5860391ddbf0909edcfcfe9073a282 100755 (executable)
@@ -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