We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4d83ee + 714d491 commit c5a802fCopy full SHA for c5a802f
Documentation/diff-options.txt
@@ -36,9 +36,9 @@ endif::git-format-patch[]
36
-U<n>::
37
--unified=<n>::
38
Generate diffs with <n> lines of context instead of
39
- the usual three. Implies `--patch`.
+ the usual three.
40
ifndef::git-format-patch[]
41
- Implies `-p`.
+ Implies `--patch`.
42
endif::git-format-patch[]
43
44
--output=<file>::
@@ -441,7 +441,10 @@ endif::git-format-patch[]
441
442
--binary::
443
In addition to `--full-index`, output a binary diff that
444
- can be applied with `git-apply`. Implies `--patch`.
+ can be applied with `git-apply`.
445
+ifndef::git-format-patch[]
446
447
+endif::git-format-patch[]
448
449
--abbrev[=<n>]::
450
Instead of showing the full 40-byte hexadecimal object
0 commit comments