#git #utilities #collection #scutiger #lfs-related

bin+lib scutiger-lfs

a set of Git LFS-related utilities

3 releases (breaking)

Uses old Rust 2015

0.3.0 Sep 23, 2022
0.2.0 Sep 24, 2021
0.1.0 May 26, 2021

#545 in #utilities

Download history 41/week @ 2023-12-21 119/week @ 2023-12-28 243/week @ 2024-01-04 193/week @ 2024-01-11 63/week @ 2024-01-18 127/week @ 2024-01-25 251/week @ 2024-02-01 67/week @ 2024-02-08 54/week @ 2024-02-15 255/week @ 2024-02-22 163/week @ 2024-02-29 107/week @ 2024-03-07 21/week @ 2024-03-14 31/week @ 2024-03-21 174/week @ 2024-03-28 47/week @ 2024-04-04

286 downloads per month

MIT license

82KB
2K SLoC

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.

Dependencies

~15–26MB
~429K SLoC