aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrian Harring <ferringb@google.com>2012-10-16 05:34:41 -0700
committerBrian Harring <ferringb@google.com>2012-10-16 13:28:49 -0700
commit9ab662882db48df135679083a2929c53d9cedc05 (patch)
tree2aa0f5d30d7cda540a099d3cde3d54fa133d1efa /README
parenttweak the progress output a bit; specifically, percentile increments (diff)
downloadgit-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--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 1fe1420..95bdbc0 100644
--- a/README
+++ b/README
@@ -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).