diff options
author | Ron Yorston <rmy@pobox.com> | 2023-01-27 13:11:35 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-01-27 13:27:29 +0000 |
commit | 82f0d19b101271889b0b2ebe8cdb2f5eb4f64e6c (patch) | |
tree | e5259f002f355ed07a16f6653ebd5c592e6ff730 /shell | |
parent | 073e14482ba493687f892f1a2deedde822220b06 (diff) | |
download | busybox-w32-82f0d19b101271889b0b2ebe8cdb2f5eb4f64e6c.tar.gz busybox-w32-82f0d19b101271889b0b2ebe8cdb2f5eb4f64e6c.tar.bz2 busybox-w32-82f0d19b101271889b0b2ebe8cdb2f5eb4f64e6c.zip |
diff: implement --binary flag
On Windows GNU diff uses text mode for input and output. It also
has the '--binary' flag to use binary mode instead. On Unix binary
mode is the default and the flag does nothing.
Alter diff to use text mode by default for input (though not output,
let's not go overboard). Add the '--binary' flag to override this.
Costs 96-160 bytes.
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions