Conversation
|
Ok, I'm happy with this current implementation. StatusEntries get more context than the statuses we get from Status.forEach. With the latter, we only get a status bit and a path. With the StatusEntry we get not only the status bit, but the deltas from head-to-index and index-to-workdir, including old and new file info. This makes identifying renames possible, along with lots of other stuff. I was thinking we might want to add a convenience method like |
|
Sound great, do it up. On Mon, Mar 2, 2015, 7:24 AM Steve Smith notifications@github.com wrote:
|
|
Convenience method added as |
Creation can take some time on large repos
d3a9214 to
4947ecf
Compare
|
👍 |
Status.byIndex and StatusEntry
Getting this started, but something weird is going on with the deltas.