Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Method and Description |
---|---|
ReflogWriter |
ReflogWriter.create()
Create the log directories
|
ReflogWriter |
ReflogWriter.log(RefUpdate update,
String msg,
boolean deref)
Write the given ref update to the ref's log
|
ReflogWriter |
ReflogWriter.log(String refName,
ObjectId oldId,
ObjectId newId,
PersonIdent ident,
String message)
Write the given entry information to the ref's log
|
ReflogWriter |
ReflogWriter.log(String refName,
ReflogEntry entry)
Write the given
ReflogEntry entry to the ref's log |
Copyright © 2016 Eclipse JGit Project. All rights reserved.