|
From: James L. <jam...@gm...> - 2008-08-03 23:34:05
|
Hi All, I've written up the following text for our publication notice. Please provide feedback/changes/additions. Thanks, James -------------------------------------------------- JavaGit Releases Version 0.1.0 The JavaGit team is pleased to announce the release of JavaGit version 0.1.0, an API providing access to git repositories from Java programs. The goal of JavaGit is to bring the power of git to the Java developer as an API that is intuitive for developers new to git and developers who are veteran git users. JavaGit is engineered to provide the developer with access to the raw git commands through a command API as well as an object API designed to represent the .git repository, the working tree and other, familiar git concepts. JavaGit uses the git binaries installed on the host machine to proide git functionality and has been designed to easily accommodate additional methods of access to git repositories. JavaGit is released as open source software under the GNU LGPL license. For additional information on the JavaGit project, please visit: http://www.javagit.com |