Hi Dale,

you are right, i've found one more gitconfig file under 

C:\Programme\Git\etc

This file also contains the configuration entry for pack.packSizeLimit and 
has value 2g. I've deleted this entry and tried again. No luck! 

Igor

Am Freitag, 1. März 2013 16:37:59 UTC+1 schrieb Dale Worley:
>
> > From: Igor Kazarnovskiy <igor.kaz...@googlemail.com <javascript:>> 
> > 
> > Yes. I've added following entry to my  .gitconfig: 
> > 
> > [pack] 
> >     packSizeLimit = 20m 
> > 
> > What is strange is that if i run git config --list i get following 
> ouput: 
> > 
> > core.symlinks=false 
> > core.autocrlf=true 
> > color.diff=auto 
> > color.status=auto 
> > color.branch=auto 
> > color.interactive=true 
> > pack.packsizelimit=2g 
> > help.format=html 
> > http.sslcainfo=/bin/curl-ca-bundle.crt 
> > sendemail.smtpserver=/bin/msmtp.exe 
> > diff.astextplain.textconv=astextplain 
> > rebase.autosquash=true 
> > pack.packsizelimit=20m 
> > user.name=... 
> > 
> > The configuration entry pack.packsizelimit appears two time in the list. 
> > I'm not sure now that my configuration applies... 
>
> There may be some additional file that is contributing configuration 
> items that Git sees.  And it seems possible that it is giving 
> packsizelimit of 2GB, overriding your configuration. 
>
> Dale 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to