completion: get rid of empty COMPREPLY assignments
commit0285118e593833be90b3f025d70dde432c1859e7
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 10 Apr 2013 06:57:52 +0000 (10 01:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 17:45:53 +0000 (12 10:45 -0700)
tree050a1a2734e840c7965de869e74881fe3d325385
parentcdbff7d6ad3c1c3e8c9dbd1cbd5c43fa240982be
completion: get rid of empty COMPREPLY assignments

There's no functional reason for those, the only purpose they are
supposed to serve is to say "we don't provide any words here", but
even for that it's not used consistently.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash