Re: [PATCH 1/5] add 'prior' link in commit structure

From: Junio C Hamano <junkio@cox.net>
Date: 2006-04-25 15:18:42
Sam Vilain <sam.vilain@catalyst.net.nz> writes:

> For now this is just recorded as a char* pointer, as it is not an
> error condition for the commit not to be present locally.

Object ancestry is parsed lazily, so you should not have to do this.
Just point at another commit if you are to have only one (I
recommend against it) or have another commit_list, but when you
instantiate you may want to have a flag in the commit object
itself that says "this need not exist".



-
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.html
Received on Tue Apr 25 15:19:17 2006

This archive was generated by hypermail 2.1.8 : 2006-04-25 15:19:41 EST