Byron / gitoxide

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

improvements #1564

Closed Byron closed 1 month ago

Byron commented 1 month ago

Make merge_base more efficient by using Commits that can be re-used across calls.

Tasks