]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/diff-highlight-more' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 21:24:07 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 21:24:07 +0000 (14:24 -0700)
commite7b555cbc590cca584e8823fc2d97101e5505d3e
treee67b66ae127683e7fe9c84764f6e1c4907f9c629
parent9cb4ec5fadd00f05dfb907881d468b8093327ccb
parent6689a6ea493b484d6a43601f42c1633706c963d6
Merge branch 'jk/diff-highlight-more' into next

Various updates to contrib/diff-highlight, including documentation
updates, test improvements, and color configuration handling.

* jk/diff-highlight-more:
  diff-highlight: fetch all config with one process
  diff-highlight: allow module callers to pass in color config
  diff-highlight: test color config
  diff-highlight: use test_decode_color in tests
  t: add matching negative attributes to test_decode_color
  diff-highlight: check diff-highlight exit status in tests
  diff-highlight: drop perl version dependency back to 5.8
  diff-highlight: mention build instructions