Re: [PATCH v7 4/4] notes: teach git-notes about notes.<ref>.mergestrategy option
From: Junio C Hamano <hidden> Date: 2016-06-15 23:06:12
Jacob Keller [off-list ref] writes:
quoted
Sorry, but I lost track.
Do I understand correctly the consensus on the previous discussion?
My understanding is:
(1) We do not currently refuse to merge notes into anywhere outside
of refs/notes/;
We do. I mis understood the original code. We check inside
"init_notes_check()", which will check if the ref is under refs/notes/
OK, then we are in a much better shape than I thought ;-). Thanks.