mirror of
https://github.com/git/git.git
synced 2024-11-20 08:53:57 +01:00
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>
This commit is contained in:
parent
00332b8152
commit
61d47feec6
@ -96,7 +96,7 @@ index fabadb8,cc95eb0..4866510
|
|||||||
+
|
+
|
||||||
or like this (when '--cc' option is used):
|
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
|
2. It is followed by one or more extended header lines
|
||||||
(this example shows a merge with two parents):
|
(this example shows a merge with two parents):
|
||||||
|
Loading…
Reference in New Issue
Block a user