]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/completion-for-bash-3.0' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 19:00:11 +0000 (12:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 19:00:11 +0000 (12:00 -0700)
Some people still use rather old versions of bash, which cannot grok
some constructs like 'printf -v varname' the prompt and completion
code started to use recently.

* bc/completion-for-bash-3.0:
  contrib/git-prompt.sh: handle missing 'printf -v' more gracefully
  t9902-completion.sh: old Bash still does not support array+=('') notation
  git-completion.bash: use correct Bash/Zsh array length syntax


Trivial merge