<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>524284d318e98c0d17393483dc6c50798e70bb77</id>
      </parent>
    </parents>
    <author>
      <name>John Ferlito</name>
      <login>johnf</login>
      <email>johnf@inodes.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/5eab5a0ab28618c33946b6d73ac5c871255632c4</url>
    <id>5eab5a0ab28618c33946b6d73ac5c871255632c4</id>
    <committed-date>2008-12-25T04:57:26-08:00</committed-date>
    <authored-date>2008-12-25T04:57:26-08:00</authored-date>
    <message>make sure read me gets included in dist

Signed-off-by: John Ferlito &lt;johnf@inodes.org&gt;</message>
    <tree>3b005d8923e647d64ec108ffef798544208d872a</tree>
    <committer>
      <name>John Ferlito</name>
      <login>johnf</login>
      <email>johnf@inodes.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1d17f20d407afb2c7907a837886dc2aac2dbb9f</id>
      </parent>
    </parents>
    <author>
      <name>John Ferlito</name>
      <login>johnf</login>
      <email>johnf@inodes.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/524284d318e98c0d17393483dc6c50798e70bb77</url>
    <id>524284d318e98c0d17393483dc6c50798e70bb77</id>
    <committed-date>2008-12-25T01:49:56-08:00</committed-date>
    <authored-date>2008-12-25T01:49:56-08:00</authored-date>
    <message>Add symlink so automake and friends play with crayons instead of crying in the corner

Signed-off-by: John Ferlito &lt;johnf@inodes.org&gt;</message>
    <tree>7cfdd2c99956aaa13782d20a1de81c499f7f941e</tree>
    <committer>
      <name>John Ferlito</name>
      <login>johnf</login>
      <email>johnf@inodes.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9112c05d755091231818aba8c3ce46524e1100a5</id>
      </parent>
    </parents>
    <author>
      <name>John Ferlito</name>
      <login>johnf</login>
      <email>johnf@inodes.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/c1d17f20d407afb2c7907a837886dc2aac2dbb9f</url>
    <id>c1d17f20d407afb2c7907a837886dc2aac2dbb9f</id>
    <committed-date>2008-12-25T01:13:48-08:00</committed-date>
    <authored-date>2008-12-25T01:13:48-08:00</authored-date>
    <message>Make sure man page is included in &quot;make dist&quot;
Signed-off-by: John Ferlito &lt;johnf@inodes.org&gt;</message>
    <tree>3e6c4207a1bb2f7255483b3647bc7a41ad2e3575</tree>
    <committer>
      <name>John Ferlito</name>
      <login>johnf</login>
      <email>johnf@inodes.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba568c08f22c71872f53c0fd6f52f8124d580a40</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/9112c05d755091231818aba8c3ce46524e1100a5</url>
    <id>9112c05d755091231818aba8c3ce46524e1100a5</id>
    <committed-date>2008-12-23T14:39:45-08:00</committed-date>
    <authored-date>2008-12-23T14:39:45-08:00</authored-date>
    <message>Blast! The previous experiment in symbolic linking failed, and our
work area is badly damaged. Crayon everywhere. A research collaboration
meeting shall be called, and the insurance auditors shall be duly
misinformed.
Custom experimental apparati using the 4.3BSD, C89, C99, POSIX.1-2001
rename(2) system call were fashioned thusly:

