From bdf1c06dc17bdd6d54602544235aa3482ab67c9b Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sun, 11 Feb 2007 19:45:56 -0500 Subject: 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 --- t/t9300-fast-import.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 't') diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 357a8724dd..8d28211294 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -407,4 +407,30 @@ test_expect_success \ 'git-cat-file blob H:h/e/l/lo >actual && diff -u expect actual' +### +### series I +### + +cat >input < $GIT_COMMITTER_DATE +data <expect <actual && + diff -u expect actual' + test_done -- cgit v1.2.3