[release-0.4] bump version of embedded git for windows #13501
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will optimize overall performance of
Pkg
module on windows.Also, for some reason I´m unable to skip firewall using
https insteadOf git
workaround on current git version that ships with julia for windows. With this update, everything works fine and now I´m able to use julia at work.I would recommend some more testing on this before merging. I was unable to run
make binary-dist
, butmake win-extras
worked fine, and7z x PortableGit.7z
also worked.I also tested the current Julia rc with the new Git folder, and it runs smoothly. I did this on win7 and win10, both 64bit.
I also noticed the unpacked Git folder is smaller (old was 260MB, new is 190MB).