libgit2/include
Josh Triplett 5389005d93 Export git_attr_value
Commit 0c9eacf3d2 introduced the function
git_attr_value and switched the GIT_ATTR_* macros to use it, but
attempting to use that function leads to a linker error (undefined
reference to `git_attr_value').  Export git_attr_value so programs can
actually call it.
2012-08-11 18:14:07 -07:00
..
git2 Export git_attr_value 2012-08-11 18:14:07 -07:00
git2.h Add missing includes 2012-07-11 14:37:26 +02:00