<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f967e671bedba15c08940a40ea14280fc3f222ab</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/e7fd6215d70945b203add66836fe1bc22b5675a5</url>
    <id>e7fd6215d70945b203add66836fe1bc22b5675a5</id>
    <committed-date>2009-02-10T08:00:45-08:00</committed-date>
    <authored-date>2009-02-10T08:00:45-08:00</authored-date>
    <message>Mentioned 1.9 compatibility in CHANGELOG.</message>
    <tree>2ec7658d6be36728d02802dd3b82e9b6528f72f3</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d36ddad7badbb1b454346ca713622251c5125687</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/f967e671bedba15c08940a40ea14280fc3f222ab</url>
    <id>f967e671bedba15c08940a40ea14280fc3f222ab</id>
    <committed-date>2009-02-10T07:53:33-08:00</committed-date>
    <authored-date>2009-02-10T07:53:33-08:00</authored-date>
    <message>Backport Ruby 1.9's Hash#key for 1.8.</message>
    <tree>9182771ed3b7fff63ccca2cdf5319b5f8107cb29</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>46cac95062f244a8e8ff9986edfb6dd7368a325d</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/d36ddad7badbb1b454346ca713622251c5125687</url>
    <id>d36ddad7badbb1b454346ca713622251c5125687</id>
    <committed-date>2009-02-10T05:46:30-08:00</committed-date>
    <authored-date>2009-02-10T05:46:30-08:00</authored-date>
    <message>Added Fixnum#ord for 1.8 compatibility.</message>
    <tree>bb70dc7bc4ed1d7d7c1ae9d65c5e3a1a35536310</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>426e1e850d81c8efcba51dba08af63acf2518deb</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/46cac95062f244a8e8ff9986edfb6dd7368a325d</url>
    <id>46cac95062f244a8e8ff9986edfb6dd7368a325d</id>
    <committed-date>2009-02-09T13:48:15-08:00</committed-date>
    <authored-date>2009-02-09T13:48:15-08:00</authored-date>
    <message>Curses Window.getch returns a String (char) in Ruby 1.9, so we need to call
ord to make it compatible.</message>
    <tree>a92d3f80515a6cf6fb9933cef9cf06762249b7a0</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6785aa3f2dde2b95448fe5457811a9f6293d8de</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/426e1e850d81c8efcba51dba08af63acf2518deb</url>
    <id>426e1e850d81c8efcba51dba08af63acf2518deb</id>
    <committed-date>2009-02-09T13:47:32-08:00</committed-date>
    <authored-date>2009-02-09T13:47:32-08:00</authored-date>
    <message>Reapplied commit 0907700 since the patched code is now in functions.rb.
This is re: 1.9-compatibility branch merge.</message>
    <tree>4f4958def84353d47443ecddab24018504f7fd0f</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06a6ab3061624483c437d6bd922f0fdeff23b4ec</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/a6785aa3f2dde2b95448fe5457811a9f6293d8de</url>
    <id>a6785aa3f2dde2b95448fe5457811a9f6293d8de</id>
    <committed-date>2009-02-09T11:49:57-08:00</committed-date>
    <authored-date>2009-02-09T11:44:23-08:00</authored-date>
    <message>Backport of String#ord from 1.9 to 1.8, for those running Diakonos under Ruby 1.8.</message>
    <tree>3fd83681b7e28547698620a48d1b18d663bf6f16</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>277f7748b2416c0a3923c8ad6a4de7660bb92c78</id>
      </parent>
      <parent>
        <id>09077002a20c49ee279b82f7944bfff82d7f4788</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/06a6ab3061624483c437d6bd922f0fdeff23b4ec</url>
    <id>06a6ab3061624483c437d6bd922f0fdeff23b4ec</id>
    <committed-date>2009-02-09T11:29:37-08:00</committed-date>
    <authored-date>2009-02-09T11:29:37-08:00</authored-date>
    <message>Merge branch '1.9-compatibility'

Conflicts:
	lib/diakonos.rb</message>
    <tree>56112c53762884ff422f2bf28db05ddc4f003b7b</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ab04cfbadbcc5625e7a5685e2cb1a1bc47de92a</id>
      </parent>
      <parent>
        <id>e0b81bfb711d45291419b2c75b1d94a75218968d</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/277f7748b2416c0a3923c8ad6a4de7660bb92c78</url>
    <id>277f7748b2416c0a3923c8ad6a4de7660bb92c78</id>
    <committed-date>2009-01-13T07:18:22-08:00</committed-date>
    <authored-date>2009-01-13T07:18:22-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:Pistos/diakonos</message>
    <tree>33ff48dd14c3abe673adc89ff96eb451979a2d11</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e38a6dae2f9ac54372b68da7e12ebb4a11b30f3</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/e0b81bfb711d45291419b2c75b1d94a75218968d</url>
    <id>e0b81bfb711d45291419b2c75b1d94a75218968d</id>
    <committed-date>2009-01-07T13:22:23-08:00</committed-date>
    <authored-date>2009-01-07T13:22:23-08:00</authored-date>
    <message>Also catch EPERM when trying to signal old sessions.</message>
    <tree>e3c2322ccf7b51d355509e7a3abf4817070ec16b</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7fed08ffee98cea8f3f5cd3d5e265996924249b4</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/7e38a6dae2f9ac54372b68da7e12ebb4a11b30f3</url>
    <id>7e38a6dae2f9ac54372b68da7e12ebb4a11b30f3</id>
    <committed-date>2009-01-05T12:45:15-08:00</committed-date>
    <authored-date>2009-01-05T12:45:15-08:00</authored-date>
    <message>Added Ctrl-Insert and Shift-Delete mappings for copySelection and cutSelection.</message>
    <tree>cf925372054b4cd4ac4fc18042b5149b97d9ad5c</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67b31fcdbf30b6a2f24d5926845d7c38aff016c7</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/6ab04cfbadbcc5625e7a5685e2cb1a1bc47de92a</url>
    <id>6ab04cfbadbcc5625e7a5685e2cb1a1bc47de92a</id>
    <committed-date>2009-01-02T17:33:56-08:00</committed-date>
    <authored-date>2009-01-02T17:33:29-08:00</authored-date>
    <message>Added basic sass highlighting.</message>
    <tree>e7dd1ce395f535b61286d7c274568009d969a63c</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>044ce063c86e09d4d5679d6815ca43c8035a062b</id>
      </parent>
      <parent>
        <id>67b31fcdbf30b6a2f24d5926845d7c38aff016c7</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/7fed08ffee98cea8f3f5cd3d5e265996924249b4</url>
    <id>7fed08ffee98cea8f3f5cd3d5e265996924249b4</id>
    <committed-date>2008-12-30T06:45:56-08:00</committed-date>
    <authored-date>2008-12-30T06:45:56-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:Pistos/diakonos</message>
    <tree>cce04fc8b776a03ec2fbf61e585a13788bdb0bd1</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>befdead59538a8dde31c98a770c5305e823e4e5f</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/67b31fcdbf30b6a2f24d5926845d7c38aff016c7</url>
    <id>67b31fcdbf30b6a2f24d5926845d7c38aff016c7</id>
    <committed-date>2008-12-29T20:06:49-08:00</committed-date>
    <authored-date>2008-12-29T20:06:49-08:00</authored-date>
    <message>Updated CHANGELOG re: markdown.</message>
    <tree>c4ab79996ce2cb1595dca9957e96a52b6cd6a39e</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e67d79906dbcf0db32bb323d8a2d4db5896943e7</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/befdead59538a8dde31c98a770c5305e823e4e5f</url>
    <id>befdead59538a8dde31c98a770c5305e823e4e5f</id>
    <committed-date>2008-12-29T19:50:09-08:00</committed-date>
    <authored-date>2008-12-29T19:50:09-08:00</authored-date>
    <message>Added some basic markdown highlighting.</message>
    <tree>9ba2509eac9dd49f1bc01db388cb1205ee09638a</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce3d658e0353699520779e0a3c077c9dcbf2adb8</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/044ce063c86e09d4d5679d6815ca43c8035a062b</url>
    <id>044ce063c86e09d4d5679d6815ca43c8035a062b</id>
    <committed-date>2008-12-24T10:36:17-08:00</committed-date>
    <authored-date>2008-12-24T10:36:17-08:00</authored-date>
    <message>Fixed minor bug where legacy FUNCTIONS array was still being referenced.</message>
    <tree>fcab406f48e7b5f516938aea32e25beba104120e</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f325990a4fef984b38476820ca44e638c3eda263</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/e67d79906dbcf0db32bb323d8a2d4db5896943e7</url>
    <id>e67d79906dbcf0db32bb323d8a2d4db5896943e7</id>
    <committed-date>2008-12-19T16:14:38-08:00</committed-date>
    <authored-date>2008-12-19T16:14:38-08:00</authored-date>
    <message>Switched around grep hotkeys again.  Alt-G for single buffer grep.</message>
    <tree>1be921bc8b9fc76a4be2dd0afc5fdd371a4a17ae</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce3d658e0353699520779e0a3c077c9dcbf2adb8</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/f325990a4fef984b38476820ca44e638c3eda263</url>
    <id>f325990a4fef984b38476820ca44e638c3eda263</id>
    <committed-date>2008-12-19T16:14:31-08:00</committed-date>
    <authored-date>2008-12-19T16:14:31-08:00</authored-date>
    <message>Updated CHANGELOG.</message>
    <tree>2a4a3d9896c12174c229cd054cb6be7ef6fd22d2</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52353a06984a707308a06ae44cae77db3fe0153a</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/ce3d658e0353699520779e0a3c077c9dcbf2adb8</url>
    <id>ce3d658e0353699520779e0a3c077c9dcbf2adb8</id>
    <committed-date>2008-12-17T11:33:05-08:00</committed-date>
    <authored-date>2008-12-17T11:33:05-08:00</authored-date>
    <message>Now including &quot;custom.conf&quot; all the time (if it exists).  This will help people
