<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitmodules</filename>
    </added>
    <added>
      <filename>externals/wikislurp</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1 @@
 cache
-externals
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -2,4 +2,19 @@
 
 This is the code used to control [Is Neil Annoyed By?][1].  That's it, really.
 
+## Git Submodules
+
+After you have clone the repository, you'll need to run the following to
+pull in all the submodules:
+
+    git submodule init
+    git submodule update
+    cd externals/wikislurp
+    git submodule init
+    git submodule update
+    cd externals/curlcall
+    git submodule init
+    git submodule update
+
+
 [1]: http://isneilannoyedby.com
\ No newline at end of file</diff>
      <filename>README.Markdown</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>config/giternal.yml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b57db516bfd13387a32f49e67d898047bc927bd7</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/isneilannoyedby/commit/a82ba4681f5a4b1c3670c8e976c5d832ed396d46</url>
  <id>a82ba4681f5a4b1c3670c8e976c5d832ed396d46</id>
  <committed-date>2008-12-31T07:05:42-08:00</committed-date>
  <authored-date>2008-12-31T07:05:42-08:00</authored-date>
  <message>Moved form giternal to git submodules</message>
  <tree>c7fe17f7770b2b562e01936ada32f79e456e88b6</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
