| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
RefDirectory.LooseNonTag |
private static class |
RefDirectory.LoosePeeledTag |
private static class |
RefDirectory.LooseUnpeeled |
| Modifier and Type | Method and Description |
|---|---|
private ObjectIdRef |
RefDirectory.doPeel(Ref leaf) |
| Modifier and Type | Method and Description |
|---|---|
RefDirectory.LooseRef |
RefDirectory.LooseRef.peel(ObjectIdRef newLeaf) |
RefDirectory.LooseRef |
RefDirectory.LoosePeeledTag.peel(ObjectIdRef newLeaf) |
RefDirectory.LooseRef |
RefDirectory.LooseNonTag.peel(ObjectIdRef newLeaf) |
RefDirectory.LooseRef |
RefDirectory.LooseUnpeeled.peel(ObjectIdRef newLeaf) |
RefDirectory.LooseRef |
RefDirectory.LooseSymbolicRef.peel(ObjectIdRef newLeaf) |
private static Ref |
RefDirectory.recreate(Ref old,
ObjectIdRef leaf) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectIdRef.PeeledNonTag
A reference to a non-tag object coming from a cached source.
|
static class |
ObjectIdRef.PeeledTag
An annotated tag whose peeled object has been cached.
|
static class |
ObjectIdRef.Unpeeled
Any reference whose peeled value is not yet known.
|