Skip to content

Commit

Permalink
git-diff(1): "--c" -> "--cc" typo fix
Browse files Browse the repository at this point in the history
git diff does not take a --c option.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Aug 2, 2008
1 parent 00332b8 commit 61d47fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/diff-generate-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 61d47fe

Please sign in to comment.