-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installer (64-bit): remove 2GB pack size limit #84
Conversation
In 64-bit setups it does not make sense to limit the pack size to 2GB, so delete it from the installation defaults (which are not changeable later anymore by git config). This fixes git-for-windows/git#288. Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
I can't. But if it is different from
Thank you for the clarification.
Yes. The patch you submitted in this Pull Request actually already explains the answer: you can change the value later via |
Of course, but there is no way to change it without knowing the name of the config file as in |
@tacker66 I could guess what you meant. But that's not what the commit message said. |
In any case, I got the impression that this here Pull Request does not really go into the direction I wanted it to go. Therefore my current plan is to just bite the bullet and finish the work I continued over at https://github.com/git-for-windows/build-extra/compare/2g-64-bit |
That's OK for me but would you mind giving an answer to my last question? |
We do have that additional layer because with Git for Windows, the POSIX root directory is actually not a system-wide root directory. You can actually install five hundred different portable Gits on the same machine, and all of them will have different POSIX root directories! Therefore, Please note, though, that hiding this question (and forcing me to hide my answer) in this Pull Request is not a good use of my time. It would have been much superior an idea to ask on the mailing list. In any case, I merged my fix after testing it. |
In 64-bit setups it does not make sense to limit the pack size to 2GB,
so delete it from the installation defaults (which are not changeable
later anymore by git config).
This fixes git-for-windows/git#288.
Signed-off-by: Thomas Ackermann [email protected]
Signed-off-by: Johannes Schindelin [email protected]