Add a message explaining that automatic GC is about to start

Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
koreth@midwinter.com 2007-10-17 21:41:43 -07:00 коммит произвёл Shawn O. Pearce
Родитель 207f1a75e7
Коммит 130faabe48
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -205,6 +205,10 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
prune = 0;
if (!need_to_gc())
return 0;
fprintf(stderr, "Packing your repository for optimum "
"performance. If you would rather run\n"
"\"git gc\" by hand, run \"git config gc.auto 0\" "
"to disable automatic cleanup.\n");
} else {
/*
* Use safer (for shared repos) "-A" option to