Package org.eclipse.jgit.lfs


package org.eclipse.jgit.lfs
  • Class
    Description
    Implementation 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 folder
    Provides transparently either a stream to the blob or a LFS media file if managed by LFS.
    An ObjectLoader implementation that reads a media file from the LFS storage.
    Represents an LFS pointer file
    Pre-push hook that handles uploading LFS artefacts.
    This interface describes the network protocol used between lfs client and lfs server
    Describes in a Response a single action the client can execute on a single object
    Describes an error to be returned by the LFS batch API
    An action with an additional expiration timestamp
    Describes in a response all actions the LFS server offers for a single object
    MetaData of an LFS object.
    A request sent to an LFS server
    A response received from an LFS server
    Built-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.