Merge branch 'jc/am'
* jc/am: am: --rebasing am: remove support for -d .dotest am: read from the right mailbox when started from a subdirectory
This commit is contained in:
@ -70,7 +70,15 @@ __git_ps1 ()
|
||||
local b
|
||||
if [ -d "$g/../.dotest" ]
|
||||
then
|
||||
r="|AM/REBASE"
|
||||
if test -f "$g/../.dotest/rebasing"
|
||||
then
|
||||
r="|REBASE"
|
||||
elif test -f "$g/../.dotest/applying"
|
||||
then
|
||||
r="|AM"
|
||||
else
|
||||
r="|AM/REBASE"
|
||||
fi
|
||||
b="$(git symbolic-ref HEAD 2>/dev/null)"
|
||||
elif [ -f "$g/.dotest-merge/interactive" ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user