[Github-comments] [geany/geany-plugins] [WIP] git-changebar: fix compatibility with libgit2 0.28 API (#821)
maxice8
notifications at xxxxx
Tue Feb 12 12:21:39 UTC 2019
Ok they have been guarded under
```cpp
#if LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR >= 28
/* new api */
#else
/* old api */
#endif
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/821#issuecomment-462739007
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190212/3af81532/attachment.html>
More information about the Github-comments
mailing list