Don't save the commit buffer in git-describe.
commit8c599c749f2f5aaf477db1327b97461f9fa3f62a
authorShawn O. Pearce <spearce@spearce.org>
Wed, 10 Jan 2007 11:36:29 +0000 (10 06:36 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Jan 2007 16:26:50 +0000 (10 08:26 -0800)
tree8f5978a34dc405ec7702f1cafe9bc48865fd82f6
parente05db0fd4f31dde7005f075a84f96b360d05984b
Don't save the commit buffer in git-describe.

The commit buffer (message of the commit) is not actually
used by the git-describe process.  We can save some memory
by not keeping it around.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
describe.c