Skip to content

haxelib git without .git folder? #493

Closed
@CrazyFlasher

Description

@CrazyFlasher

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions