X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-am.sh;h=731ab1fffa4fbe563ab5e2c09cbbdca07e16cac4;hb=5f94c730f31862c7f500173ee3a9d141c4730f0b;hp=1a114bcc0809836ed4edaa0866704b899e587cd2;hpb=e0e3ba208d235ab5623a86204fbd20b449520764;p=git.git diff --git a/git-am.sh b/git-am.sh index 1a114bcc..731ab1ff 100755 --- a/git-am.sh +++ b/git-am.sh @@ -211,6 +211,7 @@ this=`cat "$dotest/next"` if test "$skip" = t then this=`expr "$this" + 1` + resume= fi if test "$this" -gt "$last" @@ -225,6 +226,7 @@ do msgnum=`printf "%0${prec}d" $this` next=`expr "$this" + 1` test -f "$dotest/$msgnum" || { + resume= go_next continue }