Package | Description |
---|---|
org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
Modifier and Type | Method and Description |
---|---|
Map<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.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.