Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
org.eclipse.jgit.merge |
Content and commit history merge algorithms.
|
Modifier and Type | Method and Description |
---|---|
private void |
StashApplyCommand.checkoutPath(DirCacheEntry entry,
ObjectReader reader,
DirCacheCheckout.CheckoutMetadata checkoutMetadata) |
private void |
CheckoutCommand.checkoutPath(DirCacheEntry entry,
ObjectReader reader,
DirCacheCheckout.CheckoutMetadata checkoutMetadata) |
Modifier and Type | Field and Description |
---|---|
(package private) static DirCacheCheckout.CheckoutMetadata |
DirCacheCheckout.CheckoutMetadata.EMPTY |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,DirCacheCheckout.CheckoutMetadata> |
DirCacheCheckout.updated |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DirCacheCheckout.CheckoutMetadata> |
DirCacheCheckout.getUpdated()
Get list of updated paths and smudgeFilterCommands
|
Modifier and Type | Method and Description |
---|---|
static void |
DirCacheCheckout.checkoutEntry(Repository repo,
DirCacheEntry entry,
ObjectReader or,
boolean deleteRecursive,
DirCacheCheckout.CheckoutMetadata checkoutMetadata)
Updates the file in the working tree with content and mode from an entry
in the index.
|
private static void |
DirCacheCheckout.runBuiltinFilterCommand(Repository repo,
DirCacheCheckout.CheckoutMetadata checkoutMetadata,
ObjectLoader ol,
java.io.OutputStream channel) |
private static void |
DirCacheCheckout.runExternalFilterCommand(Repository repo,
DirCacheEntry entry,
DirCacheCheckout.CheckoutMetadata checkoutMetadata,
ObjectLoader ol,
FS fs,
java.io.OutputStream channel) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,DirCacheCheckout.CheckoutMetadata> |
ResolveMerger.checkoutMetadata
|