Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> --- contrib/completion/git-completion.bash | 2 +- t/t9902-completion.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 21016bf8df..28acfdb377 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1068,7 +1068,7 @@ _git_checkout () --*) __gitcomp " --quiet --ours --theirs --track --no-track --merge - --conflict= --orphan --patch + --conflict= --orphan --patch --recurse-submodules " ;; *) diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 2ba62fbc17..d2d1102a3d 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -447,6 +447,7 @@ test_expect_success 'double dash "git checkout"' ' --conflict= --orphan Z --patch Z + --recurse-submodules Z EOF ' -- 2.11.0.rc2.28.g2673dad