ethomson / jagged

java bindings to libgit2
MIT License
111 stars 28 forks source link

Add more error types #4

Closed ludovicc closed 10 years ago

ethomson commented 10 years ago

Holy cow, I didn't see this originally and this has been sitting here for month! So sorry about that.

A couple of other people have been asking about jagged, so I will merge some of these commits. There are a few things that I will not merge - for example, I need to keep Java 5 compatibility.

Thanks so much for this.

ethomson commented 10 years ago

One other quick note - it looks like some of the javadoc is from the documentation for libgit2 itself. I cannot merge this since libgit2 is under the GPL+linking exception while jagged is under the MIT license, and these are not compatible. I will not be bringing in any documentation from libgit2. Thanks!

ethomson commented 10 years ago

Okay, I cherry-picked and manually merged these commits (except for the aforementioned java 6 changes). Thanks again!