Skip to content

Latest commit

 

History

History

scutiger-lfs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Scutiger

Scutiger is a collection of general-purpose Git utilities for people who use Git a lot.

This crate provides the Git LFS-specific utilities.

Included Utilities

git-lfs-transfer

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.