aboutsummaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-28 13:43:10 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-28 13:43:10 -0800
commit58c58c8624d77ff4087ad93e515402db218684f6 (patch)
tree33dea809419b810a9688e763bcf7ecdf63fd8cf6 /git-am.sh
parent2f739695700e4a9d9de640ff623fe4e728f5b23a (diff)
parentef88ad238779c4eadba9f179146fe213f047b89f (diff)
downloadgit-58c58c8624d77ff4087ad93e515402db218684f6.tar.gz
git-58c58c8624d77ff4087ad93e515402db218684f6.tar.xz
Merge branch 'jc/maint-rebase-rewrite-last-skip' into maint
* jc/maint-rebase-rewrite-last-skip: rebase --skip: correctly wrap-up when skipping the last patch
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/git-am.sh b/git-am.sh
index e5671f61c..f4db17d93 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`