CHANGELOG.md
17.7 KB
-
introduce `git_index_entry_is_conflict` · 9f545b9d
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.
Edward Thomson committed
To find the state of this project's repository at the time of any of these versions, check out
the tags.