-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
pack.packsizelimit cannot be unset #288
Comments
Please study https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines thoroughly and then augment the bug report accordingly. |
Sorry for the terse first version of this issue. |
This version looks much better! And it points to a bug: the 64-bit version of Git should not set the 2g limit. FWIW it is set in Now, we will of course want to lift this limit for all the 64-bit users who installed Git for Windows with that limit imposed. Let me see whether I can come up with an easy patch... |
TODO: test!!! In 64-bit setups it does not make sense to limit the pack size to 2GB. This fixes git-for-windows/git#288. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
I have to leave for today. @tacker66 please feel free to follow the description in https://github.com/git-for-windows/git/wiki/Making-an-installer (except for checking out |
Hmm. @tacker66 No feedback whatsoever? I worked hard on this, you know? |
Sorry, I had no possibility to build and create an installer yet. Now I tried to install the SDK but didn't succeed due to a weird proxy which gives my a 407. Any hints? |
Yep. Open a new issue and try to give as much context as possible. See https://github.com/git-for-windows/git/wiki/Issue-reporting-guidelines for inspiration. |
@tacker66 please note that I wait for your feedback. |
I finally found some time to test your fix ... With current master of src/git and your 2g-64-bit branch rebased on current master of src/build-extra I get the following error:
where line 1361 is the third line of:
BTW: Successfully creating an installer obviously requires to build also src/git/contrib/subtree. But this is not documented in the Wiki. |
No, this should not be needed. If it does, that is a bug. What it should do is pick up the contents of |
OK; the problem seems to be, that
|
Is subtree a feature that is crucial to test my suggested fix? If not, could you investigate how to fix my fix so it compiles and actually works? |
TODO: fix redirection and test!!! In 64-bit setups it does not make sense to limit the pack size to 2GB. This fixes git-for-windows/git#288. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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
The text was updated successfully, but these errors were encountered: