-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Add support for remote refspecs #255
Comments
Hi, @jdavid I will do this. |
Hi @xtao and thank you for volunteering! This is the API to implement. Constants:
Refspec type,
Remote type,
Note that:
Do you have questions? |
With libgit2 v0.20, we have the ability to set the fetch and push refspecs again. Removing the nth refspec isn't something we want to do anyway, so the only parts missing should be |
Fixed #318 |
With the PRs that got merged recently, this can be closed, no? |
yes, thanks! |
Fixed #33 |
There is a regression in the master branch regarding the
0.18.1
release. After the changes in libgit20.19
we have lost theRemote.fetchspec
setter. To get back the ability to modify remote's refspecs, and to do so properly, we need to:Refspec
type, in a new filesrc/refspec.c
Remote
typeVolunteers?
The text was updated successfully, but these errors were encountered: