English ▾
Localized versions of diff-context-options manual
Topics ▾
Email
Latest version
▾
diff-context-options last updated in 2.51.0
Changes in the diff-context-options manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.51.1 → 2.52.0 no changes
-
2.51.0
2025-08-18
-U<n>--unified=<n>-
Generate diffs with <n> lines of context. Defaults to
diff.contextor 3 if the config option is unset. --inter-hunk-context=<n>-
Show the context between diff hunks, up to the specified <number> of lines, thereby fusing hunks that are close to each other. Defaults to
diff.interHunkContextor 0 if the config option is unset.