Re: [PATCH 06/14] packed-graph: implement git-graph --write

2018-01-26 Thread Derrick Stolee
On 1/25/2018 6:28 PM, Stefan Beller wrote: On Thu, Jan 25, 2018 at 6:02 AM, Derrick Stolee wrote: + +$ git midx --write midx? Looks like I missed some replacements as I was building this. Now you see how I hope the feedback from this patch wi

Re: [PATCH 06/14] packed-graph: implement git-graph --write

2018-01-25 Thread Stefan Beller
On Thu, Jan 25, 2018 at 6:02 AM, Derrick Stolee wrote: > + > +$ git midx --write midx? > +test_done The tests basically tests that there is no segfault? Makes sense.

[PATCH 06/14] packed-graph: implement git-graph --write

2018-01-25 Thread Derrick Stolee
Teach git-graph to write graph files. Create new test script to verify this command succeeds without failure. Signed-off-by: Derrick Stolee --- Documentation/git-graph.txt | 26 ++ builtin/graph.c | 37 ++-- t/t5319-graph.sh| 83 +++