digitalw0lf / hextor

Hextor - Hexadecimal editor and binary data analyzing toolkit
Other
100 stars 15 forks source link

Fix broken symlinks #35

Closed clayne closed 2 years ago

clayne commented 2 years ago

Both Source/uOleAutoAPIWrapper.pas and Source/uSkipList.pas are actual source files that git believes are symlinks so upon git clone git is trying to create symlinks pointing to huge blobs of text (which will fail on just about every OS). Somewhere along the way as part of 37519a38 the content of the files (which were symlinks locally) was changed to hardlinks but git itself was not aware of the change upon said commit.

References: https://github.com/digitalw0lf/hextor/issues/34

clayne commented 2 years ago

Fixed by upstream.