From 5cfcd07c931e6029a77f9393309f7d0ec7cdc118 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 20 Sep 2005 23:24:39 -0700 Subject: Retire diff-helper. The textual diff generation with built-in '-p' in diff-* brothers has proven to be useful enough that git-diff-helper outlived its usefulness. Signed-off-by: Junio C Hamano --- diff.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'diff.h') diff --git a/diff.h b/diff.h index 3deb7fa4e8..96c2312d86 100644 --- a/diff.h +++ b/diff.h @@ -19,15 +19,6 @@ extern void diff_change(unsigned mode1, unsigned mode2, const unsigned char *sha2, const char *base, const char *path); -extern void diff_helper_input(unsigned mode1, - unsigned mode2, - const unsigned char *sha1, - const unsigned char *sha2, - const char *path1, - int status, - int score, - const char *path2); - extern void diff_unmerge(const char *path); extern int diff_scoreopt_parse(const char *opt); -- cgit v1.2.3