Signed-off-by: Pierre Habouzit <madcoder@xxxxxxxxxx> --- builtin-init-db.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin-init-db.c b/builtin-init-db.c index 763fa55..fa4a07f 100644 --- a/builtin-init-db.c +++ b/builtin-init-db.c @@ -419,7 +419,7 @@ int cmd_init_db(int argc, const char **argv, const char *prefix) if (!quiet) printf("%s%s Git repository in %s/\n", - reinit ? "Reinitialized existing" : "Initialized empty", + reinit ? "Reinitialized existing" : "Initialized new", shared_repository ? " shared" : "", git_dir); -- 1.5.3.2.1114.ga57c3 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html