From 4f41e012e7a4d0388c04cbaceef7e7e060beb7d1 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 8 Jan 2006 01:04:52 -0800 Subject: [PATCH] --- yaml --- r: 17015 b: refs/heads/master c: 58591e8a1f4de2e53fdd09b2aa86948687106c07 h: refs/heads/master i: 17013: f76aa10017fd732a9c765b806baa46fe65ca4bca 17011: daee928f983e6940ff76a242820ea897f6c407ea 17007: ba66f4aff18194ff528d73fd22dbc244779b2cd4 v: v3 --- [refs] | 2 +- trunk/Documentation/SubmittingPatches | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 169db12afe4d..e47b02880b15 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15b2fe3931831891a62bad9cafd403c169ae087c +refs/heads/master: 58591e8a1f4de2e53fdd09b2aa86948687106c07 diff --git a/trunk/Documentation/SubmittingPatches b/trunk/Documentation/SubmittingPatches index 3c12fc146940..6198e5ebcf65 100644 --- a/trunk/Documentation/SubmittingPatches +++ b/trunk/Documentation/SubmittingPatches @@ -386,6 +386,9 @@ a diffstat, to show what files have changed, and the number of inserted and deleted lines per file. A diffstat is especially useful on bigger patches. Other comments relevant only to the moment or the maintainer, not suitable for the permanent changelog, should also go here. +Use diffstat options "-p 1 -w 70" so that filenames are listed from the +top of the kernel source tree and don't use too much horizontal space +(easily fit in 80 columns, maybe with some indentation). See more details on the proper patch format in the following references.