Merge branch 'ab/userdiff-tests'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Apr 2021 00:23:34 +0000 (17:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Apr 2021 00:23:34 +0000 (17:23 -0700)
commitab99efc817d463ddcd507a6457d33cd7643ed6dd
tree2b1597971df4d0e396e63e5c323f5c65281282fb
parent6d7a62d74d4638f0e8ae026ad650269960201815
parentf08b4013c3faf5535ca8d5271ffb1840ce6ddaab
Merge branch 'ab/userdiff-tests'

A bit of code clean-up and a lot of test clean-up around userdiff
area.

* ab/userdiff-tests:
  blame tests: simplify userdiff driver test
  blame tests: don't rely on t/t4018/ directory
  userdiff: remove support for "broken" tests
  userdiff tests: list builtin drivers via test-tool
  userdiff tests: explicitly test "default" pattern
  userdiff: add and use for_each_userdiff_driver()
  userdiff style: normalize pascal regex declaration
  userdiff style: declare patterns with consistent style
  userdiff style: re-order drivers in alphabetical order
Makefile
t/helper/test-tool.c
t/helper/test-tool.h
userdiff.c