Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 May 2014 17:01:18 +0000 (10:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 May 2014 17:01:18 +0000 (10:01 -0700)
The shell prompt script (in contrib/), when using the PROMPT_COMMAND
interface, used an unsafe construct when showing the branch name in
$PS1.

* rh/prompt-pcmode-avoid-eval-on-refname:
git-prompt.sh: don't put unsanitized branch names in $PS1

Trivial merge