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.

reachability: Update docs

Runxi Yu fef38441 f265c558

+5 -1
+5
reachability/doc.go
··· 1 + // Package reachability traverses the reachable Git object graph. 2 + // 3 + // It supports both commit-domain and full object-domain traversal over 4 + // one object store, and accepts an optional commit graph for performance. 5 + package reachability
-1
reachability/reachability.go
··· 1 - // Package reachability traverses the object graph to test relationships and emit object lists. 2 1 package reachability 3 2 4 3 import (