bash completion: Add completion for 'git archive'
commitb3191ce2d5a77c17e5a236823f2dc7393e440171
authorLee Marlow <lee.marlow@gmail.com>
Tue, 5 Aug 2008 05:50:36 +0000 (4 23:50 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Aug 2008 04:21:19 +0000 (5 21:21 -0700)
treed290e90c8c7a3cc99bd72654f817a8ba9fe3e660
parent95d43780cff575cfffeea881464c77f84f8d7244
bash completion: Add completion for 'git archive'

Add completions for all long options specified in the docs
    --format= --list --verbose
    --prefix= --remote= --exec=

The --format= long option can be completed with available formats
and the --remote= can be completed with defined remote repositories.

Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash