summaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@mns.spb.ru>2014-02-24 16:21:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-26 21:30:47 (GMT)
commitad6f3cc7d2eaec5247b39e9dca8e55a0f98123e7 (patch)
tree005ab8506bf03b378044430d699be8b409f97be5 /diff.h
parent6ca844e9f5ca93efd0a1323a9c9aaa882c0043e8 (diff)
downloadgit-ad6f3cc7d2eaec5247b39e9dca8e55a0f98123e7.zip
git-ad6f3cc7d2eaec5247b39e9dca8e55a0f98123e7.tar.gz
git-ad6f3cc7d2eaec5247b39e9dca8e55a0f98123e7.tar.bz2
tree-diff: diff_tree() should now be static
We reworked all its users to use the functionality through diff_tree_sha1 variant in recent patches (see "tree-diff: allow diff_tree_sha1 to accept NULL sha1" and what comes next). diff_tree() is now not used outside tree-diff.c - make it static. Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/diff.h b/diff.h
index e79f3b3..5d7b9f7 100644
--- a/diff.h
+++ b/diff.h
@@ -189,8 +189,6 @@ const char *diff_line_prefix(struct diff_options *);
extern const char mime_boundary_leader[];
-extern int diff_tree(struct tree_desc *t1, struct tree_desc *t2,
- const char *base, struct diff_options *opt);
extern int diff_tree_sha1(const unsigned char *old, const unsigned char *new,
const char *base, struct diff_options *opt);
extern int diff_root_tree_sha1(const unsigned char *new, const char *base,