Re: [PATCH v4 01/11] commit-graph: fix the_repository reference

2019-05-12 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > From: Derrick Stolee > > The parse_commit_buffer() method takes a repository pointer, so it > should not refer to the_repository anymore. Yup, makes sense. Thanks for spotting. > > Signed-off-by: Derrick Stolee > --- > commit.c | 2 +- > 1 file ch

[PATCH v4 01/11] commit-graph: fix the_repository reference

2019-05-09 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee The parse_commit_buffer() method takes a repository pointer, so it should not refer to the_repository anymore. Signed-off-by: Derrick Stolee --- commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit.c b/commit.c index a5333c7ac6..e4d1233226 10