<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>0c732eb89140545cc185321c82940df7fc37bb86</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/7c5a64a3fe84e5f3535cf1df8a61943a34a94c2f</url>
    <id>7c5a64a3fe84e5f3535cf1df8a61943a34a94c2f</id>
    <committed-date>2009-09-17T09:52:52-07:00</committed-date>
    <authored-date>2009-09-17T09:52:52-07:00</authored-date>
    <message>Automatically subscribing to other leg events after bridge (useful for consecutive att_xfer)</message>
    <tree>8a50832f2b0bc9d1f5fc103922ad717ff294c3f5</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cc428d3f72526f76dd3f31298c2449be3ecea5ba</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/0c732eb89140545cc185321c82940df7fc37bb86</url>
    <id>0c732eb89140545cc185321c82940df7fc37bb86</id>
    <committed-date>2009-06-26T02:35:12-07:00</committed-date>
    <authored-date>2009-06-26T02:35:12-07:00</authored-date>
    <message>Added support for events from multiple channels.
You can now subscribe to events from the b leg after you bridged the incoming call ( by send_and_read(&quot;filter Unique-ID #{call_vars[:other_leg_unique_id]}&quot;) and execute commands on that leg (by e.g. execute_app('transfer', &quot;in_call_voice_mail&quot;, true, call_vars[:unique_id])).
Nicer syntax for this coming..</message>
    <tree>9fc190a2e549e672dc47ba6249f5b9dbe84c364d</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>666561d7c28a8d75f61cf84da027ccd9143c3a65</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/cc428d3f72526f76dd3f31298c2449be3ecea5ba</url>
    <id>cc428d3f72526f76dd3f31298c2449be3ecea5ba</id>
    <committed-date>2009-06-12T02:16:57-07:00</committed-date>
    <authored-date>2009-06-12T02:16:57-07:00</authored-date>
    <message>nicer logging</message>
    <tree>47033f9649733071d0ef475797785c6fc59d03fe</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e54ce7f9e1511276c425ec5791eefca4e81a01be</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/666561d7c28a8d75f61cf84da027ccd9143c3a65</url>
    <id>666561d7c28a8d75f61cf84da027ccd9143c3a65</id>
    <committed-date>2009-06-12T02:06:23-07:00</committed-date>
    <authored-date>2009-06-12T02:06:23-07:00</authored-date>
    <message>Not sending any data after FS disconnects the session</message>
    <tree>417d1d7f66aa1182920623bc3b8602b4e4eca88b</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec09fdfded21b1d83b6ee0da88d0505d8a8e5ba3</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/e54ce7f9e1511276c425ec5791eefca4e81a01be</url>
    <id>e54ce7f9e1511276c425ec5791eefca4e81a01be</id>
    <committed-date>2009-06-05T04:04:57-07:00</committed-date>
    <authored-date>2009-06-05T04:04:57-07:00</authored-date>
    <message>Added method for the speak app</message>
    <tree>47a605f37da60c027d10c69e9c3884677c709351</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9045d4273382e3c010284c8f552c0a9081072568</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/ec09fdfded21b1d83b6ee0da88d0505d8a8e5ba3</url>
    <id>ec09fdfded21b1d83b6ee0da88d0505d8a8e5ba3</id>
    <committed-date>2009-05-17T11:47:31-07:00</committed-date>
    <authored-date>2009-05-17T11:47:31-07:00</authored-date>
    <message>Fixed bug in event body reading - doesn't read lines, but bytes
Reading event header up to &quot;\n\n&quot; as Content-Length doesn't seem to be reliable</message>
    <tree>8016a3c2c81c8fd1c1ba8f2c985027d55ac96cc9</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a0fd14af870c79b0c5d0b4fa3f9ddf5d9b83319</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/9045d4273382e3c010284c8f552c0a9081072568</url>
    <id>9045d4273382e3c010284c8f552c0a9081072568</id>
    <committed-date>2009-05-15T08:37:14-07:00</committed-date>
    <authored-date>2009-05-15T08:37:14-07:00</authored-date>
    <message>Infinite loop without sleeping was not the best idea..</message>
    <tree>7717c9f2ae85d24e477ca943c4d56a744a126aef</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62fd7d08ccfd44b18f92a3ff063b664f86078347</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/2a0fd14af870c79b0c5d0b4fa3f9ddf5d9b83319</url>
    <id>2a0fd14af870c79b0c5d0b4fa3f9ddf5d9b83319</id>
    <committed-date>2009-05-15T06:17:44-07:00</committed-date>
    <authored-date>2009-05-15T06:17:44-07:00</authored-date>
    <message>Not calling step callback when Freeswitch disconnects (only on_hangup)</message>
    <tree>0e9906c99e1f25c365b0cff91f7960e6c7ab7c2c</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d762c0de38cc535cf8aae2826b8373ee6e036ca</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/62fd7d08ccfd44b18f92a3ff063b664f86078347</url>
    <id>62fd7d08ccfd44b18f92a3ff063b664f86078347</id>
    <committed-date>2009-05-14T14:27:55-07:00</committed-date>
    <authored-date>2009-05-14T14:27:55-07:00</authored-date>
    <message>Added miliseconds to timestamps in log messages</message>
    <tree>a021b03df89f711931932cc3e85f0f6c2e031c8d</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d6ea8e29c2814a11de7aca1b1190196560e1992</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/0d762c0de38cc535cf8aae2826b8373ee6e036ca</url>
    <id>0d762c0de38cc535cf8aae2826b8373ee6e036ca</id>
    <committed-date>2009-05-14T14:25:49-07:00</committed-date>
    <authored-date>2009-05-14T14:25:49-07:00</authored-date>
    <message>Logging everything only in development environment</message>
    <tree>2368b80aa68564c54cfa8168e3002a23b585919c</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e0767c7234771a230142a91a8649188f230799b</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/8d6ea8e29c2814a11de7aca1b1190196560e1992</url>
    <id>8d6ea8e29c2814a11de7aca1b1190196560e1992</id>
    <committed-date>2009-05-14T13:34:37-07:00</committed-date>
    <authored-date>2009-05-14T13:34:37-07:00</authored-date>
    <message>Fixed and refactored incoming data consuming</message>
    <tree>01048bdbfdfe055fa51b4d45e50c34a17723d9bb</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>373f4a1000720b7b47c409e5fea03d8f42cbda62</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/0e0767c7234771a230142a91a8649188f230799b</url>
    <id>0e0767c7234771a230142a91a8649188f230799b</id>
    <committed-date>2009-05-14T03:36:27-07:00</committed-date>
    <authored-date>2009-05-14T03:36:27-07:00</authored-date>
    <message>Migrated from EventMachine to GServer because GServer creates one thread per connection whereas EventMachine doesn't server another request until the previous one has been finished.

Increased version to 0.2.0</message>
    <tree>515809a679d389d5d14b1e095570c940f2cd900e</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4873ae2c733fbc6527f60962c7df8972f80650eb</id>
      </parent>
    </parents>
    <author>
      <name>Lon Baker</name>
      <email>lon@kickasspixels.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/373f4a1000720b7b47c409e5fea03d8f42cbda62</url>
    <id>373f4a1000720b7b47c409e5fea03d8f42cbda62</id>
    <committed-date>2009-05-05T00:50:48-07:00</committed-date>
    <authored-date>2009-04-14T12:40:51-07:00</authored-date>
    <message>Added gemspec to Rake file

Signed-off-by: Jan Kubr &lt;jan.kubr@gmail.com&gt;</message>
    <tree>6cd681d37dbcffeba327ce78312cf69a2b95bbc6</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb693534746baaf8d1fdd8365ad20810212f5857</id>
      </parent>
    </parents>
    <author>
      <name>Lon Baker</name>
      <email>lon@kickasspixels.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/4873ae2c733fbc6527f60962c7df8972f80650eb</url>
    <id>4873ae2c733fbc6527f60962c7df8972f80650eb</id>
    <committed-date>2009-05-05T00:50:45-07:00</committed-date>
    <authored-date>2009-04-14T12:33:10-07:00</authored-date>
    <message>Added gem command to Rake file

Signed-off-by: Jan Kubr &lt;jan.kubr@gmail.com&gt;</message>
    <tree>af159eed36d67769194e55e0768946bddbab735c</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed316c481292ec8da6afc9cd3d42efc077d023e6</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/cb693534746baaf8d1fdd8365ad20810212f5857</url>
    <id>cb693534746baaf8d1fdd8365ad20810212f5857</id>
    <committed-date>2009-05-05T00:45:33-07:00</committed-date>
    <authored-date>2009-05-05T00:45:33-07:00</authored-date>
    <message>* Added support for events with body

* Slightly refactored some specs - mainly naming</message>
    <tree>a6d97f5ad44b6531b0ab80e70b98a8742c7ea0b7</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ce3afb853fa718db2b72c1c6d7b179ba68b1ee4</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/ed316c481292ec8da6afc9cd3d42efc077d023e6</url>
    <id>ed316c481292ec8da6afc9cd3d42efc077d023e6</id>
    <committed-date>2009-05-05T00:06:52-07:00</committed-date>
    <authored-date>2009-05-05T00:06:52-07:00</authored-date>
    <message>Made spec rake task work, renamed SAMPLE_CALL_VARIABLES (which was an example event) to EVENT</message>
    <tree>4a53b1ba46d277ea6377977599a406e67e013c21</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>86ae49b9cf7f2def500817f2f717def1d22de5dc</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/9ce3afb853fa718db2b72c1c6d7b179ba68b1ee4</url>
    <id>9ce3afb853fa718db2b72c1c6d7b179ba68b1ee4</id>
    <committed-date>2009-04-08T09:09:02-07:00</committed-date>
    <authored-date>2009-04-08T09:09:02-07:00</authored-date>
    <message>execute_completed? returns true only when CHANNEL_EXECUTE_COMPLETE event comes with the &quot;Application&quot; variable that equals to the last app executed. As it seems Freeswitch might send some events twice..</message>
    <tree>207ef6ce6fd983e5b6020670b74d8f0702e7c141</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6213df7f48ee6c87cd936fbd8f27320a1267652</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/86ae49b9cf7f2def500817f2f717def1d22de5dc</url>
    <id>86ae49b9cf7f2def500817f2f717def1d22de5dc</id>
    <committed-date>2009-03-28T08:31:10-07:00</committed-date>
    <authored-date>2009-03-28T08:31:10-07:00</authored-date>
    <message>Renamed event_completed to execute_completed?</message>
    <tree>f1c7b8f1b6fcccb128d1ce43000f4fc01183ec8b</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbca2db60e65d506d3318bb97b24fc9f00e96c01</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/a6213df7f48ee6c87cd936fbd8f27320a1267652</url>
    <id>a6213df7f48ee6c87cd936fbd8f27320a1267652</id>
    <committed-date>2009-03-27T02:16:06-07:00</committed-date>
    <authored-date>2009-03-27T02:16:06-07:00</authored-date>
    <message>Added the start_recording and stop_recording methods</message>
    <tree>18640543189f9e9ebbbb92d53ceddba227db7d34</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>594ab0454956fb96596b72369f52e97049cf4737</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/fbca2db60e65d506d3318bb97b24fc9f00e96c01</url>
    <id>fbca2db60e65d506d3318bb97b24fc9f00e96c01</id>
    <committed-date>2009-03-04T02:33:11-08:00</committed-date>
    <authored-date>2009-03-04T02:33:11-08:00</authored-date>
    <message>requiring active record if connecting to db</message>
    <tree>be842eca7dc6c77393de6b99a3624c55fe443ca2</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5beb048eb888852815a97a16373ca2cc921f0629</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/594ab0454956fb96596b72369f52e97049cf4737</url>
    <id>594ab0454956fb96596b72369f52e97049cf4737</id>
    <committed-date>2009-03-04T01:51:44-08:00</committed-date>
    <authored-date>2009-03-04T01:51:44-08:00</authored-date>
    <message>Added method for the transfer app</message>
    <tree>dc984dc8e3902b482dd0c4088a5327bb9d79eaba</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62290c9c51c07108a7c75553b5b5ba0a17a2f2bb</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/5beb048eb888852815a97a16373ca2cc921f0629</url>
    <id>5beb048eb888852815a97a16373ca2cc921f0629</id>
    <committed-date>2009-02-13T01:05:18-08:00</committed-date>
    <authored-date>2009-02-13T01:05:18-08:00</authored-date>
    <message>Renamed top-level Freec helper methods</message>
    <tree>51f3c53b945299eaeefd4716e5d5483453b245a6</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>605354e4fbad66ff2c08cb305888e3464e85fbc6</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/62290c9c51c07108a7c75553b5b5ba0a17a2f2bb</url>
    <id>62290c9c51c07108a7c75553b5b5ba0a17a2f2bb</id>
    <committed-date>2009-02-03T14:24:16-08:00</committed-date>
    <authored-date>2009-02-03T14:24:16-08:00</authored-date>
    <message>Added the spell method</message>
    <tree>173fc8627e663053b0178e08e058abaef3c0ffcb</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>697edea68bf1db139461969a8cb6c7332e10bb7e</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/605354e4fbad66ff2c08cb305888e3464e85fbc6</url>
    <id>605354e4fbad66ff2c08cb305888e3464e85fbc6</id>
    <committed-date>2009-02-03T13:53:56-08:00</committed-date>
    <authored-date>2009-02-03T13:53:56-08:00</authored-date>
    <message>Made some methods public again,
app code reload doesn't crash when lib dir doesn't exist</message>
    <tree>6e2a7296a43cda35bd3f0d861a1a5b2e6c4fe964</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f56fd12a07c5b3d80e8afe24451f2d256e368be6</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/697edea68bf1db139461969a8cb6c7332e10bb7e</url>
    <id>697edea68bf1db139461969a8cb6c7332e10bb7e</id>
    <committed-date>2009-01-29T09:14:14-08:00</committed-date>
    <authored-date>2009-01-29T09:14:14-08:00</authored-date>
    <message>Commented all but two public methods</message>
    <tree>ff4055ba00f91ca0625c295d7cc15739b738e6d8</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dec6c291a7f6813b3af9eea4b6f481a9e4f77b73</id>
      </parent>
    </parents>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/f56fd12a07c5b3d80e8afe24451f2d256e368be6</url>
    <id>f56fd12a07c5b3d80e8afe24451f2d256e368be6</id>
    <committed-date>2009-01-23T07:28:07-08:00</committed-date>
    <authored-date>2009-01-23T07:28:07-08:00</authored-date>
    <message>Added .gemspec file</message>
    <tree>7bd0950800d8d9e08f546d026a36b5d57ee70c17</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </author>
    <url>http://github.com/jankubr/freec/commit/dec6c291a7f6813b3af9eea4b6f481a9e4f77b73</url>
    <id>dec6c291a7f6813b3af9eea4b6f481a9e4f77b73</id>
    <committed-date>2009-01-23T07:24:44-08:00</committed-date>
    <authored-date>2009-01-23T07:24:44-08:00</authored-date>
    <message>Initial commit</message>
    <tree>fa168dc6e8e8570874c2da32de59dc153de7d599</tree>
    <committer>
      <name>Jan Kubr</name>
      <email>jan.kubr@gmail.com</email>
    </committer>
  </commit>
</commits>
