Browse Source

git-diff(1): "--c" -> "--cc" typo fix

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>
maint
Jonathan Nieder 17 years ago committed by Junio C Hamano
parent
commit
e57c817d9f
  1. 2
      Documentation/diff-generate-patch.txt

2
Documentation/diff-generate-patch.txt

@ -96,7 +96,7 @@ index fabadb8,cc95eb0..4866510 @@ -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):

Loading…
Cancel
Save