git-completion.bash: complete branch.*.rebase as boolean
commita05490edbf7beb49266b3f4e4524e996428fa41d
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 29 Apr 2013 12:49:39 +0000 (29 18:19 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Apr 2013 15:07:23 +0000 (29 08:07 -0700)
tree09c1ec5e55df42441cd0659ab14660d148e992e8
parent2651baaea9f9c607c09f715c7640616e39b5c60d
git-completion.bash: complete branch.*.rebase as boolean

6fac1b83 (completion: add missing config variables, 2009-06-29) added
"rebase" to the list of completions for "branch.*.*", but forgot to
specify completions for the values that this configuration variable
can take (namely "false" and "true").  Fix this.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash