GitoxideLabs / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.91k stars 303 forks source link

tooling for better copy detection #1529

Closed Byron closed 1 month ago

Byron commented 1 month ago

A PR to add tooling and a test created with it to faciliate changes to the copy-detection algorithm.

Related to #1524

Tasks

Documenting the current behaviour would allow changes to be expressed and then implemented. Unfortuantely, for reasons of convenience, the test is on a higher level than the implementation has to be.