If I have a 'local remote' (eg git remote add local /some/dir
) and pull from it, git will still compress before copying data.
This compression can take longer than the copy, dependant on disk/CPU load.
Is there a way to disable compression for local file operations only?