Package | Description |
---|---|
org.eclipse.jgit.api | |
org.eclipse.jgit.storage.file |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ReflogEntry> |
ReflogCommand.call()
Run the reflog command
|
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 |
---|---|
java.util.List<ReflogEntry> |
ReflogReader.getReverseEntries() |
java.util.List<ReflogEntry> |
ReflogReader.getReverseEntries(int max) |
Modifier and Type | Method and Description |
---|---|
ReflogWriter |
ReflogWriter.log(java.lang.String refName,
ReflogEntry entry)
Write the given
ReflogEntry entry to the ref's log |
Copyright © 2012. All Rights Reserved.