Re: Should Git Tag trailer formatting work?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 06, 2024 at 09:22:33AM -0600, Brooke Kuhlmann wrote:

> Yeah, I can render trailer information when using your examples but
> *only* if I disable signing my tags. Here's what my global Git
> configuration looks like:

Ah, OK, that makes sense. We have to parse the trailers from the end,
and the parser is not prepared to handle tags' inline signatures (in
commits, the signatures are embedded in headers, so the trailer parser
doesn't have to worry about them).

I have a rough patch, but it requires making an extra copy of the tag
buffer, since the trailer API needs a NUL-terminated string. I'll see if
I can clean that up to let us parse it in place, and should send
something out in a day or so.

-Peff




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux