]> git.cameronkatri.com Git - cgit.git/commit
Skip unknown header fields when parsing tags and commits
authorLars Hjemli <hjemli@gmail.com>
Wed, 24 Oct 2007 19:14:44 +0000 (21:14 +0200)
committerLars Hjemli <hjemli@gmail.com>
Sat, 27 Oct 2007 07:05:40 +0000 (09:05 +0200)
commit13d2b0b25cf19de03c7cdcf8bb708be1168aeda7
tree11241d302395aaffc2eca097465f5e019a123601
parentfd39489f4f49f9efe45c881d3f5f503c0068148a
Skip unknown header fields when parsing tags and commits

Both the commit- and tagparser failed to handle unexpected header fields.
This adds futureproofing by simply skipping any header we don't know/care
about.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
parsing.c