Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-16 | diff: Port to LibMain | Kenneth Myhra | |
2021-09-24 | diff: Only color output when stdout is a tty | Mustafa Quraish | |
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 | diff: Show start/end of line ranges in source/target files | Mustafa Quraish | |
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-17 | Utilities: Add a basic `diff` utility | Mustafa Quraish | |