Searched hist:f38702e5a52e1350b9349bc297ccd0b50b1941c3 (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/diff/ |
H A D | diff.h | diff f38702e5a52e1350b9349bc297ccd0b50b1941c3 Sun Sep 05 02:10:41 CEST 2021 Cameron Katri <me@cameronkatri.com> diff(1): Add --color support
Adds a --color flag to diff(1) that supports the same options as GNU's diff(1). The colors are customizable with the env var DIFFCOLORS in a format similar to grep(1)'s GREPCOLORS. An example would be 04;36:41 for additions to be underlined light blue, and deletions have a red background.
Differential Revision: https://reviews.freebsd.org/D30545
|
H A D | diff.1 | diff f38702e5a52e1350b9349bc297ccd0b50b1941c3 Sun Sep 05 02:10:41 CEST 2021 Cameron Katri <me@cameronkatri.com> diff(1): Add --color support
Adds a --color flag to diff(1) that supports the same options as GNU's diff(1). The colors are customizable with the env var DIFFCOLORS in a format similar to grep(1)'s GREPCOLORS. An example would be 04;36:41 for additions to be underlined light blue, and deletions have a red background.
Differential Revision: https://reviews.freebsd.org/D30545
|
H A D | diff.c | diff f38702e5a52e1350b9349bc297ccd0b50b1941c3 Sun Sep 05 02:10:41 CEST 2021 Cameron Katri <me@cameronkatri.com> diff(1): Add --color support
Adds a --color flag to diff(1) that supports the same options as GNU's diff(1). The colors are customizable with the env var DIFFCOLORS in a format similar to grep(1)'s GREPCOLORS. An example would be 04;36:41 for additions to be underlined light blue, and deletions have a red background.
Differential Revision: https://reviews.freebsd.org/D30545
|
H A D | diffreg.c | diff f38702e5a52e1350b9349bc297ccd0b50b1941c3 Sun Sep 05 02:10:41 CEST 2021 Cameron Katri <me@cameronkatri.com> diff(1): Add --color support
Adds a --color flag to diff(1) that supports the same options as GNU's diff(1). The colors are customizable with the env var DIFFCOLORS in a format similar to grep(1)'s GREPCOLORS. An example would be 04;36:41 for additions to be underlined light blue, and deletions have a red background.
Differential Revision: https://reviews.freebsd.org/D30545
|