Uses of Class
org.eclipse.jgit.internal.storage.file.ReflogWriter
-
Packages that use ReflogWriter Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of ReflogWriter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return ReflogWriter Modifier and Type Method Description ReflogWriter
ReflogWriter. create()
Create the log directories.ReflogWriter
ReflogWriter. log(String refName, ObjectId oldId, ObjectId newId, PersonIdent ident, String message)
Write the given entry information to the ref's logReflogWriter
ReflogWriter. log(String refName, ReflogEntry entry)
Write the given entry to the ref's log.ReflogWriter
ReflogWriter. log(RefUpdate update, String msg, boolean deref)
Write the given ref update to the ref's log.
-