Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes: > ... I did not use it originally, because lines > 24-25 of commit.h say > > /** Internal only **/ > struct object *lookup_object(const unsigned char *sha1); > > Is this obsolete? For this particular application, it should be OK, because: - it checks if we already have that object, and returns a pointer to it; - if we haven't seen that object, we get a NULL back; and - what we care about is to see if we have checked and verified if it is reachable from our refs. We do not want the check to actively go read and parse that object. -jc - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Oct 21 10:45:41 2005
This archive was generated by hypermail 2.1.8 : 2005-10-21 10:45:44 EST