author | Daniel Barkalow <barkalow@iabervon.org> | |
Wed, 22 Jun 2005 00:35:10 +0000 (20:35 -0400) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 22 Jun 2005 01:29:12 +0000 (18:29 -0700) | ||
commit | 89e4202f9828c18f5db4db80a008a2a8a458855e | |
tree | 18d3bfddecf89de84930ddb66aedc37e9cbd56a7 | tree | snapshot |
parent | 9661c256400d1a17a27e014592f887359f74707e | commit | diff |
[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>
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 | diff | blob | history | |
object.h | diff | blob | history | |
tag.c | diff | blob | history |