• Show log

    Commit

  • Hash : 4505a42a
    Author : Edward Thomson
    Date : 2016-05-26T12:42:43

    rebase: change assertion to avoid
    
    It looks like we're getting the operation and not doing anything
    with it, when in fact we are asserting that it's not null.  Simply
    assert that we are within the operation boundary instead of using
    the `git_array_get` macro to do this for us.