<?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/"
	
	>
<channel>
	<title>
	Comments on: Announcing git-deps: commit dependency analysis / visualization tool	</title>
	<atom:link href="https://blog.adamspiers.org/2015/01/19/git-deps/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamspiers.org/2015/01/19/git-deps/</link>
	<description>because there&#039;s always something more interesting than what you should be doing</description>
	<lastBuildDate>Sat, 24 Jan 2015 01:14:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: OpenStack Community Weekly Newsletter (Jan 16 &#8211; 23) &#124; The OpenStack Blog		</title>
		<link>https://blog.adamspiers.org/2015/01/19/git-deps/#comment-1653040</link>

		<dc:creator><![CDATA[OpenStack Community Weekly Newsletter (Jan 16 &#8211; 23) &#124; The OpenStack Blog]]></dc:creator>
		<pubDate>Sat, 24 Jan 2015 01:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=1452#comment-1653040</guid>

					<description><![CDATA[[&#8230;] Announcing git-deps: commit dependency analysis / visualization tool [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Announcing git-deps: commit dependency analysis / visualization tool [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adam		</title>
		<link>https://blog.adamspiers.org/2015/01/19/git-deps/#comment-1650342</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Mon, 19 Jan 2015 14:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=1452#comment-1650342</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.adamspiers.org/2015/01/19/git-deps/#comment-1650330&quot;&gt;Matthijs Kooijman&lt;/a&gt;.

Hi Matthijs!  It&#039;s funny - actually I just discovered `patchdeps` a few hours before you wrote this :-)  Before I first wrote git-deps in late 2013 I googled around for any existing tools but didn&#039;t find yours for some reason :-/  Otherwise I would have tried to build on yours instead of reinventing the wheel - sorry about that.  But yes, it is a slightly different approach, although yours has the advantage of working with other SCMs I guess.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.adamspiers.org/2015/01/19/git-deps/#comment-1650330">Matthijs Kooijman</a>.</p>
<p>Hi Matthijs!  It&#8217;s funny &#8211; actually I just discovered `patchdeps` a few hours before you wrote this 🙂  Before I first wrote git-deps in late 2013 I googled around for any existing tools but didn&#8217;t find yours for some reason :-/  Otherwise I would have tried to build on yours instead of reinventing the wheel &#8211; sorry about that.  But yes, it is a slightly different approach, although yours has the advantage of working with other SCMs I guess.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthijs Kooijman		</title>
		<link>https://blog.adamspiers.org/2015/01/19/git-deps/#comment-1650330</link>

		<dc:creator><![CDATA[Matthijs Kooijman]]></dc:creator>
		<pubDate>Mon, 19 Jan 2015 13:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adamspiers.org/?p=1452#comment-1650330</guid>

					<description><![CDATA[Nice tool! I previously wrote `patchdeps`, a similar tool which handles both patches and git commits by manually analyzing the diff output. Your approach of just parsing git blame output looks great to me, the code is a lot simpler.

At some point I got stuck at not being able to properly find dependencies without looking at the entire history when some more complex merges were involved. It seems your code just lets git sort this stuff out through blame :-)

I&#039;ll keep this tool in mind the next time I have a bunch of patches to sort out :-)]]></description>
			<content:encoded><![CDATA[<p>Nice tool! I previously wrote `patchdeps`, a similar tool which handles both patches and git commits by manually analyzing the diff output. Your approach of just parsing git blame output looks great to me, the code is a lot simpler.</p>
<p>At some point I got stuck at not being able to properly find dependencies without looking at the entire history when some more complex merges were involved. It seems your code just lets git sort this stuff out through blame 🙂</p>
<p>I&#8217;ll keep this tool in mind the next time I have a bunch of patches to sort out 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
