• Show log

    Commit

  • Hash : a4ffbae4
    Author : Julian Ganz
    Date : 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.