[PATCH] SubmittingPatches: diffstat options

From: Randy.Dunlap
Date: Mon Dec 26 2005 - 23:38:11 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Add desired 'diffstat' options to use for kernel patches.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
Documentation/SubmittingPatches | 3 +++
1 files changed, 3 insertions(+)

--- linux-2615-rc7.orig/Documentation/SubmittingPatches
+++ linux-2615-rc7/Documentation/SubmittingPatches
@@ -373,6 +373,9 @@ a diffstat, to show what files have chan
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.


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/