• Show log

    Commit

  • Hash : 9f545b9d
    Author : Edward Thomson
    Date : 2015-05-19T11:23:59

    introduce `git_index_entry_is_conflict`
    
    It's not always obvious the mapping between stage level and
    conflict-ness.  More importantly, this can lead otherwise sane
    people to write constructs like `if (!git_index_entry_stage(entry))`,
    which (while technically correct) is unreadable.
    
    Provide a nice method to help avoid such messy thinking.