<?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"
	>
<channel>
	<title>Comments on: Installing Git on OS X Leopard</title>
	<atom:link href="http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/</link>
	<description>So I don't have to figure things out more than once.</description>
	<pubDate>Tue, 30 Sep 2008 23:40:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-20378</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Wed, 16 Jul 2008 02:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-20378</guid>
		<description>&lt;p&gt;Added that to the post.  Thanks, McCall.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Added that to the post.  Thanks, McCall.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McCall</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-20323</link>
		<dc:creator>Chris McCall</dc:creator>
		<pubDate>Tue, 15 Jul 2008 13:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-20323</guid>
		<description>&lt;p&gt;Thanks for the solutions log Trey!
For the Macports version of the install you probably want to have xcode installed. To ease the pain.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the solutions log Trey!
For the Macports version of the install you probably want to have xcode installed. To ease the pain.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RAILS66 &#187; Blog Archive &#187; Installing Merb</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-20130</link>
		<dc:creator>RAILS66 &#187; Blog Archive &#187; Installing Merb</dc:creator>
		<pubDate>Sun, 13 Jul 2008 15:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-20130</guid>
		<description>&lt;p&gt;[...] Installing Git on OS X Leopard(MacPorts) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Installing Git on OS X Leopard(MacPorts) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Rudolph</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-19281</link>
		<dc:creator>Jason Rudolph</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-19281</guid>
		<description>&lt;p&gt;Somehow, someway, I lost my Git man pages during the upgrade.  Doh!&lt;/p&gt;

&lt;p&gt;In case anyone else ends up in the same boat, these two commands will install the 1.5.6 man pages and get you back on track:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;curl -O
  http://www.kernel.org/pub/software/scm/git/git-manpages-1.5.6.tar.bz2&lt;/p&gt;
  
  &lt;p&gt;sudo tar xjv -C /usr/local/man -f
  git-manpages-1.5.6.tar.bz2&lt;/p&gt;
&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>Somehow, someway, I lost my Git man pages during the upgrade.  Doh!</p>

<p>In case anyone else ends up in the same boat, these two commands will install the 1.5.6 man pages and get you back on track:</p>

<blockquote>
  <p>curl -O
  <a href="http://www.kernel.org/pub/software/scm/git/git-manpages-1.5.6.tar.bz2" >http://www.kernel.org/pub/software/scm/git/git-manpages-1.5.6.tar.bz2</a></p>
  
  <p>sudo tar xjv -C /usr/local/man -f
  git-manpages-1.5.6.tar.bz2</p>
</blockquote>]]></content:encoded>
	</item>
	<item>
		<title>By: justG</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-18979</link>
		<dc:creator>justG</dc:creator>
		<pubDate>Tue, 01 Jul 2008 03:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-18979</guid>
		<description>&lt;p&gt;Thanks so much for these incredibly easy-to-follow, accurate instructions. Everything worked exactly as it was supposed to with no errors, which is pretty much a first for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks so much for these incredibly easy-to-follow, accurate instructions. Everything worked exactly as it was supposed to with no errors, which is pretty much a first for me.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Panasonic Youth &#8211; Git 1.5.6 released</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-17871</link>
		<dc:creator>Panasonic Youth &#8211; Git 1.5.6 released</dc:creator>
		<pubDate>Thu, 19 Jun 2008 04:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-17871</guid>
		<description>&lt;p&gt;[...] directions posted here worked fine for me to upgrade my existing source based installation in [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] directions posted here worked fine for me to upgrade my existing source based installation in [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-16473</link>
		<dc:creator>Arthur</dc:creator>
		<pubDate>Sun, 01 Jun 2008 17:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-16473</guid>
		<description>&lt;p&gt;Interesting, especially the compiling from source. I also wrote about  Git on OS X some time ago with a little more focus on the installation from MacPorts and  Configuration. You can find it &lt;a href="http://arthurkoziel.com/2008/05/02/git-configuration/"&gt;here&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting, especially the compiling from source. I also wrote about  Git on OS X some time ago with a little more focus on the installation from MacPorts and  Configuration. You can find it <a href="http://arthurkoziel.com/2008/05/02/git-configuration/">here</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ian White</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-15372</link>
		<dc:creator>Ian White</dc:creator>
		<pubDate>Mon, 19 May 2008 15:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-15372</guid>
		<description>&lt;p&gt;Thanks for the writeup.  If you're interested in &lt;em&gt;hosting&lt;/em&gt; git on your leopard machine, then I've written a &lt;a href="http://blog.ardes.com/2008/5/19/git-hosting-with-leopard"&gt;writeup over at blog.ardes.com&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup.  If you&#8217;re interested in <em>hosting</em> git on your leopard machine, then I&#8217;ve written a <a href="http://blog.ardes.com/2008/5/19/git-hosting-with-leopard">writeup over at blog.ardes.com</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-12788</link>
		<dc:creator>Tim Harper</dc:creator>
		<pubDate>Thu, 03 Apr 2008 21:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/#comment-12788</guid>
		<description>&lt;p&gt;Even more of a bonus: Geoff Cheshire and I have been putting together some Git installer packages for OS X:&lt;/p&gt;

&lt;p&gt;http://code.google.com/p/git-osx-installer/&lt;/p&gt;

&lt;p&gt;Additionally, for some really great textmate integration:&lt;/p&gt;

&lt;p&gt;http://gitorious.org/projects/git-tmbundle/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Even more of a bonus: Geoff Cheshire and I have been putting together some Git installer packages for OS X:</p>

<p><a href="http://code.google.com/p/git-osx-installer/" >http://code.google.com/p/git-osx-installer/</a></p>

<p>Additionally, for some really great textmate integration:</p>

<p><a href="http://gitorious.org/projects/git-tmbundle/" >http://gitorious.org/projects/git-tmbundle/</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
