<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,8 @@ cd &quot;$DIR/build&quot;
 
 bisect()
 {
-	git rev-list --first-parent --bisect-all &quot;$@&quot; |
+	(git rev-list --first-parent --bisect-all &quot;$@&quot; ||
+	 git rev-list --first-parent &quot;$@&quot; ) |
 		while read x y; do
 			[ -e ../out/pass/$x -o -e ../out/fail/$x ] &amp;&amp; continue
 			echo $x</diff>
      <filename>next-rev.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>08d1e5487554da1c0128407240e660a1608daabe</id>
    </parent>
  </parents>
  <author>
    <name>Avery Pennarun</name>
    <email>apenwarr@gmail.com</email>
  </author>
  <url>http://github.com/apenwarr/gitbuilder/commit/e4770d77c730112742ee219ce8ba9440b6a0d631</url>
  <id>e4770d77c730112742ee219ce8ba9440b6a0d631</id>
  <committed-date>2008-08-23T10:48:48-07:00</committed-date>
  <authored-date>2008-08-23T10:48:48-07:00</authored-date>
  <message>Workaround for git segfault in --first-parent --bisect-all.

Just try it without the --bisect-all!  We'll get there eventually...</message>
  <tree>22e1c431e0a6cef350be25bca958ba81145ba118</tree>
  <committer>
    <name>Avery Pennarun</name>
    <email>apenwarr@gmail.com</email>
  </committer>
</commit>
