libgit2/examples
David Boyce 0251733e01 Changes to allow examples/*.c to compile and link. This required on
change to the signature of an API function (git_signature_new).
Also, the examples/general.c had a lot of unchecked return values
which were addresed with a couple of macros. The resulting example
still does not work correctly but at least now it fails with an
error message rather than not compiling or dumping core. Example
runtime issues may be addressed in a later commit.
2011-09-12 23:39:47 -04:00
..
.gitignore update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
general.c Changes to allow examples/*.c to compile and link. This required on 2011-09-12 23:39:47 -04:00
Makefile Fixed to build examples with knowledge of include and lib locations. 2011-09-12 23:38:58 -04:00
showindex.c update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00