Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint
commit6eca9c0e878dc1e6c8cab64c16183401e0580ea0
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 May 2014 17:01:18 +0000 (8 10:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 May 2014 17:01:18 +0000 (8 10:01 -0700)
treeb4c6041622c9c4656d06adfc6cea45a2a34f245b
parente79fcfcd3f95b1a6b4df11b889c69a80864354b0
parent8976500cbbb13270398d3b3e07a17b8cc7bff43f
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint

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