X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FSubmittingPatches;h=0dbf2c9843dd3eed014d788892c8719036287308;hb=43176d1e4cddc4ab2f2f7dc6f3ba10513ffc2f2b;hp=938eccf2a5ac9dd629be1bc6bb53a59723c99083;hpb=be5ab43566a7f9ea663349dbb9d7e83e270b3396;p=git.git diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 938eccf2a..0dbf2c984 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -134,8 +134,7 @@ Another thing: NULL pointers shall be written as NULL, not as 0. (2) Generate your patch using git tools out of your commits. -git based diff tools (git, Cogito, and StGIT included) generate -unidiff which is the preferred format. +git based diff tools generate unidiff which is the preferred format. You do not have to be afraid to use -M option to "git diff" or "git format-patch", if your patch involves file renames. The