This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Closed
Description
after upgrading to https://github.com/src-d/go-git/releases/tag/v4.0.0-rc13 the following behavior changed. I'm not sure if this is an expected change in behavior or if a bug was introduced in one of the recent releases
Repro steps
- git.PlainClone() w/ opts: URL = "https://github.com/opspec-pkgs/azure.apimanagement.properties.set" , ReferenceName = 'refs/tags/1.0.0', Depth = 1
Actual
err returned w/ text "reference not found"
Expected
tag 1.0.0 is cloned