What does “Auto packing the repository for optimum performance” mean?

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 performance”, and it does not seem to go away and return the shell.

I also tried checking out to a new branch and then doing a rebase on my previous branch and then did git gc to remove the unused history objects and then did a push but still this message appears. Please let me know what’s going on with my repo.

5 Answers
5

Leave a Comment