Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:03:13 +0000 (10:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:03:13 +0000 (10:03 -0800)
Command line completion code was inadvertently made incompatible with
older versions of bash by using a newer array notation.

* bc/fix-array-syntax-for-3.0-in-completion-bash:
  git-completion.bash: replace zsh notation that breaks bash 3.X

1  2 
contrib/completion/git-completion.bash