> From: Igor Kazarnovskiy <igor.kazarnovs...@googlemail.com>
> 
> 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