summaryrefslogtreecommitdiffstats
path: root/contrib/diff-highlight/DiffHighlight.pm
AgeCommit message (Expand)AuthorLines
2026-03-23diff-highlight: fetch all config with one processJeff King-8/+20
2026-03-23diff-highlight: allow module callers to pass in color configScott Baker-12/+29
2026-03-23diff-highlight: drop perl version dependency back to 5.8Scott Baker-1/+1
2026-03-19contrib/diff-highlight: do not highlight identical pairsJeff King-0/+12
2024-10-23Require Perl 5.26.0brian m. carlson-1/+1
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger-1/+1
2020-09-21diff-highlight: correctly match blank lines for flushJeff King-1/+1
2019-10-15diff-highlight: fix a whitespace nitNorman Rasmussen-1/+1
2019-05-09diff-highlight: use correct /dev/null for UNIX and WindowsChris. Webster-1/+6
2018-03-21diff-highlight: detect --graph by indentJeff King-15/+63
2018-03-21diff-highlight: use flush() helper consistentlyJeff King-4/+3
2017-06-15diff-highlight: split code into moduleJeff King-0/+233