aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'create-git.sh')
-rwxr-xr-xcreate-git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-git.sh b/create-git.sh
index dab679e..97448ff 100755
--- a/create-git.sh
+++ b/create-git.sh
@@ -48,7 +48,7 @@ time {
( cd "${root}"; ./rewrite-commit-dump.py; ) | \
( read line; { echo "$line"; cat; } | \
tee ../export-stream-rewritten |\
- time git fast-import
+ git fast-import
)
} 2>&1 > >(tee git-creation.log)
ret=$?