]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
fast-import: Hide the pack boundary commits by default.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 00:45:56 +0000 (19:45 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 00:45:56 +0000 (19:45 -0500)
commitbdf1c06dc17bdd6d54602544235aa3482ab67c9b
tree05cea10bd98334d02a0af812a858ef5039de61f4
parentcc46a74398e6a542d61d8fa0b197b7dedcd7f301
fast-import: Hide the pack boundary commits by default.

Most users don't need the pack boundary information that fast-import
was printing to standard output, especially if they were calling
it with --quiet.

Those users who do want this information probably want it captured
so they can go back and use it to repack the imported repository.
So dumping the boundary commits to a log file makes more sense then
printing them to standard output.

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