• J
    Merge branch 'tf/prompt-preserve-exit-status' · 9920c718
    Junio C Hamano 提交于
    Using the exit status of the last command in the prompt, e.g.
    PS1='$(__git_ps1) $? ', did not work well because the helper
    function stomped on the exit status.
    
    * tf/prompt-preserve-exit-status:
      git-prompt: preserve value of $? in all cases
    9920c718
git-prompt.sh 15.5 KB