packfile: expose get_delta_base()
authorJeff King <redacted>
Fri, 13 Sep 2019 13:02:18 +0000 (15:02 +0200)
committerJunio C Hamano <redacted>
Fri, 13 Sep 2019 21:40:33 +0000 (14:40 -0700)
commit56d9cbe68b0746640d22b7c05468d76df92debf3
treeb2f4965f0cc5ad9400cf2f6d8217b740df3ca9a6
parentbab28d9f97088f58863665f608020f64dffec9ee
packfile: expose get_delta_base()

In a following commit get_delta_base() will be used outside
packfile.c, so let's make it non static and declare it in
packfile.h.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Christian Couder <redacted>
Signed-off-by: Junio C Hamano <redacted>
packfile.c
packfile.h
git clone https://git.99rst.org/PROJECT