completion: complete git submodule absorbgitdirs

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Denton Liu 2019-02-06 01:42:46 -08:00 committed by Junio C Hamano
parent 0d0ac3826a
commit db7750cfbe
1 changed files with 1 additions and 1 deletions

View File

@ -2580,7 +2580,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