Uses of Class
org.gitective.core.RepositoryUtils.RefDiff

Packages that use RepositoryUtils.RefDiff
org.gitective.core   
 

Uses of RepositoryUtils.RefDiff in org.gitective.core
 

Methods in org.gitective.core that return types with arguments of type RepositoryUtils.RefDiff
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-2012. All Rights Reserved.