according to git-push(1), the following long-options are missing to the bash completion : --porcelain --thin --no-thin Signed-off-by: Emmanuel Trillaud <etrillaud@xxxxxxxxx> --- contrib/completion/git-completion.bash | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a4e78d5..98e1185 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1296,8 +1296,10 @@ _git_push () ;; --*) __gitcomp " - --all --mirror --tags --dry-run --force --verbose + --all --mirror --dry-run --porcelain --tags --force --verbose --receive-pack= --repo= + --thin + --no-thin " return ;; -- 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