diff options
| author | Russell Belfer <rb@github.com> | 2012-07-10 21:46:40 -0700 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2012-07-10 21:46:40 -0700 |
| commit | b173cda5bf91b3d344ba967973af960618b7f554 (patch) | |
| tree | 1a906d37e57c69352cb8e4846c7eee9122f00496 /examples | |
| parent | 4d3a7b7846bd2091c37f82ed78ccafb749ee8492 (diff) | |
| parent | 13f9eb242d318508c6d98c886e767ecef4a22ff2 (diff) | |
| download | libgit2-b173cda5bf91b3d344ba967973af960618b7f554.tar.gz | |
Merge pull request #804 from schu/examples-readme
examples: add README
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 00000000..38d1ed86 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,8 @@ +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 |
