libgit2/examples
Russell Belfer 793c438559 Update diff callback param order
This makes the diff functions that take callbacks both take
the payload parameter after the callback function pointers and
pass the payload as the last argument to the callback function
instead of the first.  This should make them consistent with
other callbacks across the API.
2012-11-27 13:18:28 -08:00
..
network Examples: fix clone api 2012-11-27 13:18:28 -08:00
.gitignore update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
diff.c Update diff callback param order 2012-11-27 13:18:28 -08:00
general.c Update diff callback param order 2012-11-27 13:18:28 -08:00
Makefile Improve docs, examples, warnings 2012-11-01 14:08:30 -07:00
README.md Updating language in examples README 2012-07-10 21:50:36 -07:00
showindex.c Improve docs, examples, warnings 2012-11-01 14:08:30 -07: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