maintain local customizations separate from the diakonos.conf file which they can freely
upgrade along with the application itself.</message>
    <tree>e15078226ad1c4a4e427a04e78489b28359f3a29</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2d18cf74649e0dd8a4ce47a5136f8321701e250</id>
      </parent>
      <parent>
        <id>2bb2cc52fb22b8bcc7b7091584a51557be640348</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/52353a06984a707308a06ae44cae77db3fe0153a</url>
    <id>52353a06984a707308a06ae44cae77db3fe0153a</id>
    <committed-date>2008-12-16T13:16:39-08:00</committed-date>
    <authored-date>2008-12-16T13:16:39-08:00</authored-date>
    <message>Merge branch 'fix-yaml-diff-conflict'</message>
    <tree>f4456945f5c4080a4e07da6a75766810f26e27f8</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2d18cf74649e0dd8a4ce47a5136f8321701e250</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/2bb2cc52fb22b8bcc7b7091584a51557be640348</url>
    <id>2bb2cc52fb22b8bcc7b7091584a51557be640348</id>
    <committed-date>2008-12-16T13:16:09-08:00</committed-date>
    <authored-date>2008-12-16T13:16:09-08:00</authored-date>
    <message>Adjusted yaml bangmask so that diff/patch files don't get detected as yaml.</message>
    <tree>f4456945f5c4080a4e07da6a75766810f26e27f8</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6931f81e0cf126ea655405f2c33d84a54485c0a3</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/f2d18cf74649e0dd8a4ce47a5136f8321701e250</url>
    <id>f2d18cf74649e0dd8a4ce47a5136f8321701e250</id>
    <committed-date>2008-12-10T09:48:46-08:00</committed-date>
    <authored-date>2008-12-10T09:48:46-08:00</authored-date>
    <message>Fixed bind file bangmask.</message>
    <tree>35f39984c18cf46c1bc1287b8a6b8f71a4b5c934</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e249b2dcb202c0646f32e8aca78e06c63ef7a72</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/6931f81e0cf126ea655405f2c33d84a54485c0a3</url>
    <id>6931f81e0cf126ea655405f2c33d84a54485c0a3</id>
    <committed-date>2008-12-10T09:47:21-08:00</committed-date>
    <authored-date>2008-12-10T09:47:21-08:00</authored-date>
    <message>Bangmask is now a generic regexp; no longer require leading &quot;#!&quot;.
