Jeff King <peff@xxxxxxxx> writes: > We could either leave %(subject) with its historical behavior, or fix it > to handle multi-line subjects. Although it's technically a regression to > change it, I tend to think it is simply a bug, as it doesn't match what > the rest of git (like "git log --format=%s") does. I think %(subject) should be updated to match %(contents:subject) as a bugfix, so %(body) should be adjusted to prevent "%(subject)%(body)" from duplicating lines. Thanks. Side note. We probably would want to borrow from pretty-formats to allow us to say %(subject)%(+body) or something... -- 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