Junio C Hamano <gitster@xxxxxxxxx> writes: > > Lidong Yan <yldhome2d2@xxxxxxxxx> writes: > >> Signed-off-by: Lidong Yan <yldhome2d2@xxxxxxxxx> >> [jc: avoid allocating zero length path in >> convert_pathspec_to_bloom_keyvec()] >> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > > Instead just do > > Helped-by: Junio C Hamano <gitster@xxxxxxxxx> > Signed-off-by: Lidong Yan <yldhome2d2@xxxxxxxxx> > > here. [who: comment] followed by a sign-off from that person is > done by the person who is signing off the tweak, not by the original > author. I see — when someone makes additions to another person’s commit, they’ll also modify the log message in the process. Thanks, Lidong