Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

commitquery: Update docs

Runxi Yu f265c558 03c05c7e

+6 -1
-1
commitquery/context.go
··· 1 - // Package commitquery answers commit ancestry and merge-base queries. 2 1 package commitquery 3 2 4 3 import (
+6
commitquery/doc.go
··· 1 + // Package commitquery provides commit ancestry and merge-base queries 2 + // over object storage. 3 + // 4 + // It uses commit-ish object IDs, peeling annotated tags when needed, 5 + // and can use an optional commit-graph reader for performance. 6 + package commitquery