anikey <arty.anikey@xxxxxxxxx> writes: > Hi, peops. I'm pretty much sure that's a bug. I am not Peops, but will try to help ;-). As "rebase" is essentially "format-patch" output piped into "am", unindented diff in a random place inside the commit message will be indistingushable from the beginning of the patch. You cannot have an unadulterated "diff" output in your commit message for this reason, and this is not likely to change. Often what people do is to indent them, as the reason they quote patch in the message is to make it serve as a supporting material. Incidentally, that makes the resulting commit log message easier to read as well; e.g. Fix bloop bug An earlier commit had this patch that is quite bogus. diff --git a/bloop.php b/bloop.php index 937da74..0e8440d 100644 --- a/bloop.php +++ b/bloop.php @@ -42,7 +42,7 @@ ... The assignment to frotz in the above hunk should happen after nitfol variable is initialized. This patch fixes it. Signed-off-by: Cont Ributer <contributor@xxxxxxxxxxx> -- 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