Uses of Class
org.eclipse.jgit.util.GitDateFormatter
-
Packages that use GitDateFormatter Package Description org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.pgm org.eclipse.jgit.util Utility classes. -
-
Uses of GitDateFormatter in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as GitDateFormatter Modifier and Type Field Description private GitDateFormatter
SquashMessageFormatter. dateFormatter
-
Uses of GitDateFormatter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as GitDateFormatter Modifier and Type Field Description private GitDateFormatter
Log. dateFormatter
-
Uses of GitDateFormatter in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type GitDateFormatter Modifier and Type Method Description static java.lang.String
SignatureUtils. toString(GpgSignatureVerifier.SignatureVerification verification, PersonIdent creator, GitDateFormatter formatter)
Writes information about a signature verification to a string.
-