Re: Git --reference bug(?)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:17
Junio C Hamano [off-list ref] writes:
Junio C Hamano [off-list ref] writes:quoted
quoted
0397236d43e48e821cce5bbe6a80a1a56bb7cc3a refs/tags/v2.6.12-rc3 a2755a80f40e5794ddc20e00f781af9d6320fafb refs/tags/v2.6.12-rc3^{} [...] I've never seen this format before; is this the remote protocol for peeled refs or maybe the behavior of an old version of git?This should be very well documented and has been the output from fairly early days of ls-remote.I take the first half back. The ls-remote documentation seems to have bit-rotten quite a bit. IIRC, we started doing this when we introduced auto-following of the tag objects. Even update-server-info knows about it so it way predates smart HTTP and is a fairly old and established behaviour.
In addition, you must be careful about what is added with add_extra_ref(); they are often not refs but are placeholders for Git to know that the history leading to it is complete, even though they do not exist as refs. The values of real refs that exist in your alternate object store are treated this way, because you know you do not have to fetch (if you are initiating fetch-pack) or receive (if the other side is initiating send-pack) histories leading to them from the other side.