21 releases (11 breaking)

0.24.2 Mar 14, 2024
0.24.0 Jan 20, 2024
0.23.1 Dec 30, 2023
0.22.0 Oct 12, 2023
0.13.1 Feb 24, 2023

#21 in Science

Download history 60953/week @ 2024-01-03 59054/week @ 2024-01-10 69083/week @ 2024-01-17 66355/week @ 2024-01-24 74860/week @ 2024-01-31 75747/week @ 2024-02-07 77180/week @ 2024-02-14 78826/week @ 2024-02-21 88593/week @ 2024-02-28 84436/week @ 2024-03-06 90814/week @ 2024-03-13 99358/week @ 2024-03-20 87566/week @ 2024-03-27 83007/week @ 2024-04-03 86180/week @ 2024-04-10 69260/week @ 2024-04-17

342,070 downloads per month
Used in 137 crates (4 directly)

MIT/Apache

215KB
4K SLoC

Read, verify, and traverse git commit graphs.

A [commit graph][Graph] is an index of commits in the git commit history. The [Graph] stores commit data in a way that accelerates lookups considerably compared to traversing the git history by usual means.

As generating the full commit graph from scratch can take some time, git may write new commits to separate [files][File] instead of overwriting the original file. Eventually, git will merge these files together as the number of files grows.

Feature Flags

Dependencies

~1.2–2MB
~40K SLoC