• Show log

    Commit

  • Hash : 5785ae9b
    Author : John Haley
    Date : 2016-05-04T11:14:17

    Fix initial commit test
    
    `test_commit_commit__create_initial_commit_parent_not_current` was not correctly 
    testing that `HEAD` was not changed. Now we grab the oid that it was pointing to
    before the call to `git_commit_create` and the oid that it's pointing to afterwards
    and compare those.