Re: [GSoC PATCH 0/2] repo: add -z and objects.format
From: Patrick Steinhardt <hidden>
Date: 2025-08-21 10:29:27
From: Patrick Steinhardt <hidden>
Date: 2025-08-21 10:29:27
On Wed, Aug 20, 2025 at 11:42:45AM -0300, Lucas Seiki Oshiro wrote:
Hi! This patchset adds two features to `git repo info`. They are unrelated, but I preferred to send them together to avoid merge conflicts and because they are small. - The first patch adds the `-z` as an alias for `--format=null`, as requested in [1] - The second patch adds `objects.format`, which retrieves the same value as `git rev-parse --show-object-format` Thanks! [1] https://lore.kernel.org/git/mgdervgp34m6ipfbodsfn7cztcl7gdeggzemfgivzvuyk7qtba@wdijebkuioxg/ (local)
What this cover letter doesn't mention is the base of the topic. I assume it's v2.51.0 with lo/repo-info merged into it? Patrick