]> git.ipfire.org Git - thirdparty/git.git/commit - packfile.h
pack: move pack-closing functions
authorJonathan Tan <jonathantanmy@google.com>
Fri, 18 Aug 2017 22:20:21 +0000 (15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 22:12:06 +0000 (15:12 -0700)
commit3836d88ae575cf2321fb17296f748c0bb35ba268
tree5f1e224972bc8c3456862e387cd13977fb1ae205
parentf0e17e86e1b1030b2719f3d6e9d4124c9b5bc480
pack: move pack-closing functions

The function close_pack_fd() needs to be temporarily made global. Its
scope will be restored to static in a subsequent commit.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c
builtin/clone.c
builtin/fetch.c
builtin/merge.c
builtin/receive-pack.c
cache.h
packfile.c
packfile.h
sha1_file.c