libgit2/include
Vicent Marti 0c9eacf3d2 attr: Do not export variables externally
Fixes #824

Exporting variables in a dynamic library is a PITA. Let's keep
these values internally and wrap them through a helper method.

This doesn't break the external API. @arrbee, aren't you glad I turned
the `GIT_ATTR_` macros into function macros? 
2012-08-02 01:15:24 +02:00
..
git2 attr: Do not export variables externally 2012-08-02 01:15:24 +02:00
git2.h Add missing includes 2012-07-11 14:37:26 +02:00