<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -192,7 +192,7 @@ class Git &lt; Thor
   end
   
   def git_stash
-    `git diff-files --quiet`
+    `git diff-files --quiet --ignore-submodules`
     if $?.exitstatus == 1
       stash = true
       clear = (`git stash list`.scan(&quot;\n&quot;).size == 0)</diff>
      <filename>git.thor</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2d470ead02f58c0daaadf893db22b499554ab4b9</id>
    </parent>
  </parents>
  <author>
    <name>Joel Chippindale</name>
    <email>joel.chippindale@gmail.com</email>
  </author>
  <url>http://github.com/cypher/thor-git/commit/2df8b9310f926413e9806398ddff995022d1765b</url>
  <id>2df8b9310f926413e9806398ddff995022d1765b</id>
  <committed-date>2009-10-09T01:02:43-07:00</committed-date>
  <authored-date>2009-10-09T01:01:44-07:00</authored-date>
  <message>Fix bug in #git_stash when there are changes to submodule versions

No longer tries to stash changes when those changes are just to submodule versions (which
doesn't actually create a new stash) and then erroneously apply the most recent stash after
yielding.</message>
  <tree>ddc7be50984631aa5da824f681a60c1ad37dd1b3</tree>
  <committer>
    <name>Joel Chippindale</name>
    <email>joel.chippindale@gmail.com</email>
  </committer>
</commit>
