libgit2/examples
2012-10-29 20:04:21 -05:00
..
network Remove 'bytes' param from git_remote_download 2012-10-24 14:07:07 -07:00
.gitignore update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
diff.c Minor fixes, cleanups, and clarifications 2012-06-08 12:11:13 -07:00
general.c index refactoring 2012-10-29 20:04:21 -05:00
Makefile Continue implementation of git-diff 2012-03-02 15:49:29 -08:00
README.md Updating language in examples README 2012-07-10 21:50:36 -07:00
showindex.c index refactoring 2012-10-29 20:04:21 -05:00

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