libgit2/include/git2
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
..
blob.h Fix some random size_t vs. int conversion warnings 2011-09-08 17:07:37 +02:00
branch.h Add a remotes API 2011-06-26 18:18:10 +02:00
commit.h commit: Add support for Encoding header 2011-08-12 16:24:19 -07:00
common.h Add method to get the compiled version of the lib 2011-06-16 02:21:33 +02:00
config.h config: Rename del to `delete 2011-07-12 02:38:20 +02:00
errors.h Merge pull request #300 from carlosmn/gsoc2011/master 2011-07-05 04:31:37 -07:00
index.h index: fix cast warnings 2011-07-25 21:12:47 +02:00
indexer.h Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header 2011-08-13 10:56:33 +02:00
net.h Be smarter about selecting wants 2011-08-18 02:34:09 +02:00
object.h Update documentation 2011-06-16 03:06:22 +02:00
odb_backend.h Remove custom backends 2011-06-14 17:40:17 +02:00
odb.h status: Cleanup 2011-07-09 15:05:14 +02:00
oid.h Modify struct definition to enable forward declare with C++ compiler, 2011-07-25 20:24:10 +02:00
reflog.h reflog: assimilate reflog API to return git_oid's 2011-08-15 21:14:51 +02:00
refs.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
refspec.h On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't. 2011-07-27 00:06:19 +02:00
remote.h Add git_remote_new 2011-08-30 19:37:14 +02:00
repository.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
revwalk.h Update documentation 2011-06-16 03:06:22 +02:00
signature.h Changes to allow examples/*.c to compile and link. This required on 2011-09-12 23:39:47 -04:00
status.h status: Cleanup 2011-07-09 15:05:14 +02:00
tag.h tag: Make git_tag_create_lightweight() accessible to bindings 2011-07-14 15:11:31 +02:00
thread-utils.h threads: Cleanup TLS declarations 2011-06-07 03:39:19 +02:00
transport.h Don't hide the transport details 2011-08-30 19:37:14 +02:00
tree.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
types.h Add common.h to types.h 2011-08-10 15:25:37 -07:00
zlib.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00