Package org.eclipse.jgit.lfs
package org.eclipse.jgit.lfs
-
ClassDescriptionImplementation of
LfsFactory
, using built-in (optional) LFS support.Built-in LFS clean filter When new content is about to be added to the git repository and this filter is configured for that content, then this filter will replace the original content with content of a so-called LFS pointer file.Installs all required LFS properties for the current user, analogous to 'git lfs install', but defaulting to using JGit builtin hooks.Class which represents the lfs folder hierarchy inside a.git
folderProvides transparently either a stream to the blob or a LFS media file if managed by LFS.AnObjectLoader
implementation that reads a media file from the LFS storage.Represents an LFS pointer filePre-push hook that handles uploading LFS artefacts.This interface describes the network protocol used between lfs client and lfs serverDescribes in a Response a single action the client can execute on a single objectDescribes an error to be returned by the LFS batch APIAn action with an additional expiration timestampDescribes in a response all actions the LFS server offers for a single objectMetaData of an LFS object.A request sent to an LFS serverA response received from an LFS serverBuilt-in LFS smudge filter When content is read from git's object-database and written to the filesystem and this filter is configured for that content, then this filter will replace the content of LFS pointer files with the original content.