<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/objectstore/objectstore.go, branch v0.1.166</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/objectstore/objectstore.go?h=v0.1.166</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/objectstore/objectstore.go?h=v0.1.166'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-03-25T14:30:31Z</updated>
<entry>
<title>*: objectstore -&gt; object/store</title>
<updated>2026-03-25T14:30:31Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-25T14:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=bfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17'/>
<id>urn:sha1:bfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: objectid -&gt; object/id</title>
<updated>2026-03-25T14:22:01Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-25T14:21:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=e4373a7e553f8523db3e99ea316e1c25d30cc059'/>
<id>urn:sha1:e4373a7e553f8523db3e99ea316e1c25d30cc059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: objecttype, objectheader -&gt; object/type, object/header</title>
<updated>2026-03-25T14:21:09Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-25T14:21:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=7d9c128ce04875f970c78673500c0a492000398f'/>
<id>urn:sha1:7d9c128ce04875f970c78673500c0a492000398f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objectstore{,/packed}: Document lifetime and integrity behavior</title>
<updated>2026-03-22T17:33:27Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-22T17:33:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=d314d1f7e933ca83081eec289aa0cb6e75a7eeac'/>
<id>urn:sha1:d314d1f7e933ca83081eec289aa0cb6e75a7eeac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objectstore{,/loose}: Document contracts more clearly</title>
<updated>2026-03-22T17:27:37Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-22T17:27:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=8f577284f47f699855dcb3ceda21aa9d8be77c2f'/>
<id>urn:sha1:8f577284f47f699855dcb3ceda21aa9d8be77c2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objectstore: Clarify docs</title>
<updated>2026-03-13T14:58:03Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-13T14:58:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=02645cbbc0704cd5e0fdb3b48be0c02eb5e3ab01'/>
<id>urn:sha1:02645cbbc0704cd5e0fdb3b48be0c02eb5e3ab01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objectstore: Refresh</title>
<updated>2026-03-08T07:44:32Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-08T07:33:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=dd027e1e5379019bfeffc48ff1274b5e05581ff3'/>
<id>urn:sha1:dd027e1e5379019bfeffc48ff1274b5e05581ff3</id>
<content type='text'>
* Add manual Refresh for various objectstore's
* RefreshPolicy option
* Refreshable MRU and atomic snapshotting
</content>
</entry>
<entry>
<title>Urgh I made some wrong amends and I'm too tired to separate the commits out this time</title>
<updated>2026-03-06T16:34:30Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-06T13:19:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=01d15bccf3b1dcc51516b1f64d50950b31d7f8fb'/>
<id>urn:sha1:01d15bccf3b1dcc51516b1f64d50950b31d7f8fb</id>
<content type='text'>
ancestor: Split out of reachability
mergebase: Add merge base routines
internal/commitquery: Add commit query context engine thingy
internal/peel: Shared tag peeling
errors: Shared object query errors
internal/testgit: Add rooted repo helpers; remove raw path access
objectstore/memory: Add in-memory object store
objectid: Add Compare helper
</content>
</entry>
<entry>
<title>objectstore: Add notes on a Cursor</title>
<updated>2026-03-06T07:24:28Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-06T07:24:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=596b28df282888bfea41c1c67fa1fcb3e7cbf782'/>
<id>urn:sha1:596b28df282888bfea41c1c67fa1fcb3e7cbf782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: Fix the broken comments for overescaping that python script</title>
<updated>2026-02-22T06:01:18Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T06:01:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=fabf75c8123756db8b2a6013375396e0b8847bac'/>
<id>urn:sha1:fabf75c8123756db8b2a6013375396e0b8847bac</id>
<content type='text'>
</content>
</entry>
</feed>
