]> git.ipfire.org Git - thirdparty/git.git/commit
entry: make fstat_output() and read_blob_entry() public
authorMatheus Tavares <matheus.bernardino@usp.br>
Tue, 23 Mar 2021 14:19:33 +0000 (11:19 -0300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Mar 2021 17:34:05 +0000 (10:34 -0700)
commit49cfd9032a5c1ef7401b79eff8db471b4c6ed7ef
tree8f44c4f2843e2bc65dfdc13019c254342fc880f6
parentd052cc038270d1231a245d7ac6d60559123464d3
entry: make fstat_output() and read_blob_entry() public

These two functions will be used by the parallel checkout code, so let's
make them public. Note: fstat_output() is renamed to
fstat_checkout_output(), now that it has become public, seeking to avoid
future name collisions.

Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
entry.c
entry.h