GitoxideLabs / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.91k stars 303 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