]> git.ipfire.org Git - thirdparty/git.git/commit - resolve-undo.h
resolve-undo: convert struct resolve_undo_info to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:25 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:47 +0000 (09:23 -0700)
commit5ac913c6eb266e836f91c39c3b03bcbdc06475c6
tree46b906fb7cce225a5801b11228bb7182255dc653
parent6dcb462530b1142a0fc1ad326dfd68ce1cde7387
resolve-undo: convert struct resolve_undo_info to object_id

Convert the sha1 member of this struct to be an array of struct
object_id instead.  This change is needed to convert find_unique_abbrev.

Convert some instances of hard-coded constants to use the_hash_algo as
well.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-files.c
resolve-undo.c
resolve-undo.h