<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Browsing local repositories with Dolt</title>
	<atom:link href="http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/feed/" rel="self" type="application/rss+xml" />
	<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 05:08:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: An update about Gitorious v3.0 &#171; The Gitorious Blog</title>
		<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/#comment-3196</link>
		<dc:creator><![CDATA[An update about Gitorious v3.0 &#171; The Gitorious Blog]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 12:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gitorious.org/?p=679#comment-3196</guid>
		<description><![CDATA[[...] Gitorious 3.0, with few user-visible features. Our plan was to ship 3.1 shortly after, including the new code browser we started working on last [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Gitorious 3.0, with few user-visible features. Our plan was to ship 3.1 shortly after, including the new code browser we started working on last [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knuthaug</title>
		<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/#comment-1389</link>
		<dc:creator><![CDATA[knuthaug]]></dc:creator>
		<pubDate>Wed, 26 Sep 2012 10:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gitorious.org/?p=679#comment-1389</guid>
		<description><![CDATA[Running on Ubuntu 12.04.1 LTS on ruby 1.92p290 installed under rvm, I get a few kinks.

First, browsing a folder lists files and folder, but under the headings “Changed” and “Last commit” there is nothing.

Clicking on “Blame” for a file gives:
/home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:33:in `error’: undefined method `exit_code’ for “fatal: cannot stat path ‘master’: No such file or directory”:String (NoMethodError)
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:67:in `block in blame’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `block in repo_action’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/git/repository.rb:50:in `block in deferred_method’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_pessimistic-0.1.2/lib/em_pessimistic/deferrable_child_process.rb:53:in `unbind’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1435:in `event_callback’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/backends/base.rb:63:in `start’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:159:in `start’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:145:in `start’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/bin/dolt:68:in `’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `load’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `’

with server shutdown.

When starting dolt with a path to a directory containing lots of git repos, but which isn’t one itself, clicking on “history” gives

Sinatra doesn’t know this ditty.
Try this:
get ‘/pantheon/history/master:pantheon-core/pom.xml’ do
“Hello World”
end

But when starting dolt with direct path to git repo, I get

/home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:33:in `error’: undefined method `exit_code’ for # (NoMethodError)
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:75:in `block in history’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `block in repo_action’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/git/repository.rb:50:in `block in deferred_method’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_pessimistic-0.1.2/lib/em_pessimistic/deferrable_child_process.rb:53:in `unbind’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1435:in `event_callback’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/backends/base.rb:63:in `start’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:159:in `start’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:145:in `start’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/bin/dolt:68:in `’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `load’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `’

Note also that sometimes just clicking on a file in the browser, the file content isn’t shown, but rather

/home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:33:in `error’: undefined method `exit_code’ for # (NoMethodError)
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:46:in `block in blob’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `block in repo_action’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_rugged-0.1.2/lib/em_rugged/deferrable.rb:37:in `rescue in block (2 levels) in defer’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_rugged-0.1.2/lib/em_rugged/deferrable.rb:34:in `block (2 levels) in defer’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1037:in `call’
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1037:in `block in spawn_threadpool’

This happened when clicking to view a .gitignore file.

Tell me if you wan’t these stack traces or more info in a mail somewhere.]]></description>
		<content:encoded><![CDATA[<p>Running on Ubuntu 12.04.1 LTS on ruby 1.92p290 installed under rvm, I get a few kinks.</p>
<p>First, browsing a folder lists files and folder, but under the headings “Changed” and “Last commit” there is nothing.</p>
<p>Clicking on “Blame” for a file gives:<br />
/home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:33:in `error’: undefined method `exit_code’ for “fatal: cannot stat path ‘master’: No such file or directory”:String (NoMethodError)<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:67:in `block in blame’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `block in repo_action’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/git/repository.rb:50:in `block in deferred_method’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_pessimistic-0.1.2/lib/em_pessimistic/deferrable_child_process.rb:53:in `unbind’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1435:in `event_callback’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/backends/base.rb:63:in `start’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:159:in `start’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:145:in `start’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/bin/dolt:68:in `’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `load’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `’</p>
<p>with server shutdown.</p>
<p>When starting dolt with a path to a directory containing lots of git repos, but which isn’t one itself, clicking on “history” gives</p>
<p>Sinatra doesn’t know this ditty.<br />
Try this:<br />
get ‘/pantheon/history/master:pantheon-core/pom.xml’ do<br />
“Hello World”<br />
end</p>
<p>But when starting dolt with direct path to git repo, I get</p>
<p>/home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:33:in `error’: undefined method `exit_code’ for # (NoMethodError)<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:75:in `block in history’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `block in repo_action’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/git/repository.rb:50:in `block in deferred_method’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_pessimistic-0.1.2/lib/em_pessimistic/deferrable_child_process.rb:53:in `unbind’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1435:in `event_callback’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run_machine’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in `run’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/backends/base.rb:63:in `start’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:159:in `start’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/thin-1.4.1/lib/thin/server.rb:145:in `start’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/bin/dolt:68:in `’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `load’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/bin/dolt:19:in `’</p>
<p>Note also that sometimes just clicking on a file in the browser, the file content isn’t shown, but rather</p>
<p>/home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:33:in `error’: undefined method `exit_code’ for # (NoMethodError)<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/sinatra/actions.rb:46:in `block in blob’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/dolt-0.2.1/lib/dolt/repo_actions.rb:55:in `block in repo_action’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:158:in `set_deferred_status’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/em/deferrable.rb:198:in `fail’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_rugged-0.1.2/lib/em_rugged/deferrable.rb:37:in `rescue in block (2 levels) in defer’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/em_rugged-0.1.2/lib/em_rugged/deferrable.rb:34:in `block (2 levels) in defer’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1037:in `call’<br />
from /home/knuthaug/.rvm/gems/ruby-1.9.2-p290/gems/eventmachine-1.0.0/lib/eventmachine.rb:1037:in `block in spawn_threadpool’</p>
<p>This happened when clicking to view a .gitignore file.</p>
<p>Tell me if you wan’t these stack traces or more info in a mail somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Update on the Gitorious UI refurbish &#171; The Gitorious Blog</title>
		<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/#comment-1363</link>
		<dc:creator><![CDATA[Update on the Gitorious UI refurbish &#171; The Gitorious Blog]]></dc:creator>
		<pubDate>Tue, 25 Sep 2012 08:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gitorious.org/?p=679#comment-1363</guid>
		<description><![CDATA[[...] previously announced, I&#8217;m currently working on a new code browser, called Dolt. Because we&#8217;re redoing not [...]]]></description>
		<content:encoded><![CDATA[<p>[...] previously announced, I&#8217;m currently working on a new code browser, called Dolt. Because we&#8217;re redoing not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/#comment-1301</link>
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Sat, 15 Sep 2012 05:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gitorious.org/?p=679#comment-1301</guid>
		<description><![CDATA[@kidkarolis ah, of course, I forgot that... http://gitorious.org/gitorious/dolt

There&#039;s plenty of tests, let me know if you have some opinions on how they&#039;re done :)]]></description>
		<content:encoded><![CDATA[<p>@kidkarolis ah, of course, I forgot that&#8230; <a href="http://gitorious.org/gitorious/dolt" rel="nofollow">http://gitorious.org/gitorious/dolt</a></p>
<p>There&#8217;s plenty of tests, let me know if you have some opinions on how they&#8217;re done :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kidkarolis</title>
		<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/#comment-1300</link>
		<dc:creator><![CDATA[kidkarolis]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 23:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gitorious.org/?p=679#comment-1300</guid>
		<description><![CDATA[Is the source code for Dolt hosted somewhere? I wanna explore how ... the tests are written :P]]></description>
		<content:encoded><![CDATA[<p>Is the source code for Dolt hosted somewhere? I wanna explore how &#8230; the tests are written :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ktdreyer</title>
		<link>http://gitorious.wordpress.com/2012/09/14/browsing-local-repositories-with-dolt/#comment-1299</link>
		<dc:creator><![CDATA[ktdreyer]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 21:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gitorious.org/?p=679#comment-1299</guid>
		<description><![CDATA[Cool, modularization is a good thing :)]]></description>
		<content:encoded><![CDATA[<p>Cool, modularization is a good thing :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
