Junio C Hamano wrote: > When "rebase --skip" is used to skip the last patch in the series, the > code to wrap up the rewrite by copying the notes from old to new commits > and also by running the post-rewrite hook was bypassed. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> [...] > -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` Ack, thanks for patching this. (I think it's saner anyway not to say "nothing to do" when the user would expect "we're all done here"...) -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html