diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-01-08 04:04:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-08 23:14:04 -0500 |
commit | 58591e8a1f4de2e53fdd09b2aa86948687106c07 (patch) | |
tree | 572cb4935c6b5a0a8dab4885f59cd791234c1c67 /Documentation/SubmittingPatches | |
parent | 15b2fe3931831891a62bad9cafd403c169ae087c (diff) |
[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>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 3c12fc146940..6198e5ebcf65 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -386,6 +386,9 @@ a diffstat, to show what files have changed, and the number of inserted | |||
386 | and deleted lines per file. A diffstat is especially useful on bigger | 386 | and deleted lines per file. A diffstat is especially useful on bigger |
387 | patches. Other comments relevant only to the moment or the maintainer, | 387 | patches. Other comments relevant only to the moment or the maintainer, |
388 | not suitable for the permanent changelog, should also go here. | 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 | See more details on the proper patch format in the following | 393 | See more details on the proper patch format in the following |
391 | references. | 394 | references. |