Jonathan Tan <jonathantanmy@xxxxxxxxxx> writes: >>> to: >>> HEAD:file >>> HEAD:sub/file >>> >>> Signed-off-by: Brandon Williams <bmwill@xxxxxxxxxx> >>> --- >> >> Unrelated tangent, but this makes readers wonder what the updated >> trailer code would do to the last paragraph ;-). Does it behave >> sensibly (with some sane definition of sensibleness)? >> >> I am guessing that it would, because neither To: or HEAD: is what we >> normally recognize as a known trailer block element. > > Yes, it behaves sensibly :-) because "Signed-off-by:" is preceded by a > blank line, so the trailer block consists only of that line. Oh, that was not what I was wondering. Imagine Brandon writing his message that ends in these three questionable lines and then running "commit -s --amend" to add his sign-off---that was the case I was wondering.