Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectId |
ObjectInserter.Filter.idFor(TreeFormatter formatter) |
|
ObjectId |
ObjectInserter.idFor(TreeFormatter formatter) |
Compute the ObjectId for the given tree without inserting it.
|
ObjectId |
ObjectInserter.insert(TreeFormatter formatter) |
Insert a single tree into the store, returning its unique name.
|
Copyright © 2018. All rights reserved.