Page MenuHomeFreeBSD

diff: honour flags with -q
ClosedPublic

Authored by emaste on Jan 9 2021, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 11:11 AM
Unknown Object (File)
Thu, Oct 31, 3:05 PM
Unknown Object (File)
Oct 9 2024, 7:54 AM
Unknown Object (File)
Oct 2 2024, 6:08 AM
Unknown Object (File)
Sep 26 2024, 5:26 PM
Unknown Object (File)
Sep 25 2024, 9:21 AM
Unknown Object (File)
Sep 25 2024, 12:39 AM
Unknown Object (File)
Sep 23 2024, 9:13 AM
Subscribers
None

Details

Summary

Previously -q (just print a line when files differ) ignored flags like -w (ignore whitespace). Avoid the D_BRIEF short-circuit when flags are in effect.

PR: 252515

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.Jan 9 2021, 4:25 PM
emaste created this revision.
This revision is now accepted and ready to land.Jan 9 2021, 6:29 PM
This revision was automatically updated to reflect the committed changes.