Skip to content

Commit 30962fb

Browse files
SRabbeliergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 509d597 commit 30962fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ Another thing: NULL pointers shall be written as NULL, not as 0.
134134

135135
(2) Generate your patch using git tools out of your commits.
136136

137-
git based diff tools (git, Cogito, and StGIT included) generate
138-
unidiff which is the preferred format.
137+
git based diff tools generate unidiff which is the preferred format.
139138

140139
You do not have to be afraid to use -M option to "git diff" or
141140
"git format-patch", if your patch involves file renames. The

0 commit comments

Comments
 (0)