libgit2 / git2go

Git to Go; bindings for libgit2. Like McDonald's but tastier.
MIT License
1.93k stars 314 forks source link

Add refspec bindings #898

Closed wabain closed 2 years ago

wabain commented 2 years ago

This adds support for the parse, accessor, and transform functions for refspec objects. It's a direct port of the C API.