rev-list: fix process_tree() conversion.
authorLinus Torvalds <torvalds@osdl.org>
Mon, 5 Jun 2006 18:44:36 +0000 (11:44 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Jun 2006 21:54:17 +0000 (14:54 -0700)
The tree-walking conversion of the "process_tree()" function
broke packing by using an unrelated variable from outer scope.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found