author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 18 Jun 2006 10:57:56 +0000 (12:57 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Jun 2006 11:17:49 +0000 (04:17 -0700) | ||
commit | 37958be79227dc01f965993174af42672fc6756c | |
tree | edc3c29b8f310916509ea3bf869be485f23232a2 | tree | snapshot |
parent | cb115748ec0d4c6faccd09f3637ea436482dd7d5 | commit | diff |
git-tar-tree: Simplify write_trailer()
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>
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>
builtin-tar-tree.c | diff | blob | history |