Re: [PATCH 1/1] commit-graph: writing missing parents is a BUG

2019-01-02 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > From: Derrick Stolee > > When writing a commit-graph, we write GRAPH_MISSING_PARENT if the > parent's object id does not appear in the list of commits to be > written into the commit-graph. This was done as the initial design > allowed commits to have

[PATCH 1/1] commit-graph: writing missing parents is a BUG

2018-12-19 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee When writing a commit-graph, we write GRAPH_MISSING_PARENT if the parent's object id does not appear in the list of commits to be written into the commit-graph. This was done as the initial design allowed commits to have missing parents, but the final version requires the com