libgit2/include
Edward Thomson 9f545b9d71 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.
2015-05-28 09:47:31 -04:00
..
git2 introduce git_index_entry_is_conflict 2015-05-28 09:47:31 -04:00
git2.h Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00