aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/diff-highlight
AgeCommit message (Expand)AuthorFilesLines
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger1-1/+1
2020-09-21diff-highlight: correctly match blank lines for flushJeff King1-1/+1
2019-10-15diff-highlight: fix a whitespace nitNorman Rasmussen1-1/+1
2019-05-09diff-highlight: use correct /dev/null for UNIX and WindowsChris. Webster1-1/+6
2018-03-21diff-highlight: detect --graph by indentJeff King2-15/+91
2018-03-21diff-highlight: use flush() helper consistentlyJeff King1-4/+3
2018-03-21diff-highlight: test graphs with --colorJeff King1-0/+9
2018-03-21diff-highlight: test interleaved parallel lines of historyJeff King1-7/+15
2018-03-21diff-highlight: prefer "echo" to "cat" in testsJeff King1-8/+4
2018-03-21diff-highlight: use test_tick in graph testJeff King1-7/+11
2018-03-21diff-highlight: correct test graph diagramJeff King1-2/+2
2017-09-06diff-highlight: add clean target to MakefileDaniel Watkins1-0/+3
2017-06-15diff-highlight: split code into moduleJeff King5-19/+82
2016-08-31diff-highlight: avoid highlighting combined diffsJeff King2-1/+38
2016-08-31diff-highlight: add multi-byte testsJeff King1-1/+35
2016-08-31diff-highlight: ignore test cruftJeff King1-0/+2
2016-08-29diff-highlight: add support for --graph outputBrian Henderson2-7/+14
2016-08-29diff-highlight: add failing test for handling --graph outputBrian Henderson1-0/+62
2016-08-29diff-highlight: add some testsBrian Henderson3-0/+190
2015-04-14Merge branch 'jk/colors'Junio C Hamano1-2/+7
2015-04-04diff-highlight: do not split multibyte charactersKyle J. McKay1-2/+7
2014-12-22Merge branch 'jk/colors'Junio C Hamano2-13/+90
2014-11-20diff-highlight: allow configurable colorsJeff King2-13/+90
2014-11-04diff-highlight: exit when a pipe is brokenJohn Szakmeister1-0/+4
2012-02-13diff-highlight: document some non-optimal casesJeff King1-0/+93
2012-02-13diff-highlight: match multi-line hunksJeff King2-34/+52
2012-02-13diff-highlight: refactor to prepare for multi-line hunksJeff King1-8/+14
2012-02-13diff-highlight: don't highlight whole linesJeff King1-2/+26
2012-02-13diff-highlight: make perl strict and warnings fatalJeff King1-0/+3
2011-10-18contrib: add diff highlight scriptJeff King2-0/+181