summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-29 01:33:16 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-29 01:33:16 -0700
commita0c5081a78bef2167d9663fe0847b757a6a797f5 (patch)
tree0ab7a492faa0ddbfffe588c7bdcfe26e81f3a475 /diff.h
parentMerge branch 'np/delta' into next (diff)
parentbuilt-in diff: assorted updates. (diff)
downloadtgif-a0c5081a78bef2167d9663fe0847b757a6a797f5.tar.xz
Merge branch 'jc/diff' into next
* jc/diff: built-in diff: assorted updates. built-in diff.
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index 7150b90385..b3b2c4dd28 100644
--- a/diff.h
+++ b/diff.h
@@ -75,6 +75,8 @@ struct combine_diff_path {
extern void show_combined_diff(struct combine_diff_path *elem, int num_parent,
int dense, struct rev_info *);
+extern void diff_tree_combined(const unsigned char *sha1, const unsigned char parent[][20], int num_parent, int dense, struct rev_info *rev);
+
extern void diff_tree_combined_merge(const unsigned char *sha1, int, struct rev_info *);
extern void diff_addremove(struct diff_options *,