Code

read-tree: remove unnecessary call to setup_git_directory()
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 2 Aug 2007 21:36:37 +0000 (22:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Aug 2007 00:26:07 +0000 (17:26 -0700)
commitd825a974950b397c6ffbf44b84a7158bfcaba819
treeaa9a120e3d4445b4c79470c47fc32eed2fd312da
parentc29ba0c3edc513259eee572f9c9257ec7cd94a56
read-tree: remove unnecessary call to setup_git_directory()

read-tree is already marked with RUN_SETUP in git.c, so there is
no need to call setup_git_directory() a second time.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-read-tree.c