User: sdboyer Branch: DRUPAL-6--2 Date: Mon, 21 Feb 2011 08:04:18 +0000 Modified files: /modules/versioncontrol_git versioncontrol_git.log.inc versioncontrol_git.module Log message: Issue #1019976 by halstead: introduce an entirely new import methodology based on git-fast-export. This new approach (currently only functioning for parsing brand new repos) uses the cluster of data produced by git-fast-export to minimize the number of git calls that need to be made, then bypasses the API in order to perform massive aggregate inserts. Benchmarks generally indicate it to be more than 100x faster than the old approach, as well as more accurate. At one point, it was even closer to 1000x faster...but that was before it became feature-complete. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol_git... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol_git...