diff options
-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 |
index : proj/git-conversion-tools.git | ||
Archive of pkgcore.org/git-conversion-tools, used for Gentoo Git migration | Infrastructure team <infrastructure@gentoo.org> |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | script.sh | 2 |
@@ -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 |