X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Documentation%2FSubmittingPatches;h=d603fa07823598b87dc48d0e8362a6fcb5a57a32;hb=1c5aa324afccfea7716b594cc47bbc7be8aaab00;hp=4710e4afef19c40b146e50c9fedff8b9fc308ead;hpb=cecd4cfb540ed627fba81a0c4d92e205ed8314e6;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 4710e4afef19..d603fa078235 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -718,8 +718,21 @@ generates appropriate diffstats by default.) See more details on the proper patch format in the following references. +15) Explicit In-Reply-To headers +-------------------------------- + +It can be helpful to manually add In-Reply-To: headers to a patch +(e.g., when using "git send email") to associate the patch with +previous relevant discussion, e.g. to link a bug fix to the email with +the bug report. However, for a multi-patch series, it is generally +best to avoid using In-Reply-To: to link to older versions of the +series. This way multiple versions of the patch don't become an +unmanageable forest of references in email clients. If a link is +helpful, you can use the https://lkml.kernel.org/ redirector (e.g., in +the cover email text) to link to an earlier version of the patch series. + -15) Sending "git pull" requests +16) Sending "git pull" requests ------------------------------- If you have a series of patches, it may be most convenient to have the