Raw
1 `-U<n>`::
2 `--unified=<n>`::
3 Generate diffs with _<n>_ lines of context. The number of context
4 lines defaults to `diff.context` or 3 if the configuration variable
5 is unset. (`-U` without `<n>` is silently accepted as a synonym for
6 `-p` due to a historical accident).
7
8 `--inter-hunk-context=<n>`::
9 Show the context between diff hunks, up to the specified _<number>_
10 of lines, thereby fusing hunks that are close to each other.
11 Defaults to `diff.interHunkContext` or 0 if the config option
12 is unset.