From: Junio C Hamano Date: Wed, 7 Feb 2007 23:17:38 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76f3e5a9e9726ef3fe6ea322ba17baa3b6f29ecf;p=git.git Autogenerated man pages for v1.5.0-rc4 --- diff --git a/man1/git-fast-import.1 b/man1/git-fast-import.1 index 251903dd0..ba63162fc 100644 --- a/man1/git-fast-import.1 +++ b/man1/git-fast-import.1 @@ -36,6 +36,12 @@ Maximum number of branches to maintain active at once. See \(lqMemory Utilizatio .TP \-\-export\-marks= Dumps the internal marks table to when complete. Marks are written one per line as :markid SHA\-1. Frontends can use this file to validate imports after they have been completed. +.TP +\-\-quiet +Disable all non\-fatal output, making gfi silent when it is successful. This option disables the output shown by \-\-stats. +.TP +\-\-stats +Display some basic statistics about the objects gfi has created, the packfiles they were stored into, and the memory used by gfi during this run. Showing this output is currently the default, but can be disabled with \-\-quiet. .SH "PERFORMANCE" The design of gfi allows it to import large projects in a minimum amount of memory usage and processing time. Assuming the frontend is able to keep up with gfi and feed it a constant stream of data, import times for projects holding 10+ years of history and containing 100,000+ individual commits are generally completed in just 1\-2 hours on quite modest (~$2,000 USD) hardware. @@ -60,13 +66,13 @@ gfi is very strict about its input. Where we say SP below we mean \fBexactly\fR The following date formats are supported. A frontend should select the format it will use for this import by passing the format name in the \-\-date\-format= command line option. .TP raw -This is the Git native format and is