You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
I think we're doing the equivalent of git fetch --no-tags and you can fetch tags explicitely by adding the refspec +refs/tags/*:refs/tags/* to your fetch. We could look into being able to replicate the default git behavior though.
I tried passing the suggested refspec but seems that object already exists.
Debugging here I found this piece of code returning true to a fetched tag because, I think, it is looking for the commit hash instead the tag name to check the presence.
The storer used on my local tests is filesystem. I couldn't go further in this problem.
Hey guys,
I'm trying to fetch remote tags but it seems that tags are ignored when fetching or pulling from remote. Trying to perform the following operations:
outputs
But no tags were fetched. What I'm trying to perform is a
git pull --tags
git operation. Is it already supported ongo-git
?Thanks and congrats for this project.
The text was updated successfully, but these errors were encountered: