--- a/.bash_prompt Sun Dec 21 17:16:28 2014 +0800
+++ b/.bash_prompt Sun Dec 21 17:55:50 2014 +0800
if [[ $STATUS == *'Changes not staged'* ]] ; then
+ if [[ $STATUS == *'You have unmerged paths.'* ]] ; then
+ local MERGE="$R+$MERGEREV"
if [[ $STATUS == *'All conflicts fixed but you are still merging.'* ]] ; then
local MERGE="$B+$MERGEREV"