]> Kevux Git Server - rit/commit
Merge branch 'jk/diff-highlight-more'
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:28:18 +0000 (10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:28:18 +0000 (10:28 -0700)
commit8744cef3242e3bcace5f86a24365154a4405544a
treef477277dcf82d75cfdc84f5d13d0166dee02284c
parent0a39ec283cadafeae5f542a26569e4cec6f36fae
parent6689a6ea493b484d6a43601f42c1633706c963d6
Merge branch 'jk/diff-highlight-more'

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