Alejandro Colomar <alx@xxxxxxxxxx> writes: > Hi Andreas, > > On Mon, Dec 23, 2024 at 10:09:14PM GMT, Andreas Schwab wrote: >> On Dez 23 2024, Alejandro Colomar wrote: >> >> > Anyway, it feels awkward that git-log(1) skips the last newline whith >> > --format=format. Should that be fixed? >> >> If you want terminator semantics, use tformat: instead of format:. Or, "--format=%H" should do the right thing, as that is a mere short-hand for "--pretty=tformat:%H".