[PATCH] Parse tags for absent objects
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 22 Jun 2005 00:35:10 +0000 (20:35 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 01:29:12 +0000 (18:29 -0700)
commit89e4202f9828c18f5db4db80a008a2a8a458855e
tree18d3bfddecf89de84930ddb66aedc37e9cbd56a7
parent9661c256400d1a17a27e014592f887359f74707e
[PATCH] Parse tags for absent objects

Handle parsing a tag for a non-present object. This adds a function to lookup
an object with lookup_* for * in a string, so that it can get the right storage
based on the "type" line in the tag.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
object.c
object.h
tag.c