Merge branch 'ml/filter-branch-no-op-error' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:11:01 +0000 (15:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:11:01 +0000 (15:11 -0700)
"git filter-branch" learned to use a different exit code to allow
the callers to tell the case where there was no new commits to
rewrite from other error cases.

* ml/filter-branch-no-op-error:
filter-branch: return 2 when nothing to rewrite

Trivial merge