From bd1e17e245153fdc75feaaf5e556b922d98ca699 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 25 May 2005 19:26:28 -0700 Subject: Make "parse_object()" also fill in commit message buffer data. And teach fsck to free it to save memory. --- commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commit.h') diff --git a/commit.h b/commit.h index 0bb8779ca7..f7a2cb88bd 100644 --- a/commit.h +++ b/commit.h @@ -14,7 +14,7 @@ struct commit { unsigned long date; struct commit_list *parents; struct tree *tree; - const char *buffer; + char *buffer; }; extern const char *commit_type; -- cgit v1.2.1