mirror of
https://github.com/git/git.git
synced 2024-11-10 06:25:34 +01:00
Merge branch 'ph/clone-message-reword' into maint
* ph/clone-message-reword: clone: reword messages to match the end-user perception
This commit is contained in:
commit
958ff4a597
@ -464,7 +464,8 @@ int cmd_clone(int argc, const char **argv, const char *prefix)
|
||||
set_git_dir(make_absolute_path(git_dir));
|
||||
|
||||
if (0 <= option_verbosity)
|
||||
printf("Cloning into %s...\n", get_git_dir());
|
||||
printf("Cloning into %s%s...\n",
|
||||
option_bare ? "bare repository " : "", dir);
|
||||
init_db(option_template, INIT_DB_QUIET);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user