"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
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
2 matches
Mail list logo