Jakub Narebski <jnareb@xxxxxxxxx> writes: > Am I mistaken in thinking that the rest of git always use terminators, > and not separators for records output? Actually, for normal "git log", separator semantics is the right thing to use. You do not want to add an additional trailing newline when you show only one. Compare these two to see what I mean: $ git log -1 $ git log -2 The problem is with --pretty=format. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html