Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
ObjectDirectoryInserter |
ObjectDirectory.newInserter()
Create a new
ObjectInserter to insert new objects. |
ObjectDirectoryInserter |
FileObjectDatabase.newInserter()
Create a new
ObjectInserter to insert new objects. |
Modifier and Type | Method and Description |
---|---|
private void |
GC.loosen(ObjectDirectoryInserter inserter,
ObjectReader reader,
PackFile pack,
java.util.HashSet<ObjectId> existing)
Loosen objects in a pack file which are not also in the newly-created
pack files.
|
Constructor and Description |
---|
WindowCursor(FileObjectDatabase db,
ObjectDirectoryInserter createdFromInserter) |