<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/repository/objects.go, branch v0.1.166</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/repository/objects.go?h=v0.1.166</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/repository/objects.go?h=v0.1.166'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-03-30T19:40:23Z</updated>
<entry>
<title>repository: Use dual</title>
<updated>2026-03-30T19:40:23Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-30T19:40:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=84342973be94c2981fac56c6680d9f87eb9fa9ce'/>
<id>urn:sha1:84342973be94c2981fac56c6680d9f87eb9fa9ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>object/store: ReadingStore -&gt; Reader</title>
<updated>2026-03-30T12:24:49Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-30T12:24:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=30bc08762a5aa33b9f47af304d51ef3878752b2f'/>
<id>urn:sha1:30bc08762a5aa33b9f47af304d51ef3878752b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: Remove Close from object/ref store interfaces</title>
<updated>2026-03-29T15:45:18Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-29T15:43:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=f50ac551c56569e109a8350f27dab53bb2378d4d'/>
<id>urn:sha1:f50ac551c56569e109a8350f27dab53bb2378d4d</id>
<content type='text'>
At places where you own the object, you should have the literal
implementation with Close. If you're using it via the interface, then
you probably don't own that store, and you shouldn't be closing it.

Thanks to Michael Muré from git-bug for this point.
</content>
</entry>
<entry>
<title>repository: Add guidance</title>
<updated>2026-03-29T08:09:34Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-29T08:09:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=161d2fab0b7ddee35696c5600d3ebd5bae6e6527'/>
<id>urn:sha1:161d2fab0b7ddee35696c5600d3ebd5bae6e6527</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repository: Use labels</title>
<updated>2026-03-28T14:25:31Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-28T14:25:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=3dc0eefa251989eb45bf647f83ec19369660b76b'/>
<id>urn:sha1:3dc0eefa251989eb45bf647f83ec19369660b76b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repository: Unify docs</title>
<updated>2026-03-28T13:07:55Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-28T13:07:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=a4bbec5a9b01c48dcbfd13519e6bae7fcffec449'/>
<id>urn:sha1:a4bbec5a9b01c48dcbfd13519e6bae7fcffec449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>object/store: Rename back from storer; rename Store to ReadingStore</title>
<updated>2026-03-28T04:20:29Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-28T04:19:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=402ef2733813d128631ca4aea18c2908c74340d5'/>
<id>urn:sha1:402ef2733813d128631ca4aea18c2908c74340d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>object/store: Rename from object/storer</title>
<updated>2026-03-27T09:08:40Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-27T09:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=d7e90798170265b37ea5f980f94ca310cfda3180'/>
<id>urn:sha1:d7e90798170265b37ea5f980f94ca310cfda3180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>object: Split each object type into its own package</title>
<updated>2026-03-25T15:02:22Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-25T14:49:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=7847657e0820af98120031f719b8ede635ad8c07'/>
<id>urn:sha1:7847657e0820af98120031f719b8ede635ad8c07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: object/store -&gt; object/storer</title>
<updated>2026-03-25T14:34:50Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-25T14:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=e4a7aa0742f5070299d37e8421c99d67f0af3f90'/>
<id>urn:sha1:e4a7aa0742f5070299d37e8421c99d67f0af3f90</id>
<content type='text'>
</content>
</entry>
</feed>
