|
|
|
|
|
by klodolph
1023 days ago
|
|
There are repos with many files and there are repos with lots of history data. Those are problems with different solutions—adding millions of files to the repo will make 'git status' take ages, but it won’t necessarily put the same level of pressure on the object database. There are various versions of Git that use alternative object storage, like Microsoft’s VFS, if I remember correctly. |
|