int main (int argc, char *argv[])
{
  int i;

  if (rename (&quot;README&quot;, &quot;README.markdown&quot;) == -1) {
    switch (errno) {
    case EBUSY:
      abort ();
      break;
    case EFAULT:
      abort ();
      break;
    case EINVAL:
      abort ();
      break;
    case EISDIR:
      abort ();
      break;
    case ELOOP:
      abort ();
      break;
    case EMLINK:
      abort ();
      break;
    case ENAMETOOLONG:
      abort ();
      break;
    case ENOENT:
      abort ();
      break;
    case ENOMEM:
      abort ();
      break;
    case ENOSPC:
      abort ();
      break;
    case ENOTDIR:
      abort ();
      break;
    case ENOTEMPTY:
      abort ();
      break;
    case EEXIST:
      abort ();
      break;
    case EPERM:
      abort ();
      break;
    case EROFS:
      abort ();
      break;
    case EXDEV:
      abort ();
      break;
    }
  }

  printf (&quot;%26s%s&quot;, &quot; &quot;, &quot; markdown&quot;);
  for (i=1; i &lt;= 20; i++) {
    printf (&quot;\r%*s%s%*s&quot;, i, &quot; &quot;, &quot;README&quot;, 20-i, &quot; &quot;);
    fflush (stdout);
    sleep (1);
  }
  printf (&quot;\b.\n&quot;);

  exit (EXIT_SUCCESS);
}</message>
    <tree>85013cdfd4a394eeb238f92698f166a500187a7d</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cbec555a331ed7f4ee39042a72212cb31bf4d953</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/ba568c08f22c71872f53c0fd6f52f8124d580a40</url>
    <id>ba568c08f22c71872f53c0fd6f52f8124d580a40</id>
    <committed-date>2008-12-23T14:27:04-08:00</committed-date>
    <authored-date>2008-12-23T14:27:04-08:00</authored-date>
    <message>Beautify.
This amendment adds a repositorial symbolic link, for the benefit of our
colleagues at the github laboratories.
!!! Note that this is entirely experimental !!!</message>
    <tree>7ca2cbf8e27f1e7641508d92b65c15b1617bfab6</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>894882603b8d48c77744e7fb274912a7ed1a5d7f</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/cbec555a331ed7f4ee39042a72212cb31bf4d953</url>
    <id>cbec555a331ed7f4ee39042a72212cb31bf4d953</id>
    <committed-date>2008-12-23T14:22:49-08:00</committed-date>
    <authored-date>2008-12-23T14:22:49-08:00</authored-date>
    <message>Clarify, without referral to implementation nomenclature, the purpose of
the document now labelled REPOSITORIAL; namely, that its purpose is
repositorial: pertaining to the repository.</message>
    <tree>bab01f50b9400c7edec5d0f3ec90ffdc76ee1e0a</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>10e1a05556ef73480014a53cfa14be1d412fd90f</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/894882603b8d48c77744e7fb274912a7ed1a5d7f</url>
    <id>894882603b8d48c77744e7fb274912a7ed1a5d7f</id>
    <committed-date>2008-12-23T14:07:56-08:00</committed-date>
    <authored-date>2008-12-12T02:25:44-08:00</authored-date>
    <message>Better clarify the sequencing of the penultimate and final stages of the
&quot;compilation&quot; procedure, in order that readers neither erroneously attempt
their parallel execution, nor request that these tasks be performed by
independent organizational divisions.</message>
    <tree>bbb19bea609d6b1d7a299d6f5c9cc47f1506d46c</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6c1055130ec0543d11b36cd4ab5119bbb71aa5a</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/10e1a05556ef73480014a53cfa14be1d412fd90f</url>
    <id>10e1a05556ef73480014a53cfa14be1d412fd90f</id>
    <committed-date>2008-12-23T14:07:56-08:00</committed-date>
    <authored-date>2008-12-12T02:16:20-08:00</authored-date>
    <message>Document the procedure whereby readers may prepare the files contained
in this repository for later conversion into a computer-readable binary
executable; the latter procedure will in the notes accompanying future
revisions be referred to as &quot;compilation&quot;.</message>
    <tree>375ba1c4bd5eadc35f3b1098ddce9c34718dca41</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e7d97b222772d5c5bb9ac89190e8745f5afce0e</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/f6c1055130ec0543d11b36cd4ab5119bbb71aa5a</url>
    <id>f6c1055130ec0543d11b36cd4ab5119bbb71aa5a</id>
    <committed-date>2008-12-23T05:19:24-08:00</committed-date>
    <authored-date>2008-12-23T05:19:24-08:00</authored-date>
    <message>The staff have sharpened the crayons, and applied them liberally to
