From: Junio C Hamano <hidden> Date: 2017-12-27 18:17:46
Duy Nguyen [off-list ref] writes:
quoted
The problem is, you cannot know if it's a rename from HEAD or from
worktree with this updated v2 (or perhaps you could because HEAD name
should be all zero?).
I'm wrong about this. the "<XY>" code for HEAD rename would be "R."
while worktree rename is ".R" so I think we're good.