<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gofu/internal/rtree/repo.go, branch v2026.1</title>
<subtitle>My personal busybox built in Go</subtitle>
<id>http://git.xyrillian.de/gofu/atom/internal/rtree/repo.go?h=v2026.1</id>
<link rel='self' href='http://git.xyrillian.de/gofu/atom/internal/rtree/repo.go?h=v2026.1'/>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/'/>
<updated>2026-06-09T22:07:56Z</updated>
<entry>
<title>rtree: add support for multiple URLs per remote</title>
<updated>2026-06-09T22:07:56Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2026-06-09T22:07:56Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=daeb9127764fc9dd469294f755e277fdfca09a00'/>
<id>urn:sha1:daeb9127764fc9dd469294f755e277fdfca09a00</id>
<content type='text'>
This requires changing the index format, which I'm using as an
opportunity to:

- move from YAML to JSON (so I can maybe kill the YAML parser dependency
  at some point)
- move the index file into standard XDG paths
</content>
</entry>
<entry>
<title>convert license headers to SPDX format</title>
<updated>2025-09-29T19:53:16Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2025-09-29T19:53:16Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=0bb27576a37de4bf76dab35c73fa8790fcfa706a'/>
<id>urn:sha1:0bb27576a37de4bf76dab35c73fa8790fcfa706a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run `modernize -fix ./...`</title>
<updated>2025-09-29T19:48:35Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2025-09-29T19:48:35Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=fa24620c50a56ae6c3c31575e861098d0f0ed177'/>
<id>urn:sha1:fa24620c50a56ae6c3c31575e861098d0f0ed177</id>
<content type='text'>
Also drop util/gocovcat.go which has been obsolete since
122068efd4a348921b736b4456d4e1c999dbfb79.
</content>
</entry>
<entry>
<title>Only use compact URL in UI, not in written files</title>
<updated>2023-04-17T12:56:16Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2023-04-17T12:43:15Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=d0059fcb87312d296a31d6965d6db84e499fe020'/>
<id>urn:sha1:d0059fcb87312d296a31d6965d6db84e499fe020</id>
<content type='text'>
many tools like eg some vscode extensions can parse the git remotes but do not respect
git aliases and fail to understand shorthands like gh:majewsky/gofu
</content>
</entry>
<entry>
<title>Save rtree with go 1.20</title>
<updated>2023-04-17T12:54:52Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2023-04-17T11:28:47Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=72c757b7a44dc5d19d821f7c2fa36bb082e4f2e3'/>
<id>urn:sha1:72c757b7a44dc5d19d821f7c2fa36bb082e4f2e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add repo.GitDirPath() and use it</title>
<updated>2022-04-01T12:32:56Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@sap.com</email>
</author>
<published>2022-04-01T12:09:36Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=2dd6ab16c2346a7d7ed8f9b740f33457573dfdd7'/>
<id>urn:sha1:2dd6ab16c2346a7d7ed8f9b740f33457573dfdd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtree index: reformat remote URLs into their compact forms</title>
<updated>2020-03-30T18:48:29Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2020-03-30T18:48:29Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=e962f86b50215af4486bd73155c603e715ce1ab1'/>
<id>urn:sha1:e962f86b50215af4486bd73155c603e715ce1ab1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtree: always store compact remote URLs in the index file</title>
<updated>2020-03-30T18:40:25Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2020-03-30T18:40:25Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=0361bc3af31a06ec64adeab0ca2d1534a1c35ed0'/>
<id>urn:sha1:0361bc3af31a06ec64adeab0ca2d1534a1c35ed0</id>
<content type='text'>
Includes a refactor to use a type RemoteURL with a more natural API.
</content>
</entry>
<entry>
<title>rename pkg/ to internal/</title>
<updated>2020-03-28T12:53:10Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2020-03-28T12:53:10Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=ed2b9374599cc00467b1c27121318748cc0d3f49'/>
<id>urn:sha1:ed2b9374599cc00467b1c27121318748cc0d3f49</id>
<content type='text'>
</content>
</entry>
</feed>
