Commit 58591e8a1f4de2e53fdd09b2aa86948687106c07

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 15b2fe3931

[PATCH] SubmittingPatches: diffstat options

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

Documentation/SubmittingPatches
... ... @@ -386,6 +386,9 @@
386 386 and deleted lines per file. A diffstat is especially useful on bigger
387 387 patches. Other comments relevant only to the moment or the maintainer,
388 388 not suitable for the permanent changelog, should also go here.
  389 +Use diffstat options "-p 1 -w 70" so that filenames are listed from the
  390 +top of the kernel source tree and don't use too much horizontal space
  391 +(easily fit in 80 columns, maybe with some indentation).
389 392  
390 393 See more details on the proper patch format in the following
391 394 references.