File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,16 @@ The library provides:
6868* descriptive and detailed error messages
6969* ...and more (over 175 different API calls)
7070
71+ As libgit2 is purely a consumer of the Git system, we have to
72+ adjust to changes made upstream. This has two major consequences:
73+
74+ * Some changes may require us to change provided interfaces. While we try to
75+ implement functions in a generic way so that no future changes are required,
76+ we cannot promise a completely stable API.
77+ * As we have to keep up with changes in behavior made upstream, we may lag
78+ behind in some areas. We usually to document these incompatibilities in our
79+ issue tracker with the label "git change".
80+
7181Optional dependencies
7282=====================
7383
You can’t perform that action at this time.
0 commit comments