package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Functions

BlobsFromRevListObjects reads a RevListAllObjects and only selects blobs.
BlobsLessThan1024FromCatFileBatchCheck reads a pipeline from cat-file --batch-check and returns the blobs <1024 in size.
CatFileBatch runs cat-file --batch.
CatFileBatchCheck runs cat-file with --batch-check.
CatFileBatchCheckAllObjects runs cat-file with --batch-check --batch-all.
FindLFSFile finds commits that contain a provided pointer file hash.
NameRevStdin runs name-rev --stdin.
RevListAllObjects runs rev-list --objects --all and writes to a pipewriter.
RevListObjects run rev-list --objects from headSHA to baseSHA.

# Structs

LFSResult represents commits found using a provided pointer file hash.