You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add-patch: add diff.context command line overrides
This patch follows on from `5324cc6c34`, where builtins that accept
`--patch` options now respect `diff.context` and `diff.interHunkContext`
file configurations.
In particular, this patch helps users who don't want to set persistent
context configurations or just want a way to override them on a one-time
basis, by allowing the relevant builtins to accept corresponding command
line options that override the file configurations.
This mimics `diff` which allows for both context file configuration and
command line overrides.
Signed-off-by: Leon Michalak <[email protected]>
0 commit comments