diff options
author | Brian Harring <ferringb@google.com> | 2012-10-16 05:34:41 -0700 |
---|---|---|
committer | Brian Harring <ferringb@google.com> | 2012-10-16 13:28:49 -0700 |
commit | 9ab662882db48df135679083a2929c53d9cedc05 (patch) | |
tree | 2aa0f5d30d7cda540a099d3cde3d54fa133d1efa /README | |
parent | tweak the progress output a bit; specifically, percentile increments (diff) | |
download | git-conversion-tools-9ab662882db48df135679083a2929c53d9cedc05.tar.gz git-conversion-tools-9ab662882db48df135679083a2929c53d9cedc05.tar.bz2 git-conversion-tools-9ab662882db48df135679083a2929c53d9cedc05.zip |
add --full mode; via this, the two phases can work together. faster namely.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,3 +43,7 @@ Now that that is done, we have a recomposed history in refs/heads/master. From there, we do prun'ing/gc'ing, and force a git repack -Adf. That repo is ready to go at that point. + + +For a full production run, ./script.sh --full # is the fastest form (basically allows the final linearization, +deduplication, etc, to run in parallel as work is available. not a huge gain, but shaves a minute off or so). |