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.

object/store: Quarantine should just embed Reader

Runxi Yu 4c2629a2 aed6b338

+1 -1
+1 -1
object/store/quarantine.go
··· 3 3 // Quarantine is one quarantined write. It is intended to be embedded. 4 4 type Quarantine interface { 5 5 // Reader returns the objects written into this quarantine. 6 - Reader() Reader 6 + Reader 7 7 8 8 // Promote publishes quarantined writes into their final destination. 9 9 Promote() error