Also use unpack_trees() in do_diff_cache()
commit204ce979a5ed6f182e56bea5282c7b4a2d91208a
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 20 Jan 2008 15:19:56 +0000 (20 15:19 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Jan 2008 21:09:07 +0000 (21 13:09 -0800)
tree698a9a13c5162cf147914a4446575f2e3d79f7cc
parentd1f2d7e8ca65504722108e2db710788f66c34c6c
Also use unpack_trees() in do_diff_cache()

As in run_diff_index(), we call unpack_trees() with the oneway_diff()
function in do_diff_cache() now.  This makes the function diff_cache()
obsolete.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff-lib.c