summaryrefslogtreecommitdiffstats
path: root/contrib/diff-highlight
AgeCommit message (Expand)AuthorLines
2026-02-13Merge branch 'jc/diff-highlight-main-master-testfix'Junio C Hamano-0/+2
2026-02-03diff-highlight: allow testing with Git 3.0 breaking changesJunio C Hamano-0/+2
2025-09-08contrib/diff-highlight: mention interactive.diffFilterJeff King-0/+8
2025-02-18Makefile: set default goals in makefilesAdam Dinwoodie-2/+6
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/+91
2018-03-21diff-highlight: use flush() helper consistentlyJeff King-4/+3
2018-03-21diff-highlight: test graphs with --colorJeff King-0/+9
2018-03-21diff-highlight: test interleaved parallel lines of historyJeff King-7/+15
2018-03-21diff-highlight: prefer "echo" to "cat" in testsJeff King-8/+4
2018-03-21diff-highlight: use test_tick in graph testJeff King-7/+11
2018-03-21diff-highlight: correct test graph diagramJeff King-2/+2
2017-09-06diff-highlight: add clean target to MakefileDaniel Watkins-0/+3
2017-06-15diff-highlight: split code into moduleJeff King-19/+82
2016-08-31diff-highlight: avoid highlighting combined diffsJeff King-1/+38
2016-08-31diff-highlight: add multi-byte testsJeff King-1/+35
2016-08-31diff-highlight: ignore test cruftJeff King-0/+2
2016-08-29diff-highlight: add support for --graph outputBrian Henderson-7/+14
2016-08-29diff-highlight: add failing test for handling --graph outputBrian Henderson-0/+62
2016-08-29diff-highlight: add some testsBrian Henderson-0/+190
2015-04-14Merge branch 'jk/colors'Junio C Hamano-2/+7
2015-04-04diff-highlight: do not split multibyte charactersKyle J. McKay-2/+7
2014-12-22Merge branch 'jk/colors'Junio C Hamano-13/+90
2014-11-20diff-highlight: allow configurable colorsJeff King-13/+90
2014-11-04diff-highlight: exit when a pipe is brokenJohn Szakmeister-0/+4
2012-02-13diff-highlight: document some non-optimal casesJeff King-0/+93
2012-02-13diff-highlight: match multi-line hunksJeff King-34/+52
2012-02-13diff-highlight: refactor to prepare for multi-line hunksJeff King-8/+14
2012-02-13diff-highlight: don't highlight whole linesJeff King-2/+26
2012-02-13diff-highlight: make perl strict and warnings fatalJeff King-0/+3
2011-10-18contrib: add diff highlight scriptJeff King-0/+181