Make write_sha1_file_prepare() void
commit972a9155832165ea38febba2303e7c760050b5d8
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 15 Oct 2006 12:02:03 +0000 (15 14:02 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 15 Oct 2006 19:35:07 +0000 (15 12:35 -0700)
tree942018b630a5e9302445098345ad15e11d311379
parent29f049a0c277be72637f74f1f90a89dccd3475bc
Make write_sha1_file_prepare() void

Move file name generation from write_sha1_file_prepare() to the one
caller that cares and make it a void function.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c