]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
csum-file: rename hashclose() to finalize_hashfile()
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 2 Apr 2018 20:34:14 +0000 (16:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Apr 2018 21:27:30 +0000 (14:27 -0700)
commitf2af9f5e02380ba3868df7daa34368945d500206
treed0d2a5d6872fb542477b87254c20e6d0cd7fe5a6
parent2ee13a780b1464039b89b9987b1cdd74d9e40780
csum-file: rename hashclose() to finalize_hashfile()

The hashclose() method behaves very differently depending on the flags
parameter. In particular, the file descriptor is not always closed.

Perform a simple rename of "hashclose()" to "finalize_hashfile()" in
preparation for functional changes.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c
builtin/pack-objects.c
bulk-checkin.c
csum-file.c
csum-file.h
fast-import.c
pack-bitmap-write.c
pack-write.c