X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-am.sh;h=6cdd5910db50c96df3d149fba172750cb10c09cb;hb=723b7a2789d66c1365390cc9b9213e34ab8513d7;hp=cf1f64b574b180332105d95295dfa35c8f6e10bb;hpb=4e3a1b24ad4ee3fc7dc21a8b8f39c41202d6b0a5;p=git.git diff --git a/git-am.sh b/git-am.sh index cf1f64b57..6cdd5910d 100755 --- a/git-am.sh +++ b/git-am.sh @@ -577,13 +577,6 @@ then resume= fi -if test "$this" -gt "$last" -then - say Nothing to do. - rm -fr "$dotest" - exit -fi - while test "$this" -le "$last" do msgnum=`printf "%0${prec}d" $this`