-
- Downloads
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:
Christian Halstrick <christian.halstrick@sap.com>
Showing
- org.eclipse.jgit.test/META-INF/MANIFEST.MF 1 addition, 0 deletionsorg.eclipse.jgit.test/META-INF/MANIFEST.MF
- org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java 117 additions, 0 deletions...st/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java
- org.eclipse.jgit/META-INF/MANIFEST.MF 2 additions, 1 deletionorg.eclipse.jgit/META-INF/MANIFEST.MF
- org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java 299 additions, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/ConcurrentRefUpdateException.java 84 additions, 0 deletions...rc/org/eclipse/jgit/api/ConcurrentRefUpdateException.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java 128 additions, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/GitAPIException.java 55 additions, 0 deletions...clipse.jgit/src/org/eclipse/jgit/api/GitAPIException.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/GitCommand.java 117 additions, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/api/GitCommand.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/JGitInternalException.java 69 additions, 0 deletions....jgit/src/org/eclipse/jgit/api/JGitInternalException.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/LogCommand.java 222 additions, 0 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/api/LogCommand.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/NoHeadException.java 54 additions, 0 deletions...clipse.jgit/src/org/eclipse/jgit/api/NoHeadException.java
- org.eclipse.jgit/src/org/eclipse/jgit/api/NoMessageException.java 56 additions, 0 deletions...pse.jgit/src/org/eclipse/jgit/api/NoMessageException.java
Loading
Please register or sign in to comment