diff options
author | Brian Harring <ferringb@google.com> | 2013-03-13 13:54:46 -0700 |
---|---|---|
committer | Brian Harring <ferringb@google.com> | 2013-03-13 13:54:46 -0700 |
commit | f364039bbd9ff5c00f62e8142c579f7f34e5e6e8 (patch) | |
tree | f4cb2d6fa6edd6b6dde8ea3822466c5f848edf3f | |
parent | standardize on --fast instead of --full (diff) | |
download | git-conversion-tools-f364039bbd9ff5c00f62e8142c579f7f34e5e6e8.tar.gz git-conversion-tools-f364039bbd9ff5c00f62e8142c579f7f34e5e6e8.tar.bz2 git-conversion-tools-f364039bbd9ff5c00f62e8142c579f7f34e5e6e8.zip |
add missing create-git.sh run from the slow pathway
-rwxr-xr-x | script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,5 +20,5 @@ fast=false if [ "$1" == --fast ]; then f 300 300> >(time ./create-git.sh --fast) else - f + f && ./create-git.sh fi |