23 releases (12 breaking)

0.25.0 Oct 22, 2024
0.24.3 Jul 23, 2024
0.24.2 Mar 14, 2024
0.23.1 Dec 30, 2023
0.13.1 Feb 24, 2023

#224 in Parser implementations

Download history 95922/week @ 2024-07-30 92036/week @ 2024-08-06 90222/week @ 2024-08-13 86537/week @ 2024-08-20 82049/week @ 2024-08-27 97372/week @ 2024-09-03 96264/week @ 2024-09-10 88444/week @ 2024-09-17 90830/week @ 2024-09-24 97027/week @ 2024-10-01 96253/week @ 2024-10-08 104995/week @ 2024-10-15 97794/week @ 2024-10-22 97966/week @ 2024-10-29 104467/week @ 2024-11-05 105900/week @ 2024-11-12

423,953 downloads per month
Used in 203 crates (5 directly)

MIT/Apache

220KB
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–1.9MB
~36K SLoC