<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/objectstore/objectstore.go, branch v0.1.87</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/objectstore/objectstore.go?h=v0.1.87</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/objectstore/objectstore.go?h=v0.1.87'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-03-22T17:33:27Z</updated>
<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>
<entry>
<title>objectstore/*, repository: Add ReadSize</title>
<updated>2026-02-21T14:55:15Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T14:55:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=777db8470909b16411cb54a6c0bbf927be778952'/>
<id>urn:sha1:777db8470909b16411cb54a6c0bbf927be778952</id>
<content type='text'>
For cases where knowing the type is unnecessary and incurs extra
overhead.
</content>
</entry>
<entry>
<title>*: Modernize and lint; add CI</title>
<updated>2026-02-21T06:28:15Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T05:38:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=94482cb2c97aa215f83940643c5d4c0933727dcb'/>
<id>urn:sha1:94482cb2c97aa215f83940643c5d4c0933727dcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: Update doc-comments</title>
<updated>2026-02-21T05:05:11Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T05:05:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=86a9cc87c9d3c42035b6c526ec918c391024424d'/>
<id>urn:sha1:86a9cc87c9d3c42035b6c526ec918c391024424d</id>
<content type='text'>
</content>
</entry>
</feed>
