diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-28 11:26:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-28 11:26:59 -0800 |
commit | 5765870d531913310e4a1980aa6256003d1decae (patch) | |
tree | a7c3a54305bc8ae5c08bb4bd88134c7e2d73a085 /git-am.sh | |
parent | f3bb8b4b8452f1b7add220e787ef56c737ceff6a (diff) | |
parent | ef88ad238779c4eadba9f179146fe213f047b89f (diff) | |
download | git-5765870d531913310e4a1980aa6256003d1decae.tar.gz |
Merge branch 'jc/maint-rebase-rewrite-last-skip'
* jc/maint-rebase-rewrite-last-skip:
rebase --skip: correctly wrap-up when skipping the last patch
Diffstat (limited to 'git-am.sh')
-rwxr-xr-x | git-am.sh | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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` |