]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
combine-diff: refactor built-in xdiff interface.
authorJunio C Hamano <junkio@cox.net>
Wed, 5 Apr 2006 09:03:58 +0000 (02:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 5 Apr 2006 09:09:58 +0000 (02:09 -0700)
commitd9ea73e0564c7db8d791fe6b03c976ce57c9b079
tree1440a434f16a356f31f5c00029fafecd7a5664ea
parentf23fc773a2acce9966ac7fa267818d5be55667fa
combine-diff: refactor built-in xdiff interface.

This refactors the line-by-line callback mechanism used in
combine-diff so that other programs can reuse it more easily.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
combine-diff.c
xdiff-interface.c [new file with mode: 0644]
xdiff-interface.h [new file with mode: 0644]