]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
sha1_file: convert hash_sha1_file to object_id
authorPatryk Obara <patryk.obara@gmail.com>
Sun, 28 Jan 2018 00:13:13 +0000 (01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 18:42:36 +0000 (10:42 -0800)
commitf070faccc1a446e44463560add8434efa8c6bed1
treebedd32ac2a7f86e139b4c0b9114bba7dd7cbaa83
parent4b33e60201c12f3a68441807444e3726853a3960
sha1_file: convert hash_sha1_file to object_id

Convert the declaration and definition of hash_sha1_file to use
struct object_id and adjust all function calls.

Rename this function to hash_object_file.

Signed-off-by: Patryk Obara <patryk.obara@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.c
builtin/index-pack.c
builtin/replace.c
builtin/unpack-objects.c
cache-tree.c
cache.h
convert.c
diffcore-rename.c
dir.c
log-tree.c
sha1_file.c