libgit2/examples
2012-07-10 14:56:54 +02:00
..
network indexer: don't use '/objects/pack/' unconditionally 2012-06-28 10:24:03 +02: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 Fix examples/general.c compilation 2012-05-20 00:40:31 -07:00
Makefile Continue implementation of git-diff 2012-03-02 15:49:29 -08:00
README.md examples: add README 2012-07-10 14:56:54 +02:00
showindex.c update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00

libgit2 examples

These examples might don't work on all platforms and are meant as thin, easy-to-read snippets for docurium (https://github.com/github/docurium) rather than full-blown implementations of Git commands.

For a HTML version check "Examples" at http://libgit2.github.com/libgit2