On Wed, Mar 18, 2015 at 8:53 PM, Дилян Палаузов <dilyan.palauzov@xxxxxxxxx> wrote: > Hello, > > I have a local folder with the git-repository (so that its .git/config > contains ([remote "origin"]\n url = git://github.com/git/git.git\nfetch = > +refs/heads/*:refs/remotes/origin/* ) > > I do there "git pull". > > Usually the output is > Already up to date > > but since today it prints > Auto packing the repository in background for optimum performance. > See "git help gc" for manual housekeeping. > Already up-to-date. > > and starts in the background a "git gc --auto" process. This is all fine, > however, when the "git gc" process finishes, and I do again "git pull" I get > the same message, as above (git gc is again started). So if you do "git gc --auto" now, does it exit immediately or go through the garbage collection process again (it'll print something)? What does "git count-objects -v" show? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html