]> git.ipfire.org Git - thirdparty/git.git/commit - tag.h
[PATCH] Add tag header/parser to library
authorDaniel Barkalow <barkalow@iabervon.org>
Thu, 28 Apr 2005 14:46:33 +0000 (07:46 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 28 Apr 2005 14:46:33 +0000 (07:46 -0700)
commit2636f6143751a064e366cb7763d0705b296726e3
tree813a08e7a8591855f047f0f6fa88d0c731356983
parenta510bfaa8c001413f363e0d0b9c6cf15dbcbb7b3
[PATCH] Add tag header/parser to library

This adds preliminary support for tags in the library. It doesn't even
store the signature, however, let alone provide any way of checking it.

Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
tag.c [new file with mode: 0644]
tag.h [new file with mode: 0644]