| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
welp, we need libgit2/libgit2#6032 (and a new patch release) ^^;; |
Sorry, something went wrong.
This change makes all callbacks that can fail return an `error`. This makes things a lot more idiomatic.
This change makes all Options objects have child Option fields as values (instead of pointers) to mirror the libgit2 interface. It also names them Options instead of Opts to match the current libgit2 nomenclature and removes the Version fields.
This commit introduces libgit2 v1.2.0 to git2go, which brings a large number of [bugfixes and features](https://github.com/libgit2/libgit2/releases/tag/v1.2.0). This also marks the start of the v32 release.
| Back | FazBrowse Home | New Git URL |
This commit introduces libgit2 v1.2.0 to git2go, which brings a large
number of bugfixes and
features.
This also marks the start of the v32 release.
Fixes: #775