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

The function unuse_one_window() 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>
git-compat-util.h
packfile.c
packfile.h
sha1_file.c