git-tar-tree: Simplify write_trailer()
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 18 Jun 2006 10:57:56 +0000 (12:57 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Jun 2006 11:17:49 +0000 (04:17 -0700)
We can write the trailer in one or at most two steps; it will always
fit within two blocks.  With the last caller of get_record() gone we
can get rid of it.

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

No differences found