* maint:
  builtin/gc.c: add missing newline in message
This commit is contained in:
Junio C Hamano 2011-06-19 16:01:51 -07:00
Родитель 36bfb0e5f6 daab4eeafa
Коммит b93d2ff3aa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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")