There is a regression in the master branch regarding the 0.18.1 release. After the changes in libgit2 0.19 we have lost the Remote.fetchspec setter. To get back the ability to modify remote's refspecs, and to do so properly, we need to:
- Implement a
Refspec type, in a new file src/refspec.c
- Wrap more libgit2 functions in the
Remote type
Volunteers?
There is a regression in the master branch regarding the
0.18.1release. After the changes in libgit20.19we have lost theRemote.fetchspecsetter. To get back the ability to modify remote's refspecs, and to do so properly, we need to:Refspectype, in a new filesrc/refspec.cRemotetypeVolunteers?