author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Feb 2007 00:45:56 +0000 (19:45 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Feb 2007 00:45:56 +0000 (19:45 -0500) | ||
commit | bdf1c06dc17bdd6d54602544235aa3482ab67c9b | |
tree | 05cea10bd98334d02a0af812a858ef5039de61f4 | tree | snapshot |
parent | cc46a74398e6a542d61d8fa0b197b7dedcd7f301 | commit | diff |
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>
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 | diff | blob | history | |
fast-import.c | diff | blob | history | |
t/t9300-fast-import.sh | diff | blob | history |