Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Kenneth Myhra
4726532735
diff: Port to LibMain
2021-12-16 02:10:47 -08:00
Mustafa Quraish
07419b8931
diff: Only color output when stdout is a tty
...
If we're redirecting the output somewhere, we likely don't want to
have ANSI codes in the middle of our diff output.
2021-09-24 14:32:52 +02:00
Mustafa Quraish
4173f2ffad
diff: Show start/end of line ranges in source/target files
...
This behaves very much like the regular diff command, showing the
start lines and ranges of additions/changes/deletions in both the
source and target files.
2021-09-24 14:32:52 +02:00
Mustafa Quraish
f552c26c79
Utilities: Add a basic diff
utility
2021-09-17 16:56:59 +00:00