devhub-tud / Java-Gitolite-Manager

The java-gitolite-manager is a simple and compact Java library which enables developers to manage their gitolite configuration from Java. The aim is to give developers an easy to understand interface to manage repositories, groups and users in gitolite.
Apache License 2.0
11 stars 5 forks source link

Update JGit dependency from 1.3.0 to 3.1.0 and refactor public API #14

Closed michaeldejong closed 10 years ago

michaeldejong commented 10 years ago

This PR updates the JGit dependency to 3.1.0 and cleans up the use of Exceptions in the public API.