-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 15.09.2013 18:56, asmwarrior wrote:
> I see there are a lot of exe files under libexec\git-core have the > same file size, does that by design? I extract msys2 by 7zip such > as: > > git-prune.exe > git-push.exe > > Oh, I see the same issue under > PortableGit-1.8.3-preview20130601\libexec\git-core which is based on > msys1 What Ray Donnelly said. Git installs itself that way. To have symlinks, you have to enforce them[1]. It's possible to create tarballs with symlinks (and sbuild does that), but: 1) they require somewhat special handling when unpacking 2) they must be unpacked with Cygwin tar (or something compatible - i.e. not 7zip). Another way is to separate symlink metadata into a file, transfer it along the data, then re-create symlinks after unpacking. I have a piece of software for that. But using Cygwin tar (well, MSYS2 tar in my case) is simpler, so that's what i do. [1] https://www.gitorious.org/sbuild/sbuild/source/master:src/msys/git-1.8.4-1/pkgbuild.sh#L356 - -- O< ascii ribbon - stop html email! - www.asciiribbon.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) iQEcBAEBAgAGBQJSNd88AAoJEOs4Jb6SI2CwHn0H/A5FFaqAn5paPqk09TyNEGg2 RFnHAabClkWpjTvbl4YTdjOujc87M0PtRytm2YjplbWx/tnwkmyybykQNyrvaYvo z5luaen4R8Xx2tByCGoI0oncVfZhi1BZkqBV+yw2qjUp7wkJ2CMxx8nMpjPDEDHb P3piBdlcCl091OQJLUxuk+QL7Gfygxjzu4cHVw/PnYAz1hdPouGGH0oh7t8f82RP zW4NQ1kwXXXVuQHPuFOAzeJwJt3rp7Zg3P4TZ0syf00gVNAn8CLLN/zlfAEPxZld D+aBLBcGd1Q6dVbJvp/FuCfVlgk/HbciMUX2PR+k9lJlijaG+AagzJDuvs5Dfxk= =e2nv -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
