Files
Fast-Export/t
Kévin Lévesque f6b72d248f Allow specifying a repository root commit for conversion
The current conversion process mandates an empty repository for a clean start.
This presents a barrier to performance optimization strategies.

This change introduces the ability to pass a repository root commit hash.

This is necessary to support the immediate next commit (Incremental LFS conversion),
which uses a `.gitattributes` file and LFS pointers to bypass the slow, full-history
rewriting often required on large non-empty monorepos (100GiB+, 1M+ files).

The immediate benefit is allowing conversion to start when a non-empty repo
already contains an orphan commit, laying the groundwork for the optimized LFS
conversion feature.
2025-12-22 10:11:33 -05:00
..
2023-03-26 19:43:04 -06:00
2023-03-13 20:18:29 -06:00
2025-03-29 18:39:27 +01:00
2023-03-26 20:05:03 -06:00
2024-07-06 02:46:07 -07:00