]> git.ipfire.org Git - thirdparty/git.git/commit - add-patch.c
built-in add -p: support multi-file diffs
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 13 Dec 2019 08:07:54 +0000 (08:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2019 20:37:13 +0000 (12:37 -0800)
commit80399aec5ab4dbcc4f3f964da4169174f1e0024e
tree1e05524d4c04fd4003419a5f413d1b5995d031ab
parent7584dd3c66012e327f9cd7589d4f95ab2373cd47
built-in add -p: support multi-file diffs

For simplicity, the initial implementation in C handled only a single
modified file. Now it handles an arbitrary number of files.

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