CreateBranch(GitImpl git,
String source,
String target) |
DeleteBranch(GitImpl git,
org.eclipse.jgit.lib.Ref branch) |
Fetch(GitImpl git,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider,
Collection<org.eclipse.jgit.transport.RefSpec> refSpecs) |
Fetch(GitImpl git,
org.eclipse.jgit.transport.CredentialsProvider credentialsProvider,
Pair<String,String> remote,
Collection<org.eclipse.jgit.transport.RefSpec> refSpecs) |
GarbageCollector(GitImpl git) |
ListCommits(GitImpl git,
org.eclipse.jgit.lib.ObjectId startRange,
org.eclipse.jgit.lib.ObjectId endRange) |
Squash(GitImpl git,
String branch,
String startCommitString,
String squashedCommitMessage) |
SyncRemote(GitImpl git,
Pair<String,String> remote) |