completion: complete git submodule absorbgitdirs

Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Denton Liu committed Feb 6, 2019 at 01:42 UTC db7750cfbec60ca7d5863b25fc4ef32f042e4baf
1 file changed +1 -1
contrib/completion/git-completion.bash
+1 -1
@@ -2580,7 +2580,7 @@ _git_submodule ()
2580 {
2581 __git_has_doubledash && return
2582
2583 - local subcommands="add status init deinit update summary foreach sync"
2583 + local subcommands="add status init deinit update summary foreach sync absorbgitdirs"
2584 local subcommand="$(__git_find_on_cmdline "$subcommands")"
2585 if [ -z "$subcommand" ]; then
2586 case "$cur" in