You could try to  run "git config --global gc.auto 100" on your repo machine
and work machine.


"If the number of loose objects exceeds the value of the gc.auto configuration
variable, then all loose objects are combined into a single pack usinggit
repack -d -l."

On Thu, Sep 30, 2010 at 2:08 AM, Adam Prescott <mention...@gmail.com> wrote:

> My understanding is that git will handle running "git gc" for you when
> you have a fair amount of stuff it can clear up (I've seen it do this
> automatically, personally, but I could be wrong). So even if the
> answer is "no", it might not be the answer to the question, "has 'git
> gc' ever been run?"
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To post to this group, send email to git-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com<git-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>
>


-- 
liuhui998 blog http://liuhui998.com

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to