libgit2/examples
2013-05-16 10:43:10 -07:00
..
network
test
.gitignore
cat-file.c Add cat-file example and increase const use in API 2013-05-16 10:38:27 -07:00
diff.c Make examples/diff.c compile vs threadsafe library 2013-05-16 10:43:10 -07:00
general.c
Makefile Add cat-file example and increase const use in API 2013-05-16 10:38:27 -07:00
README.md
rev-list.c Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
showindex.c

libgit2 examples

These examples are meant as thin, easy-to-read snippets for Docurium (https://github.com/github/docurium) rather than full-blown implementations of Git commands. They are not vetted as carefully for bugs, error handling, or cross-platform compatibility as the rest of the code in libgit2, so copy with some caution.

For HTML versions, check "Examples" at http://libgit2.github.com/libgit2