Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
Collection<ReflogEntry> |
ReflogCommand.call()
Run the reflog command
|
Modifier and Type | Class and Description |
---|---|
class |
ReflogEntryImpl
Parsed reflog entry
|
Modifier and Type | Method and Description |
---|---|
ReflogWriter |
ReflogWriter.log(String refName,
ReflogEntry entry)
Write the given
ReflogEntry entry to the ref's log |
Modifier and Type | Method and Description |
---|---|
ReflogEntry |
ReflogReader.getLastEntry()
Get the last entry in the reflog
|
ReflogEntry |
ReflogReader.getReverseEntry(int number)
Get specific entry in the reflog relative to the last entry which is
considered entry zero.
|
Modifier and Type | Method and Description |
---|---|
List<ReflogEntry> |
ReflogReader.getReverseEntries() |
List<ReflogEntry> |
ReflogReader.getReverseEntries(int max) |
Copyright © 2014. All rights reserved.