Uses of Class
org.eclipse.jgit.api.PackRefsCommand
Packages that use PackRefsCommand
Package
Description
High-level API commands (the porcelain of JGit).
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of PackRefsCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return PackRefsCommandModifier and TypeMethodDescriptionGit.packRefs()Return a command object to execute aPackRefscommandPackRefsCommand.setAll(boolean all) Specify whether to pack all the references.PackRefsCommand.setProgressMonitor(ProgressMonitor monitor) Set progress monitor -
Uses of PackRefsCommand in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackRefsCommandModifier and TypeMethodDescriptionvoidFileReftableDatabase.packRefs(ProgressMonitor pm, PackRefsCommand packRefs) Optimize pack ref storage.voidRefDirectory.packRefs(ProgressMonitor pm, PackRefsCommand packRefs) Optimize pack ref storage. -
Uses of PackRefsCommand in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type PackRefsCommandModifier and TypeMethodDescriptionvoidRefDatabase.packRefs(ProgressMonitor pm, PackRefsCommand packRefs) Optimize pack ref storage.