Steps to reproduce:
git --version
git config pack.packsizelimit
git config --unset --global pack.packsizelimit
git config --unset --system pack.packsizelimit
git config --unset --local pack.packsizelimit
git config pack.packsizelimit
Output:
git version 2.5.0.windows.1
2g
2g
I use the 64bit version of Git-for-Windows on Win7 64bit.
This works with 2.5.0 on cygwin and worked with 1.9.5-preview20150319.
Seems to be related to #264.
Thomas
Steps to reproduce:
Output:
I use the 64bit version of Git-for-Windows on Win7 64bit.
This works with 2.5.0 on cygwin and worked with 1.9.5-preview20150319.
Seems to be related to #264.
Thomas