Re: [git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread Konstantin Khomoutov
On Wed, 10 Apr 2013 06:50:32 -0700 (PDT) waas.nett waas.n...@gmail.com wrote: I am using Git for different projects and sub-projects on windows 7 64 bit. When starting git gui occasionally it will ask for compressing the database because of a number of unlinked objects. When pressing yes, it

Re: [git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread waas.nett
I have run git config --get-all gc.auto as you suggested on the repository in question. There is no output. For checking I have tried with another repo also no output. On Wednesday, April 10, 2013 4:31:56 PM UTC+2, Konstantin Khomoutov wrote: On Wed, 10 Apr 2013 06:50:32 -0700 (PDT)

Re: [git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread Konstantin Khomoutov
On Wed, 10 Apr 2013 08:07:57 -0700 (PDT) waas.nett waas.n...@gmail.com wrote: [...] I would inspect the gc.auto threshold in particular. Try running git config --get-all gc.auto in your suspect repository and see if it's set. The `git-config` manual page says the default is

Re: [git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread waas.nett
Well, problem solved! However, a bit differently than suggested. While looking for the syntax I have started by accident git gc for the repos in question. It ran for a short while. And the problem is no longer shown with git gui. So, my conclusion is that git gui doesn't do the same or at