Re: [PATCH 11/14] commit: integrate packed graph with commit parsing

2018-01-26 Thread Stefan Beller
On Thu, Jan 25, 2018 at 6:02 AM, Derrick Stolee wrote: > Teach Git to inspect a packed graph to supply the contents of a > struct commit when calling parse_commit_gently(). This implementation > satisfies all post-conditions on the struct commit, including loading > parents, the

[PATCH 11/14] commit: integrate packed graph with commit parsing

2018-01-25 Thread Derrick Stolee
Teach Git to inspect a packed graph to supply the contents of a struct commit when calling parse_commit_gently(). This implementation satisfies all post-conditions on the struct commit, including loading parents, the root tree, and the commit date. The only loosely-expected condition is that the