Git fork
at reftables-rust 10 lines 372 B view raw
1`-U<n>`:: 2`--unified=<n>`:: 3 Generate diffs with _<n>_ lines of context. Defaults to `diff.context` 4 or 3 if the config option is unset. 5 6`--inter-hunk-context=<n>`:: 7 Show the context between diff hunks, up to the specified _<number>_ 8 of lines, thereby fusing hunks that are close to each other. 9 Defaults to `diff.interHunkContext` or 0 if the config option 10 is unset.