archivelfs

Crates.ioarchivelfs
lib.rsarchivelfs
version0.1.1
created_at2025-02-26 21:59:38.827915+00
updated_at2025-02-26 21:59:38.827915+00
descriptionRetrieve Git LFS files when git-archive only provides pointers.
homepage
repositoryhttps://github.com/cpg314/archive-lfs
max_upload_size
id1570981
size64,921
(cpg314)

documentation

README

archivelfs

Allows retrieving Git LFS files when git-archive only returns pointers.

See https://github.com/git-lfs/git-lfs/issues/1322

Usage

Allows retrieving Git LFS files when git-archive only provides pointers
Usage: archivelfs [OPTIONS] [ROOT]

Arguments:
  [ROOT]  Repository root

Options:
      --jobs <JOBS>  [default: 4]
  -h, --help         Print help
  -V, --version      Print version

Installation

Binaries

The releases page contains packages for Ubuntu/Debian, Arch Linux, as well as tarballs.

From source

$ cargo install --git https://github.com/cpg314/archivelfs
Commit count: 0

cargo fmt