<?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: Creating ctags with git hooks</title>
	<atom:link href="http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/</link>
	<description>code - video - mac - lifehack</description>
	<lastBuildDate>Sat, 27 Feb 2010 04:38:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tobias Crawley</title>
		<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/comment-page-1/#comment-161</link>
		<dc:creator>Tobias Crawley</dc:creator>
		<pubDate>Thu, 12 Nov 2009 22:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://smartic.us/?p=35440#comment-161</guid>
		<description>&lt;p&gt;Bryan:&lt;br&gt;&lt;br&gt;I just updated the run_tags script to run the find &#124; ctags in the background to make git commands more responsive on larger code bases. The updated version is at &lt;a href=&quot;http://gist.github.com/42308&quot; rel=&quot;nofollow&quot;&gt;http://gist.github.com/42308&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bryan:<br /><br />I just updated the run_tags script to run the find | ctags in the background to make git commands more responsive on larger code bases. The updated version is at <a href="http://gist.github.com/42308" rel="nofollow">http://gist.github.com/42308</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ideas.each &#38;:post &#187; Generating a TAGS file from a git hook</title>
		<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/comment-page-1/#comment-41</link>
		<dc:creator>ideas.each &#38;:post &#187; Generating a TAGS file from a git hook</dc:creator>
		<pubDate>Sun, 19 Apr 2009 16:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://smartic.us/?p=35440#comment-41</guid>
		<description>&lt;p&gt;[...] script has been modified to register for the post-checkout hook as well, based on a suggestion from Bryan Liles). The post-merge hook will get called after you do a git pull to merge from another repository, and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] script has been modified to register for the post-checkout hook as well, based on a suggestion from Bryan Liles). The post-merge hook will get called after you do a git pull to merge from another repository, and [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/comment-page-1/#comment-23</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Mon, 06 Apr 2009 06:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://smartic.us/?p=35440#comment-23</guid>
		<description>&lt;p&gt;Yes, this is important.  You must install exuberant ctags from macports.   I&#039;m not too familiar with the bsd version.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, this is important.  You must install exuberant ctags from macports.   I&#39;m not too familiar with the bsd version.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: François Beausoleil</title>
		<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/comment-page-1/#comment-22</link>
		<dc:creator>François Beausoleil</dc:creator>
		<pubDate>Mon, 06 Apr 2009 06:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://smartic.us/?p=35440#comment-22</guid>
		<description>&lt;p&gt;Bryan, this is very good.  The stock ctags on Mac OS 10.5 doesn&#039;t recognize the -L and -e options though.  I had to install the ctags port.  After that, I was able to run run_tags.  Thank you very much, and please keep these Vim videos coming!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bryan, this is very good.  The stock ctags on Mac OS 10.5 doesn&#39;t recognize the -L and -e options though.  I had to install the ctags port.  After that, I was able to run run_tags.  Thank you very much, and please keep these Vim videos coming!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Bolton</title>
		<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/comment-page-1/#comment-21</link>
		<dc:creator>Dave Bolton</dc:creator>
		<pubDate>Sun, 05 Apr 2009 01:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://smartic.us/?p=35440#comment-21</guid>
		<description>&lt;p&gt;I&#039;ve been very much enjoying your videos Bryan, keep it going!&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Dave&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#39;ve been very much enjoying your videos Bryan, keep it going!<br /><br />Cheers,<br />Dave</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tcrawley</title>
		<link>http://smartic.us/2009/04/03/creating-ctags-with-git-hooks/comment-page-1/#comment-20</link>
		<dc:creator>tcrawley</dc:creator>
		<pubDate>Fri, 03 Apr 2009 23:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://smartic.us/?p=35440#comment-20</guid>
		<description>&lt;p&gt;Bryan:&lt;br&gt;&lt;br&gt;Nice job! I just realized that we have the same WP theme - makes us appear to be in cohoots.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bryan:<br /><br />Nice job! I just realized that we have the same WP theme &#8211; makes us appear to be in cohoots.</p>]]></content:encoded>
	</item>
</channel>
</rss>
