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
diff: setup pager only before diff contents truly ready
git-diff setups pager at an early stage in cmd_diff; running diff with
invalid options like git diff --invalid will unexpectedly starts a
pager, which causes behavior inconsistency.
The pager setup routine should be moved right before the real diff
contents, in case there is any argv error.
Signed-off-by: y5c4l3 <[email protected]>
Signed-off-by: Taylor Blau <[email protected]>
0 commit comments