Skip to content

Commit db7750c

Browse files
Denton-Lgitster
authored andcommitted
completion: complete git submodule absorbgitdirs
Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit db7750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ _git_submodule ()
25802580
{
25812581
__git_has_doubledash && return
25822582

2583-
local subcommands="add status init deinit update summary foreach sync"
2583+
local subcommands="add status init deinit update summary foreach sync absorbgitdirs"
25842584
local subcommand="$(__git_find_on_cmdline "$subcommands")"
25852585
if [ -z "$subcommand" ]; then
25862586
case "$cur" in

0 commit comments

Comments
 (0)