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// commitTime returns one node's commit time. 4func (query *query) commitTime(idx nodeIndex) int64 { 5 return query.nodes[idx].commitTime 6}