Skip to content

Commit

Permalink
Merge branch 'ph/clone-message-reword'
Browse files Browse the repository at this point in the history
* ph/clone-message-reword:
  clone: reword messages to match the end-user perception
  • Loading branch information
gitster committed Jun 18, 2010
2 parents d0b8d79 + 921eabd commit fd8b005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*
Expand Down

0 comments on commit fd8b005

Please sign in to comment.