Scutiger is a collection of general-purpose Git utilities for people who use Git a lot.
This crate provides the Git LFS-specific utilities.
git-lfs-transfer
provides an experimental server-side implementation of the proposed Git LFS pure SSH-based protocol.
This utility is intended to be invoked over SSH to transfer data from one repository to another.
The Git LFS documentation outlines the protocol.
At this moment, the implementation does not support locking and it remains experimental.
This utility should be fully functional on Unix systems, with the normal Git-related exceptions about case-insensitive systems. It is tested to build on Windows only with a minimal stable Rust toolchain, provided Windows 10 or 11 with Developer Mode is used. The supported platforms policy otherwise applies.