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.

network/receivepack/hooks: Fix whitespace

Runxi Yu 59e99a5f 46c0c117

+1
+1
network/receivepack/hooks/reject_force_push.go
··· 22 22 _ = ctx 23 23 24 24 objects := objectmix.New(req.QuarantinedObjects, req.ExistingObjects) 25 + 25 26 defer func() { _ = objects.Close() }() 26 27 27 28 queries := commitquery.New(objects, req.CommitGraph)