"James Shubin via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: James Shubin <james@xxxxxxxxx> > Subject: Re: [PATCH 1/1] contrib: Add --recursive flag for bash completion The title must make it clear which git subcommand learned the "--recursive" (unless the patch adds it to everything, that is). Subject: [PATCH] completion: tab-complete "git svn --recursive" By the way, it is pointless to send a cover letter for a single patch topic like this; you may want to tell GGG not to do so. > This flag was missing from the list, and I use it quite often :) Makes sense. Thanks. Will queue with title updated locally. > > Signed-off-by: James Shubin <james@xxxxxxxxx> > --- > contrib/completion/git-completion.bash | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index 00fbe6c03d..79fe29ef03 100644 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -2843,6 +2843,7 @@ _git_svn () > --log-window-size= --no-checkout --quiet > --repack-flags --use-log-author --localtime > --add-author-from > + --recursive > --ignore-paths= --include-paths= $remote_opts > " > local init_opts="