зеркало из https://github.com/microsoft/git.git
git-clone: remove leftover debugging fprintf().
Acked-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
3ecb171d2b
Коммит
77cb7bc232
|
@ -417,7 +417,6 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
|
|||
die("could not create leading directories of '%s'", git_dir);
|
||||
set_git_dir(make_absolute_path(git_dir));
|
||||
|
||||
fprintf(stderr, "Initialize %s\n", git_dir);
|
||||
init_db(option_template, option_quiet ? INIT_DB_QUIET : 0);
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче