libgit2/examples
2013-04-16 00:17:40 +02:00
..
network
test
.gitignore
diff.c Clean up minor details 2013-04-15 13:29:40 -07:00
general.c examples: Don't print weird characters 2013-04-10 16:41:05 +02:00
Makefile
README.md
rev-list.c Fix examples 2013-04-16 00:17:40 +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