| Package | Description |
|---|---|
| org.gitective.core |
| Modifier and Type | Method and Description |
|---|---|
static Collection<RepositoryUtils.RefDiff> |
RepositoryUtils.diffOriginRefs(org.eclipse.jgit.lib.Repository repository)
List the origin remote references and return all remote references that
are missing locally or have a different remote object id than the local
reference.
|
static Collection<RepositoryUtils.RefDiff> |
RepositoryUtils.diffRemoteRefs(org.eclipse.jgit.lib.Repository repository,
String remote)
List remote references and return all remote references that are missing
locally or have a different remote object id than the local reference.
|
Copyright © 2011-2015. All Rights Reserved.