]> git.ipfire.org Git - thirdparty/git.git/commit - csum-file.h
csum-file: introduce hashfile_total()
authorJeff King <peff@peff.net>
Wed, 18 Dec 2019 11:25:42 +0000 (12:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2020 18:51:50 +0000 (10:51 -0800)
commit2f4af776990b59f569d68ffd3cb3556213537b04
tree4e8ffb9cac0703bb5cf79162c74c1eebd3885d3d
parent8ebf5296611228a49605327021e6be74cc2fb4c9
csum-file: introduce hashfile_total()

We will need this helper function in a following commit
to give us total number of bytes fed to the hashfile so far.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
csum-file.h