git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* why is tagger header optional?
@ 2010-01-19  6:09 Shawn O. Pearce
  2010-01-19  6:31 ` Junio C Hamano
  2010-01-19  6:44 ` Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Shawn O. Pearce @ 2010-01-19  6:09 UTC (permalink / raw)
  To: git

So why is it legal to omit the tagger header from a tag?

E.g. the Linux kernel tag v2.6.12 has no tagger header:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tag;h=26791a8bcf0e6d33f43aef7682bdb555236d56de

JGit is currently failing on this tag, because its fsck
implementation demands that a tag have a tagger header
that can be parsed as a person identity.

Looking at tag.c's parse_tag_buffer(), the variable sig_line seems
to be expected to point at the "tagger " header (given its name),
but its not actually validated as such.

Is there a version of Git floating around that doesn't create a
tagger header when creating a signed tag?  WTF?

-- 
Shawn.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-19  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19  6:09 why is tagger header optional? Shawn O. Pearce
2010-01-19  6:31 ` Junio C Hamano
2010-01-19  6:32   ` Shawn O. Pearce
2010-01-19  6:35     ` Junio C Hamano
2010-01-19  6:37       ` Shawn O. Pearce
2010-01-19  6:44 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).