Re: [GSoC PATCH 0/2] repo: add -z and objects.format
From: Karthik Nayak <hidden>
Date: 2025-08-21 10:14:12
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2025-08-21 10:14:12
Lucas Seiki Oshiro [off-list ref] writes:
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!
Just a tip: It would be nice to mention which base branch this is based on top of and dependencies. The patches themselves look good to me, just a small nit on the first commit. Thanks! [snip]