On Thu, 2016-04-07 at 01:22 +0000, Damien Le Moal wrote: > Tejun, > > > Applied to libata/for-4.7. Can you please use git format-patch to > > generate the patch file from next time? > > Thanks ! > For the patch, I used “git show xxx > file”... > Is this not correct ? Should I be using a “—pretty=xxx” formatting ? If you want to use git show, then you need --pretty=email (depending on whether you want to add the commit statistics, you can also add --stat --patch). If you have a patch series, it's often better to use git-format-patch -n --cover-letter Which generates a set of numbered files for the entire patch series. James -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html