Closed
Description
Using Haxe 4.0.1
Is it possible to install haxelib with "haxelib git " command, but do not clone .git folder, that contains all history?
Git git cloning can be done that way in this case:
git clone --depth=1 <remote_repo_url>
If I run command like this haxelib git starling-extensions-hx https://github.com/CrazyFlasher/starling-extensions-hx.git --depth=1
haxelib clones, then deletes everything git folder because it's looking for branch --depth=1 :)
Metadata
Metadata
Assignees
Labels
No labels