<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>git-svn-check-unpushed</filename>
    </added>
    <added>
      <filename>git-svn-externals-check</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -28,3 +28,25 @@ Enjoy,
 
 - Andre Pang &lt;ozone@algorithm.com.au&gt;
 
+
+git-svn-check-unpushed and git-svn-externals-check
+==================================================
+
+In addition to the git-svn-clone-externals script I added two more
+scripts:
+
+* ``git-svn-check-unpushed`` tries to determine whether there are
+  commits which are not yet pushed back to the subversion
+  repository. I took this idea from Magit (an interface to the version
+  control system Git, implemented as an extension to Emacs) and
+  implemented it in Python instead of Lisp.x
+
+* git-svn-externals-check is a script that displays whether there are
+  uncommitted changes or commits that are not pushed to the subversion
+  repository yet. Basically it executes ``git status`` and the
+  ``git-svn-check-unpushed`` scripts for each directory in the current
+  directory.
+
+Feel free to use and improve these scripts.
+
+- Mark van Lent &lt;mark@vlent.nl&gt;</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>08d60c291df999b5f477c1aeba7be94b99c465a3</id>
    </parent>
  </parents>
  <author>
    <name>Mark van Lent</name>
    <email>mark@vlent.nl</email>
  </author>
  <url>http://github.com/andrep/git-svn-clone-externals/commit/cb0b38c730394a40229e457078aa4a651683cd5e</url>
  <id>cb0b38c730394a40229e457078aa4a651683cd5e</id>
  <committed-date>2009-04-30T08:53:06-07:00</committed-date>
  <authored-date>2009-04-30T08:53:06-07:00</authored-date>
  <message>Added two scripts to make checking the git repositories easier.</message>
  <tree>cad431e6577db5b5f1d3a0b83043308036d260bc</tree>
  <committer>
    <name>Mark van Lent</name>
    <email>mark@vlent.nl</email>
  </committer>
</commit>
