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/service: Remove erroneous assignment

Runxi Yu 15913e07 62b653a1

-1
-1
network/receivepack/service/run_hook.go
··· 66 66 return nil, nil, nil, false, err.Error() 67 67 } 68 68 69 - quarantineObjectsStore = quarantineLooseStore 70 69 quarantinedObjects = quarantineLooseStore 71 70 72 71 quarantinePackRoot, err = quarantineLooseRoot.OpenRoot("pack")