Merge branch 'du/branch-show-current'
[gitweb.git] / contrib / completion / git-completion.bash
index 499e56f83d0a0592abd53686612c79358780eef2..de56879960d5224437e60d81c3e990ac7ed97a18 100644 (file)
@@ -2573,7 +2573,7 @@ _git_submodule ()
 {
        __git_has_doubledash && return
 
-       local subcommands="add status init deinit update summary foreach sync"
+       local subcommands="add status init deinit update summary foreach sync absorbgitdirs"
        local subcommand="$(__git_find_on_cmdline "$subcommands")"
        if [ -z "$subcommand" ]; then
                case "$cur" in