mirror of
https://github.com/git/git.git
synced 2026-03-11 09:29:49 +01:00
Merge branch 'ty/doc-diff-u-wo-number' into jch
* ty/doc-diff-u-wo-number: diff: document -U without <n> as using default context
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
`-U<n>`::
|
||||
`--unified=<n>`::
|
||||
Generate diffs with _<n>_ lines of context. Defaults to `diff.context`
|
||||
or 3 if the config option is unset.
|
||||
Generate diffs with _<n>_ lines of context. The number of context
|
||||
lines defaults to `diff.context` or 3 if the configuration variable
|
||||
is unset. (`-U` without `<n>` is silently accepted as a synonym for
|
||||
`-p` due to a historical accident).
|
||||
|
||||
`--inter-hunk-context=<n>`::
|
||||
Show the context between diff hunks, up to the specified _<number>_
|
||||
|
||||
@@ -127,8 +127,10 @@ endif::git-log[]
|
||||
|
||||
`-U<n>`::
|
||||
`--unified=<n>`::
|
||||
Generate diffs with _<n>_ lines of context instead of
|
||||
the usual three.
|
||||
Generate diffs with _<n>_ lines of context. The number of context
|
||||
lines defaults to `diff.context` or 3 if the configuration variable
|
||||
is unset. (`-U` without `<n>` is silently accepted as a synonym for
|
||||
`-p` due to a historical accident).
|
||||
ifndef::git-format-patch[]
|
||||
Implies `--patch`.
|
||||
endif::git-format-patch[]
|
||||
|
||||
Reference in New Issue
Block a user