]> git.ipfire.org Git - thirdparty/git.git/commit
fast-import: use write_pack_header()
authorRené Scharfe <l.s.r@web.de>
Sun, 6 Sep 2020 08:39:23 +0000 (10:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Sep 2020 20:40:37 +0000 (13:40 -0700)
commitccb181d0f053100a988ee0a240e3c0c0bb962d4d
tree53aa239b1b5bca8d7cf068c8c0cc0b92c83c32b8
parent3a238e539bcdfe3f9eb5010fd218640c1b499f7a
fast-import: use write_pack_header()

Call write_pack_header() to hash and write a pack header instead of
open-coding this function.  This gets rid of duplicate code and of the
magic version number 2 -- which has been used here since c90be46abd
(Changed fast-import's pack header creation to use pack.h, 2006-08-16)
and in pack.h (again) since 29f049a0c2 (Revert "move pack creation to
version 3", 2006-10-14).

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-import.c