<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ EMAIL_RE = re.compile(&quot;^(.*) &lt;(.*)&gt;$&quot;)
 
 
 def get_revisions(old, new):
-    git = subprocess.Popen(['git-rev-list', '--pretty=medium', '%s..%s' % (old, new)], stdout=subprocess.PIPE)
+    git = subprocess.Popen(['git', 'rev-list', '--pretty=medium', '%s..%s' % (old, new)], stdout=subprocess.PIPE)
     sections = git.stdout.read().split('\n\n')[:-1]
 
     revisions = []</diff>
      <filename>notify-webhook.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f238c6e5f24d6daa533f514357a5c0f39d3acf63</id>
    </parent>
  </parents>
  <author>
    <name>Muness Alrubaie</name>
    <email>muness@thinkrelevance.com</email>
  </author>
  <url>http://github.com/metajack/notify-webhook/commit/b572cc5f9ba5a5195f2d6b34d33c792cfe8cf382</url>
  <id>b572cc5f9ba5a5195f2d6b34d33c792cfe8cf382</id>
  <committed-date>2009-05-04T21:31:02-07:00</committed-date>
  <authored-date>2009-01-16T11:18:26-08:00</authored-date>
  <message>Git 1.6 change

Signed-off-by: Jack Moffitt &lt;metajack@gmail.com&gt;</message>
  <tree>56e4a931bd4b6779ee24c8d4001ed5d8f355291f</tree>
  <committer>
    <name>Jack Moffitt</name>
    <email>metajack@gmail.com</email>
  </committer>
</commit>
