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.internal.storage.reftable | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
Collection<ReflogEntry> |
ReflogCommand.call() |
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 entry to the ref's log.
|
Modifier and Type | Method and Description |
---|---|
ReflogEntry |
ReftableReflogReader.getLastEntry()
Get the last entry in the reflog
|
abstract ReflogEntry |
LogCursor.getReflogEntry()
Get current log entry.
|
ReflogEntry |
ReftableReflogReader.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> |
ReftableReflogReader.getReverseEntries()
Get all reflog entries in reverse order
|
List<ReflogEntry> |
ReftableReflogReader.getReverseEntries(int max)
Get all reflog entries in reverse order
|
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()
Get all reflog entries in reverse order
|
List<ReflogEntry> |
ReflogReader.getReverseEntries(int max)
Get all reflog entries in reverse order
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.