Pierre Habouzit <madcoder@xxxxxxxxxx> wrote: > Also fix an inefficient printf("%s", ...) where we can use write_in_full. > > Signed-off-by: Pierre Habouzit <madcoder@xxxxxxxxxx> > --- > builtin-fmt-merge-msg.c | 50 +++++++++++++++++++++------------------------- > 1 files changed, 23 insertions(+), 27 deletions(-) Near as I can tell, this is based upon a merge commit in next. We can't do that. Patches need to be based on master, or worst-case on a topic head that is in next or pu (in which case the name of the topic, or its tip commit, is helpful in the note). -- Shawn. -- 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