From: Jonathan Nieder Date: Mon, 21 Jul 2008 18:34:06 +0000 (-0500) Subject: git-diff(1): "--c" -> "--cc" typo fix X-Git-Tag: v1.6.0-rc1~86 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e57c817d9f8f67d93c9fdea30939c52a2ab44fc4;p=git.git git-diff(1): "--c" -> "--cc" typo fix git diff does not take a --c option. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-generate-patch.txt b/Documentation/diff-generate-patch.txt index 029c5f2b8..517e1eba3 100644 --- a/Documentation/diff-generate-patch.txt +++ b/Documentation/diff-generate-patch.txt @@ -96,7 +96,7 @@ index fabadb8,cc95eb0..4866510 + or like this (when '--cc' option is used): - diff --c file + diff --cc file 2. It is followed by one or more extended header lines (this example shows a merge with two parents):