author | Junio C Hamano <junkio@cox.net> | |
Thu, 3 Aug 2006 20:44:09 +0000 (13:44 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 3 Aug 2006 20:44:09 +0000 (13:44 -0700) | ||
commit | a91af794bb4349e0b35d6a9615db31ae2f6ee355 | |
tree | 3d66ec6c07e60420b25e77b89125c93736023630 | tree | snapshot |
parent | 47781bf7793205cfb7b8ce89b9c3627ecf5480fc | commit | diff |
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>
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 | diff | blob | history |