File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
libgit2 examples
2
2
================
3
3
4
- These examples are meant as thin, easy-to-read snippets for Docurium
5
- ( https://github.com/github/docurium ) rather than full-blown
6
- implementations of Git commands. They are not vetted as carefully
7
- for bugs, error handling, or cross-platform compatibility as the
8
- rest of the code in libgit2, so copy with some caution.
4
+ These examples are a mixture of basic emulation of core Git command line
5
+ functions and simple snippets demonstrating libgit2 API usage (for use
6
+ with Docurium). As a whole, they are not vetted carefully for bugs, error
7
+ handling, and cross-platform compatibility in the same manner as the rest
8
+ of the code in libgit2, so copy with caution.
9
9
10
- For HTML versions, check "Examples" at http://libgit2.github.com/libgit2
10
+ That being said, you are welcome to copy code from these examples as
11
+ desired when using libgit2.
11
12
13
+ For annotated HTML versions, see the "Examples" section of:
14
+
15
+ http://libgit2.github.com/libgit2
16
+
17
+ such as:
18
+
19
+ http://libgit2.github.com/libgit2/ex/HEAD/general.html
You can’t perform that action at this time.
0 commit comments