Skip to content
Snippets Groups Projects
Commit f3fb5824 authored by Christian Halstrick's avatar Christian Halstrick
Browse files

Add builder-style API to jgit and Commit & Log cmd


Added a new package org.eclipse.jgit.api and a builder-style API for
jgit. Added also the first implementation for two git commands: Commit
and Log.

This API is intended to be used by external components when
functionalities of the standard git commands are required. It will also
help to ease writing JGit tests.

For internal usages this API may often not be optimal because the git
commands are doing much more than required or they expect parameters of
an unappropriate type.

Change-Id: I71ac4839ab9d2f848307eba9252090c586b4146b
Signed-off-by: default avatarChristian Halstrick <christian.halstrick@sap.com>
parent 541ad72a
No related branches found
No related tags found
Loading
Showing
with 1204 additions and 1 deletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment