Jeff King <peff@xxxxxxxx> writes: > Hrm. I took the goal to mean that we used to exit with a failing "1" in > this case, and now we would switch to a more-specific "2". And I think > that matches the behavior of the patch: > > -test $commits -eq 0 && die "Found nothing to rewrite" > +test $commits -eq 0 && die_with_status 2 "Found nothing to rewrite" > > Am I missing something? No, other than that I wrote my response before sufficiently caffeinated ;-) Thanks, then other than the lack of doc updates, I do not see an issue.