Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lfs.internal |
Modifier and Type | Field and Description |
---|---|
private LockFile |
DirCache.myLock
Our active lock (if we hold it); null if we don't have it locked.
|
Modifier and Type | Method and Description |
---|---|
private void |
DirCache.requireLocked(LockFile tmp) |
Modifier and Type | Field and Description |
---|---|
private LockFile |
RefDirectoryUpdate.lock |
private LockFile |
GcLog.lock |
Modifier and Type | Method and Description |
---|---|
(package private) LockFile |
RefDirectory.lockPackedRefs() |
private LockFile |
RefDirectory.lockPackedRefsOrThrow() |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,LockFile> |
PackedBatchRefUpdate.lockLooseRefs(java.util.List<ReceiveCommand> commands)
Lock loose refs corresponding to a list of commands.
|
Modifier and Type | Method and Description |
---|---|
(package private) RefDirectory.PackedRefList |
RefDirectory.commitPackedRefs(LockFile lck,
RefList<Ref> refs,
RefDirectory.PackedRefList oldPackedList,
boolean changed) |
private static void |
RefDirectory.delete(java.io.File file,
int depth,
LockFile rLck) |
Modifier and Type | Method and Description |
---|---|
private RefDirectory.PackedRefList |
RefDirectory.pack(java.util.Collection<java.lang.String> refs,
java.util.Map<java.lang.String,LockFile> heldLocks) |
(package private) RefDirectory.PackedRefList |
RefDirectory.pack(java.util.Map<java.lang.String,LockFile> heldLocks) |
private static void |
PackedBatchRefUpdate.unlockAll(java.util.Map<?,LockFile> locks) |
Modifier and Type | Field and Description |
---|---|
private LockFile |
AtomicObjectOutputStream.locked |