Emmanuel Trillaud <etrillaud@xxxxxxxxx> writes: > --- > contrib/completion/git-completion.bash | 10 ++++++++-- > 1 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/contrib/completion/git-completion.bash > b/contrib/completion/git-completion.bash > index 8ba1249..c08422c 100755 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -694,9 +694,15 @@ _git_apply () > --*) > __gitcomp " > --stat --numstat --summary --check --index > - --cached --index-info --reverse --reject --unidiff-zero > - --apply --no-add --exclude= > + --cached > + --build-fake-ancestor= > + --index-info --reverse --reject --unidiff-zero > + --apply --no-add > + --exclude= > + --include= > --whitespace= --inaccurate-eof --verbose > + --recount > + --directory= I'd rather suggest dropping --no-add that is script-only and not useful in interactive use. I also won't add --build-fake-ancestor for the same reason. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html