<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git, branch v0.1.4</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/?h=v0.1.4</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/?h=v0.1.4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-01-30T08:28:29Z</updated>
<entry>
<title>pktline: Add package-level documentation line</title>
<updated>2026-01-30T08:28:29Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-30T08:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=c1e2d729fe20f78cf863e5095a0c7b78fd348719'/>
<id>urn:sha1:c1e2d729fe20f78cf863e5095a0c7b78fd348719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Remove FreeBSD support for now</title>
<updated>2026-01-30T08:11:19Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-30T08:09:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=481cc22d860a923d90373c1e6dca915f745051a0'/>
<id>urn:sha1:481cc22d860a923d90373c1e6dca915f745051a0</id>
<content type='text'>
builds.sr.ht's FreeBSD image has golangci-lint 1.24, and we need Go
1.25. There's also very little advantage, as of right now, to have
multiple OSes in the CI.
</content>
</entry>
<entry>
<title>pktline: Add basic pktline support</title>
<updated>2026-01-30T07:37:45Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-30T07:37:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=4c136fc653775d7a5f460ceaa3f7204a64ab4aef'/>
<id>urn:sha1:4c136fc653775d7a5f460ceaa3f7204a64ab4aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tree: Add unit test for TreeEntryNameCompare</title>
<updated>2026-01-29T21:23:34Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T21:23:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=838017cbc6b2d8f5a3b4c134fec02a371b72e8e9'/>
<id>urn:sha1:838017cbc6b2d8f5a3b4c134fec02a371b72e8e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tree: Add simple unit tests for entry Insert/Remove</title>
<updated>2026-01-29T21:19:23Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T21:19:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=8dcbe65d1f2258eb44e5905d6a9b1eecbc22c444'/>
<id>urn:sha1:8dcbe65d1f2258eb44e5905d6a9b1eecbc22c444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tree: Document TreeEntryNameCompare</title>
<updated>2026-01-29T21:17:30Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T21:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=dae52d718f51f9a90d15d48fc80d9674346721c8'/>
<id>urn:sha1:dae52d718f51f9a90d15d48fc80d9674346721c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tree: Add InsertEntry and RemoveEntry</title>
<updated>2026-01-29T21:10:39Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T21:10:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=2e44bb34cf9b4d8b0ce809c4da29880633ba659a'/>
<id>urn:sha1:2e44bb34cf9b4d8b0ce809c4da29880633ba659a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>obj, loose: Add Object.Serialize() interface</title>
<updated>2026-01-29T21:05:30Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T21:05:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=397eb22166afa8cd273dbd0decdcb2ac7f2d34df'/>
<id>urn:sha1:397eb22166afa8cd273dbd0decdcb2ac7f2d34df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>packed: Make packWriter implement Write directly instead of wrapping</title>
<updated>2026-01-29T20:37:25Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T20:37:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=50cd7868cf055bce46e1a4253840089dfc602a11'/>
<id>urn:sha1:50cd7868cf055bce46e1a4253840089dfc602a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hash: Make streaming hashes possible</title>
<updated>2026-01-29T20:18:05Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T20:17:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=7644a12dd8fbeb0c936848a4bc5cef423a8fc2b7'/>
<id>urn:sha1:7644a12dd8fbeb0c936848a4bc5cef423a8fc2b7</id>
<content type='text'>
</content>
</entry>
</feed>
