diff options
author | Sverre Rabbelier <srabbelier@gmail.com> | 2011-09-11 14:38:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-11 20:53:00 -0700 |
commit | 30962fb7fba9a8e57fe34a70bc8abd2e0af8b2ee (patch) | |
tree | 74cc5996c54c08ef93fbe25d0ae0dc4dcd642b46 /Documentation | |
parent | 509d59705ee07094bcc56b49a17ba0ae983da50f (diff) | |
download | git-30962fb7fba9a8e57fe34a70bc8abd2e0af8b2ee.tar.gz git-30962fb7fba9a8e57fe34a70bc8abd2e0af8b2ee.tar.xz |
SubmittingPathces: remove Cogito reference
Removing Cogito leaves just git and StGit, which is a rather
incomplete list of git diff tools available. Sidestep the problem
of deciding what tools to mention by not mentioning any.
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SubmittingPatches | 3 |
1 files changed, 1 insertions, 2 deletions
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 |