instances of the author's name in the recently committed manual page.
We record the results of these changes here, as unfortunately all other
evidence has been consumed, literally.</message>
    <tree>af29bac9486bbee150d3ade0162fa524dff8d0e3</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9aa7eeb4b8182f4ec2f8a4f5c632f4e0ac67d2e5</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/2e7d97b222772d5c5bb9ac89190e8745f5afce0e</url>
    <id>2e7d97b222772d5c5bb9ac89190e8745f5afce0e</id>
    <committed-date>2008-12-23T04:03:52-08:00</committed-date>
    <authored-date>2008-12-23T04:03:52-08:00</authored-date>
    <message>Inclusion of standardised procedural execution manual, by appropriation
of an instance of documentation derived by Robin Elfrink for FreeBSD.
We specify the extent of this inclusion by induction.

Whereby initially, the update (ports/50514), which carries the not
inappropriate title &quot;Added tractorgen(6) manpage&quot; -- as an aside we must
note that the conciseness of this message is admirable, yet one should
consider the consequences of publishing such jargon; surely an explanatory
paragraph would better suffer athwart time's encroach -- adds a &quot;manpage&quot;
for TRACTORGEN.

The aforementioned update contains the following Description:

  Original archive has no manual page. The hereby included manual page was
  created by carefully extracting relevant information from several
  documentation files included in the original archive.

We reference this statement, and issue the following amendment:

  Original archive has no manual page. The hereby included manual page was
  created by carefully extracting relevant information from several
  documentation files included in the original archive. This included
  manual page is included in the original archive, which has no manual
  page. The hereby included manual page was created by carefully
  extracting relevant information from several documentation files
  included in the original archive. This included manual page is
  included in the original archive, which has no manual page. The hereby
^Terminated: stack overflow</message>
    <tree>6b7c7ab0c8dbe256d2083c5aeb6306b7914beaec</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>294162055ba4ab3a5a80a5ae1cfbdcbe92584239</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/9aa7eeb4b8182f4ec2f8a4f5c632f4e0ac67d2e5</url>
    <id>9aa7eeb4b8182f4ec2f8a4f5c632f4e0ac67d2e5</id>
    <committed-date>2008-12-20T04:30:59-08:00</committed-date>
    <authored-date>2008-12-20T04:30:59-08:00</authored-date>
    <message>Correction to uniform resource locator, regarding the spelling of
the author's name; presumably it should have been written in crayon.</message>
    <tree>30299962bcc7bb4cdba874b11365dd1b80c0cb53</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4c8d2784c3556ec501ec729eddb463558619082</id>
      </parent>
    </parents>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/294162055ba4ab3a5a80a5ae1cfbdcbe92584239</url>
    <id>294162055ba4ab3a5a80a5ae1cfbdcbe92584239</id>
    <committed-date>2008-12-20T04:01:47-08:00</committed-date>
    <authored-date>2008-12-20T04:01:47-08:00</authored-date>
    <message>Rectification of the perfunctory execution of citations in the
preamble to the prescriptive documentation, through specification
of stdlib.h inclusion. Patch by ogg.k.ogg.k per electronic mail.</message>
    <tree>28bc77eedfb774a11282a7598ea2d363ce6c152d</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </author>
    <url>http://github.com/kfish/tractorgen/commit/b4c8d2784c3556ec501ec729eddb463558619082</url>
    <id>b4c8d2784c3556ec501ec729eddb463558619082</id>
    <committed-date>2008-12-12T01:43:15-08:00</committed-date>
    <authored-date>2008-12-12T01:43:15-08:00</authored-date>
    <message>Initial commit: add non-autogenerated contents of tractorgen-0.31.7</message>
    <tree>e0bd2dd78a8d0b9664a7583773c8576a33ec2163</tree>
    <committer>
      <name>Conrad Parker</name>
      <login>kfish</login>
      <email>conrad@metadecks.org</email>
    </committer>
  </commit>
</commits>
