libgit2 / git2go

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

Does this package support git review? #769

Open laizhiwei123 opened 3 years ago

laizhiwei123 commented 3 years ago

Does this package support git review?or Custom command? Thank you

lhchavez commented 3 years ago

this library is only the lower-level primitives that can communicate with a git repository. one could build support for git reviews and custom commands with this library, but it is not something provided by default.