You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far I managed to find the read functions in jagged, to read commits, tree entries, etc.., but almost no write functions (update-index, create a tree, create a new commit, etc..)
Am I missing these, or they are not implemented?
The text was updated successfully, but these errors were encountered:
My inclination is to keep jagged's API similar to the LibGit2Sharp API. (Though obviously not an exact duplicate, since there are various things one can do in C# that don't exist in Java and vice-versa.) I think that it's beneficial to the libgit2 community as a whole to have bindings that similar when it makes sense to be.
So if you wouldn't mind looking at the Index class over there, for example, I think that it would make a lot of sense to use that as a guide towards our implementation.
Hello,
So far I managed to find the read functions in jagged, to read commits, tree entries, etc.., but almost no write functions (update-index, create a tree, create a new commit, etc..)
Am I missing these, or they are not implemented?
The text was updated successfully, but these errors were encountered: