]> git.ipfire.org Git - thirdparty/git.git/commit
userdiff: add diff.<driver>.process config
authorMichael Montalbo <mmontalbo@gmail.com>
Sun, 26 Jul 2026 18:51:22 +0000 (18:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Jul 2026 21:03:54 +0000 (14:03 -0700)
commitf7af1e8f2c57a7e2f9ee30b59496f0ef8ff6a3c3
tree1d2bb8ec7a13790a7a947e1e01f5b0300582a132
parenta410047a823fd80b9f7f176354faeabf6e8fbbd3
userdiff: add diff.<driver>.process config

Add the process field to struct userdiff_driver and teach the
config parser to populate it from diff.<driver>.process.

Signed-off-by: Michael Montalbo <mmontalbo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
userdiff.c
userdiff.h