Re: [RFC PATCH 1/6] DO NOT MERGE: compute commit-graph on every commit

2018-05-31 Thread Stefan Beller
On Thu, May 31, 2018 at 10:41 AM, Derrick Stolee wrote: > Also enable core.commitGraph and gc.commitGraph. Helps to test the > commit-graph feature with the rest of the test infrastructure. > > Signed-off-by: Derrick Stolee > --- > builtin/commit.c | 5 + > builtin/gc.c | 2 +- >

[RFC PATCH 1/6] DO NOT MERGE: compute commit-graph on every commit

2018-05-31 Thread Derrick Stolee
Also enable core.commitGraph and gc.commitGraph. Helps to test the commit-graph feature with the rest of the test infrastructure. Signed-off-by: Derrick Stolee --- builtin/commit.c | 5 + builtin/gc.c | 2 +- environment.c| 2 +- 3 files changed, 7 insertions(+), 2 deletions(-)