From: Junio C Hamano Date: Thu, 8 May 2014 17:01:18 +0000 (-0700) Subject: Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint X-Git-Tag: v1.9.3~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6eca9c0e878dc1e6c8cab64c16183401e0580ea0?ds=inline;hp=--cc 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 --- 6eca9c0e878dc1e6c8cab64c16183401e0580ea0