Summary: | diff -B -q: unintuitive or incorrect? | ||
---|---|---|---|
Product: | Base System | Reporter: | dhekir |
Component: | bin | Assignee: | Ed Maste <emaste> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | emaste |
Priority: | --- | ||
Version: | 14.0-STABLE | ||
Hardware: | amd64 | ||
OS: | Any | ||
URL: | https://reviews.freebsd.org/D45220 | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252515 |
Description
dhekir
2024-05-14 20:39:05 UTC
I wonder if it would suffice to add D_SKIPBLANKLINES to the flags in https://reviews.freebsd.org/D28064. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=fb623aab3927a6825ff7731198ec2e33426f7607 commit fb623aab3927a6825ff7731198ec2e33426f7607 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-16 14:53:23 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-05-18 00:03:56 +0000 diff: honour -B flag with -q PR: 278988 Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45220 usr.bin/diff/diffreg.c | 3 ++- usr.bin/diff/tests/diff_test.sh | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1b7672ed992963e1c79ccc152f4afd72c91481f3 commit 1b7672ed992963e1c79ccc152f4afd72c91481f3 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-16 14:53:23 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-05-24 23:59:11 +0000 diff: honour -B flag with -q PR: 278988 Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45220 (cherry picked from commit fb623aab3927a6825ff7731198ec2e33426f7607) usr.bin/diff/diffreg.c | 3 ++- usr.bin/diff/tests/diff_test.sh | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=12ea2d04c37982cabf7865e8897226c81aae4ab0 commit 12ea2d04c37982cabf7865e8897226c81aae4ab0 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-16 14:53:23 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-06-07 21:15:57 +0000 diff: honour -B flag with -q PR: 278988 Reviewed by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45220 (cherry picked from commit fb623aab3927a6825ff7731198ec2e33426f7607) (cherry picked from commit 1b7672ed992963e1c79ccc152f4afd72c91481f3) usr.bin/diff/diffreg.c | 3 ++- usr.bin/diff/tests/diff_test.sh | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) |