Re: [GSoC PATCH 1/2] repo: add the flag -z as an alias for --format=nul
From: Lucas Seiki Oshiro <hidden>
Date: 2025-08-21 13:29:34
From: Lucas Seiki Oshiro <hidden>
Date: 2025-08-21 13:29:34
Not a 100% sure, but I think this would actually need to be formatted as [(--format=(keyvalue|nul)|-z)] Looks a bit ugly though, so maybe the existent version is good enough? Others may have a more informed opinion.
I couldn't find other usage strings following that syntax in Git (I tried `git grep '\[[(].*|.*[)]\]' -- 'Documentation/git-*.adoc'`). But I don't have any strong opinion about that. I'm open to suggestions. Thanks!