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.

at master 6 lines 159 B view raw
1package commitquery 2 3// marks returns the mark bits of one internal node. 4func (query *query) marks(idx nodeIndex) markBits { 5 return query.nodes[idx].marks 6}