diff options
author | Brian Harring <ferringb@google.com> | 2013-02-19 17:31:05 -0800 |
---|---|---|
committer | Brian Harring <ferringb@google.com> | 2013-02-19 17:31:05 -0800 |
commit | 3c85606c2f3762dac9d9c8e1fc3cc47b58d3a028 (patch) | |
tree | ff4e47be80ce1644dfa740af2c574f6b36c9f41f | |
parent | suppress .pyc/.pyo files (diff) | |
download | git-conversion-tools-3c85606c2f3762dac9d9c8e1fc3cc47b58d3a028.tar.gz git-conversion-tools-3c85606c2f3762dac9d9c8e1fc3cc47b58d3a028.tar.bz2 git-conversion-tools-3c85606c2f3762dac9d9c8e1fc3cc47b58d3a028.zip |
standardize on --fast instead of --full
-rwxr-xr-x | script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ f() { } } fast=false -if [ "$1" == --full ]; then +if [ "$1" == --fast ]; then f 300 300> >(time ./create-git.sh --fast) else f |