author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Feb 2007 07:19:31 +0000 (02:19 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Feb 2007 07:19:31 +0000 (02:19 -0500) | ||
commit | c499d76849b09194434708376138952e2cac2e68 | |
tree | 0cc900aadbb2346bffe07b14fb3d6ee276c06ac4 | tree | snapshot |
parent | 825769a8fe4d0529268fee7e763bc8f24ed4218e | commit | diff |
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>
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 | diff | blob | history | |
fast-import.c | diff | blob | history |