Re: [PATCH 17/17] fetch: add fetch.writeCommitGraph config setting

2019-05-09 Thread Derrick Stolee
On 5/9/2019 4:07 AM, Ævar Arnfjörð Bjarmason wrote: > > So rather than have this patch I'd like to as noted in 00/17 get the > refactoring bits of the commit-graph in first. Refactor-only series coming soon. > Then some version of my WIP patch in > https://public-inbox.org/git/87lfzprkfc@evl

Re: [PATCH 17/17] fetch: add fetch.writeCommitGraph config setting

2019-05-09 Thread Ævar Arnfjörð Bjarmason
On Wed, May 08 2019, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee > > Signed-off-by: Derrick Stolee > --- > builtin/fetch.c | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/builtin/fetch.c b/builtin/fetch.c > index b620fd54b4..cf0944bad5 100644 > --

[PATCH 17/17] fetch: add fetch.writeCommitGraph config setting

2019-05-08 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee Signed-off-by: Derrick Stolee --- builtin/fetch.c | 17 + 1 file changed, 17 insertions(+) diff --git a/builtin/fetch.c b/builtin/fetch.c index b620fd54b4..cf0944bad5 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -23,6 +23,7 @@ #include "packfile.h