]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
sha1_file: convert force_object_loose to object_id
authorPatryk Obara <patryk.obara@gmail.com>
Sun, 28 Jan 2018 00:13:20 +0000 (01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 18:42:36 +0000 (10:42 -0800)
commit4bdb70a4f73369af39989a3ab5732825600dc914
treec1732a9cf1b5cb25f3463fbc81887fbbc05854be
parenta09c985eae694db1cf31c72db0e2e1bf42f1274f
sha1_file: convert force_object_loose to object_id

Convert the definition and declaration of force_object_loose to
struct object_id and adjust usage of this function.

Signed-off-by: Patryk Obara <patryk.obara@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
cache.h
sha1_file.c