Re: Any tips for improving the performance of cloning large repositories?
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:39
Alex Bennee [off-list ref] writes:
Well that's counter intuitive....
- reverting the original repo to one big pack speeds up the clone
- adding a --local --reference mirror slows it down
Neither is. Read what "--local" says in the help text of clone. It
disables the git aware clever optimization.