I\'m having a problem with my git repo. For the last couple of days whenever I do a push to the server I get this message: \"Auto packing the repository for optimum performa
To disable for one project:
cd your_project_dir git config gc.auto 0
To disable globally:
git config --global gc.auto 0