Merge branch 'maint'

* maint:
  builtin/gc.c: add missing newline in message
maint
Junio C Hamano 2011-06-19 16:01:51 -07:00
commit b93d2ff3aa
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
fprintf(stderr,
_("Auto packing the repository for optimum performance. You may also\n"
"run \"git gc\" manually. See "
"\"git help gc\" for more information."));
"\"git help gc\" for more information.\n"));
} else
append_option(argv_repack,
prune_expire && !strcmp(prune_expire, "now")