]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] SubmittingPatches: diffstat options
authorRandy Dunlap <rdunlap@xenotime.net>
Sun, 8 Jan 2006 09:04:52 +0000 (01:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:14:04 +0000 (20:14 -0800)
Add desired 'diffstat' options to use for kernel patches.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/SubmittingPatches

index 3c12fc1469403261002dd7fac1d25d583d819b1d..6198e5ebcf65be906f801acd1f5df836c3d4d93c 100644 (file)
@@ -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.