35 releases (22 breaking)

0.35.0 Mar 22, 2026
0.33.0 Feb 10, 2026
0.31.0 Dec 22, 2025
0.30.1 Oct 23, 2025
0.13.1 Feb 24, 2023

#726 in Development tools

Download history 214219/week @ 2025-12-28 371103/week @ 2026-01-04 400211/week @ 2026-01-11 484000/week @ 2026-01-18 747879/week @ 2026-01-25 891389/week @ 2026-02-01 1078039/week @ 2026-02-08 774791/week @ 2026-02-15 628518/week @ 2026-02-22 826510/week @ 2026-03-01 725178/week @ 2026-03-08 649848/week @ 2026-03-15 613348/week @ 2026-03-22 612398/week @ 2026-03-29 697751/week @ 2026-04-05 458294/week @ 2026-04-12

2,440,079 downloads per month
Used in 536 crates (6 directly)

MIT/Apache

180KB
3K 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–2.4MB
~44K SLoC