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

Add completions for all long options specified in the docs
    --quiet --bare --template= --shared
    --shared={false|true|umask|group|all|world|everybody}

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