This fixes yaml and bind bangmasks.</message>
    <tree>525d0d63d98bed0eba817f09bd6630e8a5a7a71e</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4039c2b672d526660ce68014ab7198f544857209</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/6e249b2dcb202c0646f32e8aca78e06c63ef7a72</url>
    <id>6e249b2dcb202c0646f32e8aca78e06c63ef7a72</id>
    <committed-date>2008-12-10T09:33:44-08:00</committed-date>
    <authored-date>2008-12-10T09:33:44-08:00</authored-date>
    <message>Added bind (zone, DNS) file format to conf.</message>
    <tree>57403ee23377c240bd65a858e2b4306c5996239b</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81523fa6885ff8cb1b35c4410b0567159c32582f</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/4039c2b672d526660ce68014ab7198f544857209</url>
    <id>4039c2b672d526660ce68014ab7198f544857209</id>
    <committed-date>2008-12-09T13:44:53-08:00</committed-date>
    <authored-date>2008-12-09T13:44:53-08:00</authored-date>
    <message>Filled out grep documentation.</message>
    <tree>5eae746c4991ec3eca75f0bf988449e217890739</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a04835d9946d12faa4a47cbcf8ebff31068c9d89</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/81523fa6885ff8cb1b35c4410b0567159c32582f</url>
    <id>81523fa6885ff8cb1b35c4410b0567159c32582f</id>
    <committed-date>2008-12-09T13:42:34-08:00</committed-date>
    <authored-date>2008-12-09T13:42:34-08:00</authored-date>
    <message>Added grep-related documentation.  Not done yet.</message>
    <tree>1eec9dea5851ea932f0a92c7ddc4dbba0e670189</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d75df84339f813bc1e5f753786b114490c23731</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/a04835d9946d12faa4a47cbcf8ebff31068c9d89</url>
    <id>a04835d9946d12faa4a47cbcf8ebff31068c9d89</id>
    <committed-date>2008-12-09T10:57:20-08:00</committed-date>
    <authored-date>2008-12-09T10:57:20-08:00</authored-date>
    <message>Moved vendor/ dir under diakonos/ lib dir.</message>
    <tree>c04b316155d090954bb956ada4d5cde1ce1f887b</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35894bb4f7eb22c59d3550ff8e67a30d719403a0</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/0d75df84339f813bc1e5f753786b114490c23731</url>
    <id>0d75df84339f813bc1e5f753786b114490c23731</id>
    <committed-date>2008-12-09T10:52:40-08:00</committed-date>
    <authored-date>2008-12-09T10:52:40-08:00</authored-date>
    <message>Changed default grep keys again.</message>
    <tree>dda1567f760fdf0326c6e8f468b923ab8bb58093</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7806ba7f7fd80fde1be9541b2c3768d2787fdacf</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/35894bb4f7eb22c59d3550ff8e67a30d719403a0</url>
    <id>35894bb4f7eb22c59d3550ff8e67a30d719403a0</id>
    <committed-date>2008-12-09T10:29:16-08:00</committed-date>
    <authored-date>2008-12-09T10:29:16-08:00</authored-date>
    <message>Fuzzy file find is off by default.</message>
    <tree>ac650f803cc1657aa291b30fa26ca4d9c5692816</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b75c5982685f2eaea02f3cdbe0d9ccd871815e68</id>
      </parent>
      <parent>
        <id>2ced8d8c06f29bea06b08f978e5811f19f705349</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/7806ba7f7fd80fde1be9541b2c3768d2787fdacf</url>
    <id>7806ba7f7fd80fde1be9541b2c3768d2787fdacf</id>
    <committed-date>2008-12-09T10:28:56-08:00</committed-date>
    <authored-date>2008-12-09T10:28:56-08:00</authored-date>
    <message>Merge branch 'fuzzy-file-finder'</message>
    <tree>7f972fe39bd14518e5375274a21cef32c99b76ae</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7da3324b9823c1c9db573868aff62fda3c1b39b4</id>
      </parent>
      <parent>
        <id>9b9e624b8c5928f4129d9c524465ce112b7e42b6</id>
      </parent>
    </parents>
    <author>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </author>
    <url>http://github.com/Pistos/diakonos/commit/2ced8d8c06f29bea06b08f978e5811f19f705349</url>
    <id>2ced8d8c06f29bea06b08f978e5811f19f705349</id>
    <committed-date>2008-12-09T10:02:24-08:00</committed-date>
    <authored-date>2008-12-09T10:02:24-08:00</authored-date>
    <message>Merge branch 'fuzzy-file-finder' of git@github.com:Pistos/diakonos into fuzzy-file-finder</message>
    <tree>7f972fe39bd14518e5375274a21cef32c99b76ae</tree>
    <committer>
      <name>Pistos</name>
      <email>gitsomegrace.5.pistos@geoshell.com</email>
    </committer>
  </commit>
</commits>
