Re: [PATCH] sha1_object_info(): be consistent with read_sha1_file()
From: Junio C Hamano <hidden> Date: 2016-08-11 20:42:43
Johannes Schindelin [off-list ref] writes:
We used to try loose objects first with sha1_object_info(), but packed
objects first with read_sha1_file(). Now, prefer packed objects over loose
ones with sha1_object_info(), too.
Well caught. It appears this inconsistent order was from the
day one when we started using the packed git, and I forgot to
swap them when I did ab90ea5 to swap the reading side.
Thanks.