Package | Description |
---|---|
org.eclipse.jgit.api | |
org.eclipse.jgit.storage.file |
Modifier and Type | Method and Description |
---|---|
Collection<ReflogEntry> |
ReflogCommand.call() |
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 © 2012. All Rights Reserved.