]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Teach fast-import how to sit quietly in the corner.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 7 Feb 2007 07:19:31 +0000 (02:19 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 7 Feb 2007 07:19:31 +0000 (02:19 -0500)
commitc499d76849b09194434708376138952e2cac2e68
tree0cc900aadbb2346bffe07b14fb3d6ee276c06ac4
parent825769a8fe4d0529268fee7e763bc8f24ed4218e
Teach fast-import how to sit quietly in the corner.

Often users will be running fast-import from within a larger frontend
process, and this may be a frequent periodic tool such as a future
edition of `git-svn fetch`.  We don't want to bombard users with our
large stats output if they won't be interested in it, so `--quiet`
is now an option to make gfi be more silent.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-fast-import.txt
fast-import.c