From: Sam Vilain <sam.vilain@catalyst.net.nz> Add a space in the commit for a prior commit that forms this commit's historical, not substantial, precedent. 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. --- commit.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/commit.h b/commit.h index de142af..b00a6b9 100644 --- a/commit.h +++ b/commit.h @@ -13,6 +13,7 @@ struct commit { struct object object; unsigned long date; struct commit_list *parents; + char *prior; struct tree *tree; char *buffer; }; - 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 Tue Apr 25 14:32:34 2006
This archive was generated by hypermail 2.1.8 : 2006-04-25 14:40:55 EST