mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 16:11:05 +00:00
Merge pull request #4198 from pks-t/pks/git-compat
README: document our relation to changes in upstream
This commit is contained in:
commit
1262963add
10
README.md
10
README.md
@ -68,6 +68,16 @@ The library provides:
|
|||||||
* descriptive and detailed error messages
|
* descriptive and detailed error messages
|
||||||
* ...and more (over 175 different API calls)
|
* ...and more (over 175 different API calls)
|
||||||
|
|
||||||
|
As libgit2 is purely a consumer of the Git system, we have to
|
||||||
|
adjust to changes made upstream. This has two major consequences:
|
||||||
|
|
||||||
|
* Some changes may require us to change provided interfaces. While we try to
|
||||||
|
implement functions in a generic way so that no future changes are required,
|
||||||
|
we cannot promise a completely stable API.
|
||||||
|
* As we have to keep up with changes in behavior made upstream, we may lag
|
||||||
|
behind in some areas. We usually to document these incompatibilities in our
|
||||||
|
issue tracker with the label "git change".
|
||||||
|
|
||||||
Optional dependencies
|
Optional dependencies
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user