Skip to content

Commit 26e3ddc

Browse files
committed
Merge branch 'dl/complete-submodule-absorbgitdirs'
Command-line completion (in contrib/) learned to tab-complete the "git submodule absorbgitdirs" subcommand. * dl/complete-submodule-absorbgitdirs: completion: complete git submodule absorbgitdirs
2 parents 4e021dc + db7750c commit 26e3ddc

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
@@ -2573,7 +2573,7 @@ _git_submodule ()
25732573
{
25742574
__git_has_doubledash && return
25752575

2576-
local subcommands="add status init deinit update summary foreach sync"
2576+
local subcommands="add status init deinit update summary foreach sync absorbgitdirs"
25772577
local subcommand="$(__git_find_on_cmdline "$subcommands")"
25782578
if [ -z "$subcommand" ]; then
25792579
case "$cur" in

0 commit comments

Comments
 (0)