-
Notifications
You must be signed in to change notification settings - Fork 2k
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
vendor\msysgit\libexec\git-core dir contains 1.45mb git.exe duplicated 110 times. #54
Comments
Oh man, why the hell... |
relevant issue msysgit/msysgit#58 |
This looks like more complex than just removing |
There are also some perl scripts in that folder that only work with the git.exe for example: Symlinks may work but will require UAC (This will be a pain for enterprise users), I suggest the batch file method. I've got a local copy with most of them recreated as batchfiles and a setup script. I'll send a pull request when it's done. |
Integrating it into build/pack script it would be great! |
@Bliker Will try my best, I'm more of a python guy myself. |
I can port it if it is a trouble. The language bar is diverse already. :D |
The script is not working very well. Not at all I should say. |
@Bliker Yes, I was wondering why you merged it, I have some more commits to pull, but very busy. |
Well I wanted to work on it myself and I just about finished it. Check the git-cleanup branch. I had to dig bit into git source and use checksums to find the duplicates. |
Most of them (the duplicates) do not work for me anyway, especially the
|
Would it be possible to have a setup option to remove these files for users that never use the git-* format? |
I think no. Some of the perl/sh scripts still use the dashed version. |
Looks like this is still an issue. You could look into using links on Windows (mklink.exe) instead of 110 copies of a .exe file. |
Fixed for me, when run from the libexec folder:
I'd say this is to do with just zipping the files from msysgit. Zip files dont capture the fact that they were hard linked to begin with. |
This is why your download is 250mb zipped. Please fix this by creating symlinks or .bat files
(Removed the list so I do not have to scroll like crazy)
The text was updated successfully, but these errors were encountered: