Fix tree-walking compare_entry() in the presense of --prefix
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Mar 2008 23:44:48 +0000 (15:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Mar 2008 08:43:47 +0000 (00:43 -0800)
When we make the "root" tree-walk info entry have a pathname in it, we
need to have a ->prev pointer so that compare_entry will actually notice
and traverse into the root.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found