Emma Brooks <me@pluvano.com> writes:
> However, I couldn't find a way to get "rev-list --format" to separate
> commits with NULs.
A workaround would be "git rev-list --format='%s%x00'", iow,
manually insert NUL
I would have expected "-z" to replace LF with NUL, but that does not
appear to work X-<.