Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose git_remote_ls() #936

Closed
jtobiska opened this issue Sep 3, 2019 · 2 comments
Closed

Expose git_remote_ls() #936

jtobiska opened this issue Sep 3, 2019 · 2 comments

Comments

@jtobiska
Copy link

jtobiska commented Sep 3, 2019

I have a situation where I need to be able to tell where tags exist (locally only, remotely only, or both) and what they are pointing to in order to make decisions about what action to take. Currently there is no way that I know of to do this in pygit2, but libgit2's git_remote_ls() function would do just the trick. Can that function be exposed in pygit2?

I just found the following pull request, which coincidentally was just closed without merging ~2 hours ago:

#934

Any chance of this making its way into the library?

@jdavid
Copy link
Member

jdavid commented Sep 4, 2019

See #935

@jdavid
Copy link
Member

jdavid commented Sep 22, 2019

PR #935 was merged, closing.

@jdavid jdavid closed this as completed Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants