jagged
jagged copied to clipboard
java bindings to libgit2
Given that libgit2 is properly built (without "lib"-prefix), this fixes building with MinGW
I've now included building of the native libraries for Windows in the pom.xml: - should we take this approach in general? Then I'll add configurations for Mac and Linux, too....
I am doing some experiments comparing libgit2 vs jgit, and would love to see jagged support new jdk versions
Wasn't working for me out of the box, so here is some in-progress work, in case anyone else is interested.
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...
`arch.mk` is sort of lobotomized and only supports Linux and Mac OS at the moment. As of #18, this uses `uname -m` to determine the processor type. Long-term, a better...
The initial stuff that's here is following the coding conventions that we use at Microsoft for Java code. (Even writing this is really amusing.) Although now that I look at...