]> git.ipfire.org Git - thirdparty/git.git/commit - add-patch.c
built-in add -p: support interactive.diffFilter
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Jan 2020 18:43:45 +0000 (18:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jan 2020 20:06:16 +0000 (12:06 -0800)
commit180f48df69d8e7a1a413d7c11907ecf975f09cf7
treefc919d689fdeaac5aaac15fa0a8470c6e5e6eaa4
parent1e4ffc765db69c1c2061452c122caf17c7fb25f3
built-in add -p: support interactive.diffFilter

The Perl version supports post-processing the colored diff (that is
generated in addition to the uncolored diff, intended to offer a
prettier user experience) by a command configured via that config
setting, and now the built-in version does that, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
add-interactive.c
add-interactive.h
add-patch.c