From: Linus Torvalds Date: Mon, 5 Jun 2006 18:44:36 +0000 (-0700) Subject: rev-list: fix process_tree() conversion. X-Git-Tag: v1.4.0-rc1~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=87cefaaff958e30204a21757012a46883175c00f;hp=87cefaaff958e30204a21757012a46883175c00f;p=git.git 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 ---