[PATCH] Also parse objects we already have
authorDaniel Barkalow <barkalow@iabervon.org>
Fri, 12 Aug 2005 03:17:55 +0000 (23:17 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 12 Aug 2005 05:08:29 +0000 (22:08 -0700)
commit0d62fb5672c7b6e3fc6c5418d61ff39bf6034741
tree6464856bcb21d5f99942f379c12934e1cdc779d5
parentf88fcf8bab6a3dcd1255bc64f50235c745458962
[PATCH] Also parse objects we already have

In the case where we don't know from context what type an object is, but
we don't have to fetch it, we need to parse it to determine the type
before processing it.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pull.c