<?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: git and Changes.app: take two, the right way to do it</title>
	<atom:link href="http://danimal.org/SenorTaco/2008/02/27/git-and-changesapp-take-two-the-right-way-to-do-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://danimal.org/SenorTaco/2008/02/27/git-and-changesapp-take-two-the-right-way-to-do-it/</link>
	<description>rolling through the journey that is life</description>
	<pubDate>Thu, 28 Aug 2008 03:17:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: danimal</title>
		<link>http://danimal.org/SenorTaco/2008/02/27/git-and-changesapp-take-two-the-right-way-to-do-it/#comment-336</link>
		<dc:creator>danimal</dc:creator>
		<pubDate>Wed, 12 Mar 2008 22:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://danimal.org/SenorTaco/2008/02/27/git-and-changesapp-take-two-the-right-way-to-do-it/#comment-336</guid>
		<description>Lovely. It looks as though WordPress encoded the quotes and dash dash as html entities so a cut and past doesn't work quite right.  I suggest going to the &lt;a href="http://wiki.changesapp.com/index.php/SCM_Integration_Scripts#Git_Integration" rel="nofollow"&gt;Changes Wiki&lt;/a&gt; and getting the code from there.</description>
		<content:encoded><![CDATA[<p>Lovely. It looks as though WordPress encoded the quotes and dash dash as html entities so a cut and past doesn&#8217;t work quite right.  I suggest going to the <a href="http://wiki.changesapp.com/index.php/SCM_Integration_Scripts#Git_Integration" rel="nofollow">Changes Wiki</a> and getting the code from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://danimal.org/SenorTaco/2008/02/27/git-and-changesapp-take-two-the-right-way-to-do-it/#comment-335</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 12 Mar 2008 21:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://danimal.org/SenorTaco/2008/02/27/git-and-changesapp-take-two-the-right-way-to-do-it/#comment-335</guid>
		<description>I noticed a couple of typos in the script above: chdiff needs two dashes for its options and bash needs straight quotes:

&lt;code&gt;
#!/bin/bash
[ $# -eq 7 ] &#38;&#38; /usr/bin/env chdiff â-wait "$2" "$5"
&lt;/code&gt;

More importantly, though, I'm not having any luck getting this to work with Changes:

&lt;code&gt;
$ git diff
diff --git a/README b/README
index a1db73c..98b2cc3 100644
--- a/README
+++ b/README
@@ -201,3 +201,4 @@ test
 vendor
   External libraries that the application depends on. Also includes the plugins subdirectory.
   This directory is in the load path.
+testing
$ export GIT_EXTERNAL_DIFF=gitchdiff
$ git diff
Usage: chdiff (--background) (--wait)  
       chdiff --script 

Notes: You can use process substitution for either filename1 or filename2.
       To use STDIN, pass (-) for either  or .
       The --script parameter expects a path to a valid F-Script script.
external diff died, stopping at README.

$ cat /Users/matt/bin/gitchdiff 

#!/bin/bash
[ $# -eq 7 ] &#038;&#038; /usr/bin/env chdiff --wait "$2" "$5"
&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>I noticed a couple of typos in the script above: chdiff needs two dashes for its options and bash needs straight quotes:</p>
<p><code><br />
#!/bin/bash<br />
[ $# -eq 7 ] &amp;&amp; /usr/bin/env chdiff â-wait &#8220;$2&#8243; &#8220;$5&#8243;<br />
</code></p>
<p>More importantly, though, I&#8217;m not having any luck getting this to work with Changes:</p>
<p><code><br />
$ git diff<br />
diff --git a/README b/README<br />
index a1db73c..98b2cc3 100644<br />
--- a/README<br />
+++ b/README<br />
@@ -201,3 +201,4 @@ test<br />
 vendor<br />
   External libraries that the application depends on. Also includes the plugins subdirectory.<br />
   This directory is in the load path.<br />
+testing<br />
$ export GIT_EXTERNAL_DIFF=gitchdiff<br />
$ git diff<br />
Usage: chdiff (--background) (--wait)<br />
       chdiff --script </p>
<p>Notes: You can use process substitution for either filename1 or filename2.<br />
       To use STDIN, pass (-) for either  or .<br />
       The --script parameter expects a path to a valid F-Script script.<br />
external diff died, stopping at README.</p>
<p>$ cat /Users/matt/bin/gitchdiff </p>
<p>#!/bin/bash<br />
[ $# -eq 7 ] &#038;&#038; /usr/bin/env chdiff --wait &#8220;$2&#8243; &#8220;$5&#8243;<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
