On Sat, Aug 15, 2009 at 4:36 PM, Linus Torvalds<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > On Sat, 15 Aug 2009, Junio C Hamano wrote: >> If you try that without --stat, i.e. >> >> $ git log -4 --pretty=format:%s | cat -e >> $ git log -4 --pretty=tformat:%s | cat -e >> >> I suspect you may then find that --pretty=format (not --pretty=tformat) is >> broken. > > I disagree. The real brokenness is that we don't have any way to say "I > want no newline at all after the format", and then having this mixup with > the whole "terminator" thing - sometimes it's "between commits" (which is > _correct_ any time you have stat info or something), and sometimes it's > "after header" (which is almost always incorrect). I'm guessing that "after header" was just an implementation error. It was presumably intended to be "after commit", so that the only difference between format and tformat is the presence or absence of the very last terminator. Maybe the correct fix is just to make tformat not broken? Avery -- 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