Make git repack as effective as on Team Server

0
Hi. After a few months of development the size of the .git folder of our project is 5 gb, but if instead I make a fresh clone its size is 1 gb.   `git gc --aggressive` or `git repack` don't help.   I don't have any branches or tags that don't exist upstream.   Does Team Server have some special tweaks for better compression?
asked
1 answers
-1

The feature introduced in Mx 10.18 named MPR v2 would help reducing the increase. In that way, every document is represented in a file instead of just one big mpr file for the project. Is that what you're looking for? Did you check this documentation?

answered