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 ReflogWriterReflogWriter. create()Create the log directories.ReflogWriterReflogWriter. log(String refName, ObjectId oldId, ObjectId newId, PersonIdent ident, String message)Write the given entry information to the ref's logReflogWriterReflogWriter. log(String refName, ReflogEntry entry)Write the given entry to the ref's log.ReflogWriterReflogWriter. log(RefUpdate update, String msg, boolean deref)Write the given ref update to the ref's log.
-