Re: [PATCH] repo: add -z as an alias for --format=nul to git-repo-structure
From: Lucas Seiki Oshiro <hidden>
Date: 2025-12-02 00:30:14
From: Lucas Seiki Oshiro <hidden>
Date: 2025-12-02 00:30:14
Hi!
quoted
This patch is based on top of master b31ab939fe (The fourth batch, 2025-11-26) with lo/repo-info-all merged.Any reason this isn't just based on master? It looks like this patch should apply just fine as I don't see any dependencies.
Yesterday, lo/repo-info-all wasn't merged yet to master :-)
Reusing the same `parse_format_cb()` makes sense and also matches what we do with git-repo-info. Looks good.
Yes, this callback is used by both subcommands, this was a really straightforward change.
Did you mean to use the -z option here?
Ooops, yes, sorry. I'll fix it.