Re: [GSoC PATCH 2/2] repo: add the field objects.format
From: Patrick Steinhardt <hidden>
Date: 2025-08-21 10:29:36
From: Patrick Steinhardt <hidden>
Date: 2025-08-21 10:29:36
On Wed, Aug 20, 2025 at 11:42:47AM -0300, Lucas Seiki Oshiro wrote:
diff --git a/builtin/repo.c b/builtin/repo.c index b2ec66e454..71ddc5e8c6 100644 --- a/builtin/repo.c +++ b/builtin/repo.c@@ -49,6 +55,7 @@ static int get_references_format(struct repository *repo, struct strbuf *buf) static const struct field repo_info_fields[] = { { "layout.bare", get_layout_bare }, { "layout.shallow", get_layout_shallow }, + { "objects.format", get_objects_format},
There's a missing space here before the closing curly brace. Other than that this patch looks good to me. Thanks! Patrick