Commit a4ffbae461999989bed33dcefeab7b80f775e450

Julian Ganz 2018-07-29T11:46:05

revwalk: remove tautologic condition for hiding a commit The contition cannot be reached with `commit->uninteresting` being true: either a `break` or a `continue` statement will be hit in this case.