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
I'd like to contribute an example with multiple libgit2 calls, rather than single lg2 point of entry.
As of now, I have "git init" + "git add" working.
It needs more exports in build.sh,
something like this:
For this repo, I'd like to keep the single lg2 point of entry, and try to make sure that the CLI commands exposed are as similar to real GIT as possible ( though with limitations ). You can create your own fork with such exports if you want, but I would prefer not to include it in this repository.
I'd like to contribute an example with multiple libgit2 calls, rather than single lg2 point of entry.
As of now, I have "git init" + "git add" working.
It needs more exports in build.sh,
something like this:
Please note: more EXPORTED_FUNCTIONS and EXTRA_EXPORTED_RUNTIME_METHODS.
Should I leave it like this or put them in a kind of variable?
Most of these exports are only needed for my example.
The text was updated successfully, but these errors were encountered: