]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/diff-algo-attribute'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:56 +0000 (10:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:56 +0000 (10:08 -0800)
commitece8dc97ae53d08247aa283b6f299e3e5b2669db
tree3af9afced2453f047c1e45f9d9e4639e89dec0d9
parent21522cf5d0a719ceb7c4b935294be7737062763a
parenta4cf900ee734ce9bb73d57c5dfbb1da4a5a88bd3
Merge branch 'jc/diff-algo-attribute'

The "diff" drivers specified by the "diff" attribute attached to
paths can now specify which algorithm (e.g. histogram) to use.

* jc/diff-algo-attribute:
  diff: teach diff to read algorithm from diff driver
  diff: consolidate diff algorithm option parsing
Documentation/gitattributes.txt
diff.c
diff.h
userdiff.c