A | B | C | D | E | F | G | H | I | |
---|---|---|---|---|---|---|---|---|---|
1 | Repository | Commit Count | Original Packsize | BFG duration (s) | git-filter-branch duration (s) | Speed increase | BFG command | git-filter-branch command | Test machine |
2 | https://github.com/defunkt/github-gem | 436 | 347,839 | 1.1 | 10.6 | 9.7 | bfg -D Rakefile | git filter-branch --index-filter 'git rm --cached --ignore-unmatch Rakefile' --prune-empty --tag-name-filter cat -- --all | |
3 | https://github.com/bfg-repo-cleaner-demos/jgit-original | 2,408 | 7,582,999 | 2.8 | 84.7 | 30.3 | bfg -D make_jgit.sh | git filter-branch --index-filter 'git rm --cached --ignore-unmatch make_jgit.sh' --prune-empty --tag-name-filter cat -- --all | banana |
4 | https://github.com/git/git | 31,137 | 42,584,569 | 37.8 | 1,706.3 | 45.1 | bfg -D object.c | git filter-branch --index-filter 'git rm --cached --ignore-unmatch object.c' --prune-empty --tag-name-filter cat -- --all | |
5 | https://github.com/bfg-repo-cleaner-demos/rails-original | 10.8 | 1,871.7 | 174.0 | bfg -D pushgems.rb | git filter-branch --index-filter 'git rm --cached --ignore-unmatch pushgems.rb' --prune-empty --tag-name-filter cat -- --all | banana | ||
6 | https://github.com/bfg-repo-cleaner-demos/wine-original | 93,532 | 271,968,514 | 24.8 | 5,374.4 | 216.5 | bfg -D build-spec.txt | git filter-branch --index-filter 'git rm --cached --ignore-unmatch build-spec.txt' --prune-empty --tag-name-filter cat -- --all | banana |
7 | https://github.com/bfg-repo-cleaner-demos/intellij-community-original | 100,760 | 1,196,055,815 | 30.3 | 28,580.4 | 942.3 | bfg -D breakgen.dll | git filter-branch --index-filter 'git rm --cached --ignore-unmatch bin/breakgen.dll' --prune-empty --tag-name-filter cat -- --all | banana |
8 | https://github.com/bfg-repo-cleaner-demos/gcc-original | 148,495 | 1,526,634,714 | 183.2 | 27,332.2 | 149.2 | bfg -D README-fixinc | git filter-branch --index-filter 'git rm --cached --ignore-unmatch gcc/README-fixinc' --prune-empty --tag-name-filter cat -- --all | banana |
9 | https://github.com/bfg-repo-cleaner-demos/linux-original | 349,378 | 692,380,346 | 241.0 | 0.0 | bfg -D MAINTAINERS | banana | ||
10 | @chalstrick's Crazy Big Repo (clean clone, single pack) | 283900 | 5,000,000,000 | 2,227.0 | chalstrick 2-core VM (competing for CPU) | ||||
11 | Chromium codebase (report from Elliot Glaysher) | 600.0 | 259,200.0 | 432.0 | https://code.google.com/p/chromium/issues/detail?id=111570#c29 |