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

Add completions for all long options specified in the docs
    --local --no-hardlinks --shared --reference
    --quiet --no-checkout --bare --mirror --origin
    --upload-pack --template= --depth

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