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)
commit87cefaaff958e30204a21757012a46883175c00f
tree1ef8165b8f76e0895ed26067336b49b034cf3d30
parent2befe6feb99da9fb73b9e8c218b414419ef947ec
rev-list: fix process_tree() conversion.

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>
builtin-rev-list.c