--- 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= " return esac -- 1.6.4 -- 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