On 9/14/20 5:17 PM, mw wrote:
On Sunday, 13 September 2020 at 16:33:42 UTC, James Blachly wrote:
{
    "name": "git-dependency",
    "dependencies": {
        "gitcompatibledubpackage": {
            "repository": "git+https://github.com/dlang-community/gitcompatibledubpackage.git";,
            "version": "ccb31bf6a655437176ec02e04c2305a8c7c90d67"
        }
    }
}


On a git repo, where to get this version string?

BTW, pass in "master" does not work.

Looks like the commit hash ; use `git log`

Agree a branch name would be nice , then it could automatically take HEAD

Reply via email to