Package | Description |
---|---|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method and Description |
---|---|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
Collection<? extends ObjectId> interestingObjects,
Collection<? extends ObjectId> uninterestingObjects)
Deprecated.
to be removed in 2.0; use the Set version of this method.
|
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
Set<? extends ObjectId> interestingObjects,
Set<? extends ObjectId> uninterestingObjects)
Prepare the list of objects to be written to the pack stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectReader.walkAdviceBeginTrees(ObjectWalk ow,
RevCommit min,
RevCommit max)
Advice from an
ObjectWalk that trees will be traversed. |
Modifier and Type | Class and Description |
---|---|
static class |
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.
|
Modifier and Type | Method and Description |
---|---|
ObjectWalk |
RevWalk.toObjectWalkWithSameObjects()
Create and return an
ObjectWalk using the same objects. |
Copyright © 2014. All rights reserved.