| 1 | = git-bigfiles - Git for big files = |
| 2 | |
| 3 | '''git-bigfiles''' is our fork of Git. It has two goals: |
| 4 | |
| 5 | * make life bearable for people using Git on projects hosting very large files (hundreds of megabytes) |
| 6 | * merge back as many changes as possible into upstream Git |
| 7 | |
| 8 | == Features == |
| 9 | |
| 10 | '''git-bigfiles''' already features the following fixes: |
| 11 | |
| 12 | * '''git-p4''': fix abysmal performance when importing medium-sized files (opration now up to 8000 times faster) |
| 13 | |
| 14 | == Download == |
| 15 | |
| 16 | Clone the git-bigfiles repository: |
| 17 | |
| 18 | {{{ |
| 19 | git clone git://repo.or.cz/git/git-bigfiles.git |
| 20 | }}} |
| 21 | |
| 22 | The main Git repository is constantly merged into git-bigfiles. See the [http://repo.or.cz/w/git/git-bigfiles.git git-bigfiles] repository on [http://repo.or.cz/ repo.or.cz]. |