Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.lfs | |
org.eclipse.jgit.pgm | |
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.internal |
Modifier and Type | Method and Description |
---|---|
private void |
GC.removeReferenced(java.util.Map<ObjectId,java.io.File> id2File,
ObjectWalk w)
Remove all entries from a map which key is the id of an object referenced
by the given ObjectWalk
|
Modifier and Type | Field and Description |
---|---|
private ObjectWalk |
PackWriter.DepthAwareVisitationPolicy.walk |
Modifier and Type | Method and Description |
---|---|
private ObjectWalk |
PackWriter.getObjectWalk() |
Modifier and Type | Method and Description |
---|---|
private boolean |
PackWriter.depthSkip(RevObject obj,
ObjectWalk walker)
Determines if the object should be omitted from the pack as a result of
its depth (probably because of the tree:
|
private void |
PackWriter.findObjectsToPack(ProgressMonitor countingMonitor,
ObjectWalk walker,
java.util.Set<? extends ObjectId> want,
java.util.Set<? extends ObjectId> have,
java.util.Set<? extends ObjectId> noBitmaps) |
void |
PackWriter.preparePack(ProgressMonitor countingMonitor,
ObjectWalk walk,
java.util.Set<? extends ObjectId> interestingObjects,
java.util.Set<? extends ObjectId> uninterestingObjects,
java.util.Set<? extends ObjectId> noBitmaps)
Prepare the list of objects to be written to the pack stream.
|
Constructor and Description |
---|
DepthAwareVisitationPolicy(ObjectWalk walk) |
Modifier and Type | Method and Description |
---|---|
private void |
LfsPrePushHook.excludeRemoteRefs(ObjectWalk walk) |
private static void |
LfsPrePushHook.findLfsPointers(java.util.Set<LfsPointer> toPush,
ObjectWalk walk) |
Modifier and Type | Method and Description |
---|---|
protected void |
RevWalkTextBuiltin.show(ObjectWalk objectWalk,
RevObject currentObject)
"Show" the current RevCommit when called from the main processing loop.
|
protected void |
RevList.show(ObjectWalk ow,
RevObject obj)
"Show" the current RevCommit when called from the main processing loop.
|
Modifier and Type | Class and Description |
---|---|
static class |
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.
|
Modifier and Type | Field and Description |
---|---|
private ObjectWalk |
BitmapWalker.walker |
Modifier and Type | Method and Description |
---|---|
ObjectWalk |
RevWalk.toObjectWalkWithSameObjects()
Create and return an
ObjectWalk using
the same objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
BitmapWalker.BitmapObjectFilter.include(ObjectWalk walker,
AnyObjectId objid) |
Constructor and Description |
---|
BitmapWalker(ObjectWalk walker,
BitmapIndex bitmapIndex,
ProgressMonitor pm)
Create a BitmapWalker.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ObjectFilter.include(ObjectWalk walker,
AnyObjectId objid)
Determine if the named object should be included in the walk.
|
boolean |
ObjectFilter.AllFilter.include(ObjectWalk walker,
AnyObjectId o) |
Modifier and Type | Method and Description |
---|---|
private static void |
UploadPack.checkReachabilityByWalkingObjects(ObjectWalk walk,
java.util.List<RevObject> wants,
java.util.Set<ObjectId> reachableFrom) |
Modifier and Type | Method and Description |
---|---|
private void |
FullConnectivityChecker.checkCommitTree(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo,
ObjectWalk ow,
ProgressMonitor pm) |
private void |
FullConnectivityChecker.checkObjects(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo,
ObjectWalk ow,
ProgressMonitor pm) |
private boolean |
FullConnectivityChecker.markStartAndKnownNodes(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo,
ObjectWalk ow,
java.util.Set<ObjectId> haves,
ProgressMonitor pm) |