• D
    csum-file: refactor finalize_hashfile() method · cfe83216
    Derrick Stolee 提交于
    If we want to use a hashfile on the temporary file for a lockfile, then
    we need finalize_hashfile() to fully write the trailing hash but also keep
    the file descriptor open.
    
    Do this by adding a new CSUM_HASH_IN_STREAM flag along with a functional
    change that checks this flag before writing the checksum to the stream.
    This differs from previous behavior since it would be written if either
    CSUM_CLOSE or CSUM_FSYNC is provided.
    Signed-off-by: NDerrick Stolee <dstolee@microsoft.com>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    cfe83216
pack-objects.c 84.2 KB