author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 2 Aug 2007 21:36:37 +0000 (22:36 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 3 Aug 2007 00:26:07 +0000 (17:26 -0700) | ||
commit | d825a974950b397c6ffbf44b84a7158bfcaba819 | |
tree | aa9a120e3d4445b4c79470c47fc32eed2fd312da | tree | snapshot |
parent | c29ba0c3edc513259eee572f9c9257ec7cd94a56 | commit | diff |
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>
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 | diff | blob | history |