read-tree: shadowed variable fix.
commita91af794bb4349e0b35d6a9615db31ae2f6ee355
authorJunio C Hamano <junkio@cox.net>
Thu, 3 Aug 2006 20:44:09 +0000 (3 13:44 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 3 Aug 2006 20:44:09 +0000 (3 13:44 -0700)
tree3d66ec6c07e60420b25e77b89125c93736023630
parent47781bf7793205cfb7b8ce89b9c3627ecf5480fc
read-tree: shadowed variable fix.

Recent changes to built-ins broke committing from subdirectory,
because the unused parameter "prefix" shadowed a global variable.

Spotted by Jeff King.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-read-tree.c