tree-diff: diff_tree() should now be static
commitad6f3cc7d2eaec5247b39e9dca8e55a0f98123e7
authorKirill Smelkov <kirr@mns.spb.ru>
Mon, 24 Feb 2014 16:21:45 +0000 (24 20:21 +0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2014 21:30:47 +0000 (26 14:30 -0700)
tree005ab8506bf03b378044430d699be8b409f97be5
parent6ca844e9f5ca93efd0a1323a9c9aaa882c0043e8
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>
diff.h
tree-diff.c