<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/repo_test.go, branch master</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/repo_test.go?h=master</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/repo_test.go?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-02-20T11:07:14Z</updated>
<entry>
<title>Delete everything, I'm redesigning this.</title>
<updated>2026-02-20T11:07:14Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-20T11:06:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=aa513c069c1418734aea894dc944e27c6a78a3bb'/>
<id>urn:sha1:aa513c069c1418734aea894dc944e27c6a78a3bb</id>
<content type='text'>
I'll stop using a flat package and make things much more modular.
And also experiment with streaming APIs so large blobs don't OOM us.
</content>
</entry>
<entry>
<title>hash: Use a hashAlgorithmDetails struct for single source of truth</title>
<updated>2026-01-27T18:09:10Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-27T18:05:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=6002485582541df9dff3e2c782a014564e22ed07'/>
<id>urn:sha1:6002485582541df9dff3e2c782a014564e22ed07</id>
<content type='text'>
hashAlgorithm's are assumed to be valid; methods on invalid
hashAlgorithms will panic from out-of-bounds read when it's not found in
hashAlgorithmTable and that's expected and intended.
</content>
</entry>
<entry>
<title>repo: Drop hashSize and use hashAlgo.size()</title>
<updated>2026-01-17T15:00:14Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-17T15:00:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=90b5f779080272d5c6ef39e0c93d8592840a53b7'/>
<id>urn:sha1:90b5f779080272d5c6ef39e0c93d8592840a53b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use actual git for tests and enhance Head</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=bad0f9715556a470d0de2a22c7040181e3a033ba'/>
<id>urn:sha1:bad0f9715556a470d0de2a22c7040181e3a033ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate stored object types from types that the user is expected to construct.</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=edd37bb4fd3aa08eda39303fd5628a554a8c3aeb'/>
<id>urn:sha1:edd37bb4fd3aa08eda39303fd5628a554a8c3aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ObjType enum</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=ec7ddd9b4e4067a046ea4d9b35fa2601b58823ba'/>
<id>urn:sha1:ec7ddd9b4e4067a046ea4d9b35fa2601b58823ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unexport Repository.HashSize</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=3bde7664e748dd648f58c0a5280612c239dc0870'/>
<id>urn:sha1:3bde7664e748dd648f58c0a5280612c239dc0870</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ObjType -&gt; ObjectType</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=daeaee2c564caadc62db9e011e4e9c8213aeb005'/>
<id>urn:sha1:daeaee2c564caadc62db9e011e4e9c8213aeb005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic support for parsing configuration files</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=28a599b2b90fd6c657f0eda2387a77a34f31c2c3'/>
<id>urn:sha1:28a599b2b90fd6c657f0eda2387a77a34f31c2c3</id>
<content type='text'>
Now support for switching hash algorithms should be complete!
</content>
</entry>
<entry>
<title>hash: Make fewer helper functions need explicit hash length fields</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=bd91bf5f3bcffe5d1023ab9a37e4a9425830aba9'/>
<id>urn:sha1:bd91bf5f3bcffe5d1023ab9a37e4a9425830aba9</id>
<content type='text'>
</content>
</entry>
</feed>
