1

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?

Jethro
  • 3,029
  • 3
  • 27
  • 56
  • 1
    Maybe [this](https://stackoverflow.com/questions/11483288/how-to-disable-compression-in-git-server-side) will help – clamentjohn Feb 27 '19 at 16:28
  • @clmno Thanks, the downside to that (or disabling 'core.compression') would be increased disk usage for those repos and pulls from these repos from other networked machines would also have compression disabled. Perhaps it could be used in a script to achieve the goal though.. – Jethro Feb 27 '19 at 16:47

0 Answers0