<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gofu/pkg/rtree, branch v2021.2</title>
<subtitle>My personal busybox built in Go</subtitle>
<id>http://git.xyrillian.de/gofu/atom/pkg/rtree?h=v2021.2</id>
<link rel='self' href='http://git.xyrillian.de/gofu/atom/pkg/rtree?h=v2021.2'/>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/'/>
<updated>2020-03-28T12:53:10Z</updated>
<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>
<entry>
<title>fix prompt during `rtree get` when stdout redirected</title>
<updated>2017-09-26T15:38:03Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-09-26T15:38:03Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=d6320af4cf06ff9d345126a8106c719962e9e968'/>
<id>urn:sha1:d6320af4cf06ff9d345126a8106c719962e9e968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>should not attempt to clone repo during rtree-drop</title>
<updated>2017-09-26T15:34:52Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-09-26T15:34:52Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=51d8901c37dbe53be7a1a151d40b5ddd812733aa'/>
<id>urn:sha1:51d8901c37dbe53be7a1a151d40b5ddd812733aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unnecessary parentheses</title>
<updated>2017-08-31T12:07:50Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>stefan.majewsky@sap.com</email>
</author>
<published>2017-08-31T12:07:50Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=f21e618d80c806c421b2072084d223b3780b6feb'/>
<id>urn:sha1:f21e618d80c806c421b2072084d223b3780b6feb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more compact specification of recorded commands</title>
<updated>2017-07-07T10:24:09Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-07-07T10:24:09Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=9365e7673bfb490edbad02dfbf449d3da5deed98'/>
<id>urn:sha1:9365e7673bfb490edbad02dfbf449d3da5deed98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>many more `rtree get` tests</title>
<updated>2017-07-07T10:14:06Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-07-07T10:14:06Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=23077b75410d6fab51762236f195d92bd559fc6a'/>
<id>urn:sha1:23077b75410d6fab51762236f195d92bd559fc6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add first test</title>
<updated>2017-07-07T09:33:00Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-07-07T09:30:47Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=79933615f7988cb731baa0768a45b39008f18b20'/>
<id>urn:sha1:79933615f7988cb731baa0768a45b39008f18b20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor package rtree towards testability</title>
<updated>2017-05-09T20:00:15Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-05-09T20:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=58a4af83e0caf09744dd698b5be937205b81e733'/>
<id>urn:sha1:58a4af83e0caf09744dd698b5be937205b81e733</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor cli.Interface yet again</title>
<updated>2017-05-09T19:38:24Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-05-09T19:32:16Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=a92faf7689fa01595fd613ddd3880e9c301ed558'/>
<id>urn:sha1:a92faf7689fa01595fd613ddd3880e9c301ed558</id>
<content type='text'>
- Only one global instance now, so we don't need to pass it around all
  the time.

- Allow to swap out the Command.Run implementation for unit tests.

- Can now use cli.Interface during func init() of packages importing
  pkg/cli.
</content>
</entry>
<entry>
<title>replace panic() by a collector for early errors</title>
<updated>2017-05-09T18:13:59Z</updated>
<author>
<name>Stefan Majewsky</name>
<email>majewsky@gmx.net</email>
</author>
<published>2017-05-09T18:13:59Z</published>
<link rel='alternate' type='text/html' href='http://git.xyrillian.de/gofu/commit/?id=0e56e63c833229ca02f2c62d4ee50cf371b6ac9a'/>
<id>urn:sha1:0e56e63c833229ca02f2c62d4ee50cf371b6ac9a</id>
<content type='text'>
</content>
</entry>
</feed>
