<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,5 +2,7 @@
 *~
 # Ignore rubygems pkg dir
 /pkg
+# Ignore rubygems docs dir
+/doc
 # Ignore MacOSX .DS_Store
-.DS_Store
\ No newline at end of file
+.DS_Store</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -27,9 +27,13 @@ changes to instance methods.  The API is likely to change drastically.
 == Usage
 This is likely to change a bunch, but for the moment:
   ruby_diff old_file new_file
+  
 Or for git repositories, etc.
   ruby_diff --git HEAD --file ./
-
+  
+Compare three different release tags.
+  ruby_diff --git v0.1 --git v0.2 --git v0.3
+  
 See help for more information.
 
 == Contact</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -38,6 +38,7 @@ ruby_diff --git HEAD --file ./
 
 Changes between HEAD and previous revision:
 ruby_diff --git HEAD~1 --git HEAD
+
 HEAD
 
 opts.on('--sexp', &quot;Show the s expressions for each input (mostly for debugging)&quot;){ 
@@ -103,4 +104,4 @@ processors.each_cons(2) do |old_processor, new_processor|
   changes.each do |change|
     puts change.to_s
   end
-end
\ No newline at end of file
+end</diff>
      <filename>bin/ruby_diff</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b68a1f571d01bae7511bae053ef1b81e26b77c2a</id>
    </parent>
  </parents>
  <author>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </author>
  <url>http://github.com/kballard/ruby_diff/commit/979c50c5f3a492a52c6da7df5706ad81ebd4c2c1</url>
  <id>979c50c5f3a492a52c6da7df5706ad81ebd4c2c1</id>
  <committed-date>2008-06-08T19:57:07-07:00</committed-date>
  <authored-date>2008-06-08T19:57:07-07:00</authored-date>
  <message>Updating documentation to include the fact you can use more than 2 sources now</message>
  <tree>b3248f2eac30bf91922b7c1a266aa58edcad6a68</tree>
  <committer>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </committer>
</commit>
