- Notifications
You must be signed in to change notification settings - Fork2.5k
transport: do not filter tags based on ref dir in local#6881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Hi@rindeal! This seems like it makes sense! The tests are failing, though - are the tests wrong (and should have been reporting these refs in the first place?) or is the implementation not quite right? |
Let git_object_type() do the filtering instead.Fixes:libgit2#6275
As detailed in the linked issue, the function wasn't peeling |
Ah, thanks, I think that I may have noticed that in my initial review and forgotten when I came back to this. In any case, very cool, thanks for the fix. |
d823103
intolibgit2:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Let
git_object_type()
do the filtering instead.Fixes:#6275