Code

Merge branch 'maint'
[git.git] / contrib / completion / git-completion.bash
index 1154ae1ac8d334357e98776d0eb3018fa0ad4853..d3fb6ae5073c2b298eee37d566abf6a7cf834377 100755 (executable)
@@ -1493,7 +1493,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