<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>889793d216575453e3b80914addc87fa9fee911d</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/1fdc0e3770308d677733ed18cbbc40841c8621d0</url>
    <id>1fdc0e3770308d677733ed18cbbc40841c8621d0</id>
    <committed-date>2009-12-01T17:41:36-08:00</committed-date>
    <authored-date>2009-12-01T17:41:36-08:00</authored-date>
    <message>release 024</message>
    <tree>ab8eb8529b4e7fa2acff5e0ffeb7e75e158b089d</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>653d834b6f65cf167a21d115f4a739bd24fcfa7e</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/889793d216575453e3b80914addc87fa9fee911d</url>
    <id>889793d216575453e3b80914addc87fa9fee911d</id>
    <committed-date>2009-12-01T17:15:30-08:00</committed-date>
    <authored-date>2009-12-01T17:15:30-08:00</authored-date>
    <message>use &quot;quiet&quot; mode of building if present.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</message>
    <tree>f29fb65e2df9d439008b4a0ff43df74057934613</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>114849566f85b148d2e7e52f342f40096bb4cead</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/653d834b6f65cf167a21d115f4a739bd24fcfa7e</url>
    <id>653d834b6f65cf167a21d115f4a739bd24fcfa7e</id>
    <committed-date>2009-12-01T17:10:52-08:00</committed-date>
    <authored-date>2009-12-01T17:10:52-08:00</authored-date>
    <message>fix up some compiler warnings in read_password

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</message>
    <tree>85364791dccb2d6b9449d78307533e877fc07f76</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>363f9d65dc79816ecee21ee5d0bad3c403680602</id>
      </parent>
    </parents>
    <author>
      <name>Ben Boeckel</name>
      <email>MathStuf@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/114849566f85b148d2e7e52f342f40096bb4cead</url>
    <id>114849566f85b148d2e7e52f342f40096bb4cead</id>
    <committed-date>2009-12-01T15:59:45-08:00</committed-date>
    <authored-date>2009-12-01T15:59:45-08:00</authored-date>
    <message>Disable echo when reading the password</message>
    <tree>164e970e3eef5d3133b7e1b8271d9b3ae92e3839</tree>
    <committer>
      <name>Ben Boeckel</name>
      <email>MathStuf@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3132627d3a3c045b9a94534afd024777a0f79919</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/363f9d65dc79816ecee21ee5d0bad3c403680602</url>
    <id>363f9d65dc79816ecee21ee5d0bad3c403680602</id>
    <committed-date>2009-08-13T11:07:24-07:00</committed-date>
    <authored-date>2009-08-13T11:07:24-07:00</authored-date>
    <message>fix crash when --debug is set

The group should not be printed out at startup if debug is set,
as it is not always set.  This came in in the &quot;add group support&quot;
patch, it was probably used for debugging that code.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</message>
    <tree>c32460336afcc3318622bab86d4355339c8fa3fb</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dbd186ab3b93d693f185121f6fcb87915f0fb105</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/3132627d3a3c045b9a94534afd024777a0f79919</url>
    <id>3132627d3a3c045b9a94534afd024777a0f79919</id>
    <committed-date>2009-08-12T21:23:49-07:00</committed-date>
    <authored-date>2009-08-12T21:23:49-07:00</authored-date>
    <message>don't free an array on the stack</message>
    <tree>9734d15a9281501c30e011c759536190000a2a79</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>174e2a30237281638c19127aaa26908eab517b79</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/dbd186ab3b93d693f185121f6fcb87915f0fb105</url>
    <id>dbd186ab3b93d693f185121f6fcb87915f0fb105</id>
    <committed-date>2009-08-12T21:13:03-07:00</committed-date>
    <authored-date>2009-08-12T21:13:03-07:00</authored-date>
    <message>more coding style cleanups</message>
    <tree>77ada7d5f7386f588e107479cef2909807b59a57</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2858c037717cea6c261f3233778ae09bb5920d82</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/174e2a30237281638c19127aaa26908eab517b79</url>
    <id>174e2a30237281638c19127aaa26908eab517b79</id>
    <committed-date>2009-08-12T21:09:22-07:00</committed-date>
    <authored-date>2009-08-12T21:09:22-07:00</authored-date>
    <message>clean up some trailing whitespace</message>
    <tree>d2acb3f4a73a055d7b0e97069d96163047b47619</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>831d490ced0f15e85b30e8a400e62b67fb0b5ace</id>
      </parent>
    </parents>
    <author>
      <name>gregor herrmann</name>
      <email>gregoa@debian.org</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/2858c037717cea6c261f3233778ae09bb5920d82</url>
    <id>2858c037717cea6c261f3233778ae09bb5920d82</id>
    <committed-date>2009-08-12T21:05:52-07:00</committed-date>
    <authored-date>2009-06-30T10:28:24-07:00</authored-date>
    <message>BTI should not display password while user types it

Add password handling logic to not display the password on the
command line.  Code is based on logic from:
	http://dev.kryo.se/iodine/browser/src/common.c</message>
    <tree>05fbd621ffef5f9afe4b2cc9eff9a44fd23ee6b3</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12411f341086b1c92d5d089cd6af36a05ee4824e</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/831d490ced0f15e85b30e8a400e62b67fb0b5ace</url>
    <id>831d490ced0f15e85b30e8a400e62b67fb0b5ace</id>
    <committed-date>2009-08-12T20:53:19-07:00</committed-date>
    <authored-date>2009-08-12T20:53:19-07:00</authored-date>
    <message>fix compiler warning about fprintf</message>
    <tree>ab48eb315e88874cbfeadd76b4e256270b1a4e64</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>110d37ee2d4a6dc193c572e3653891dd504c503b</id>
      </parent>
    </parents>
    <author>
      <name>Marvin Vek</name>
      <email>laen@onedot.nl</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/12411f341086b1c92d5d089cd6af36a05ee4824e</url>
    <id>12411f341086b1c92d5d089cd6af36a05ee4824e</id>
    <committed-date>2009-08-12T20:52:15-07:00</committed-date>
    <authored-date>2009-07-22T14:07:14-07:00</authored-date>
    <message>Add laconica group support

As you offered on Identi.ca in reply to my question on Laconica group
support (http://identi.ca/notice/6205615), created a patch for it.
Been like 6 years when i learned and wrote my last basic C code, but
tested it out and seems to be working fine.

Signed-off-by: Marvin Vek &lt;laen@onedot.nl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</message>
    <tree>3ad2036d5373a83518ac2e377f985109ef7ce58f</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35f9afd2df1cc9b633ec9eee01a3292dc7eb5ccd</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/110d37ee2d4a6dc193c572e3653891dd504c503b</url>
    <id>110d37ee2d4a6dc193c572e3653891dd504c503b</id>
    <committed-date>2009-05-27T13:45:53-07:00</committed-date>
    <authored-date>2009-05-27T13:45:53-07:00</authored-date>
    <message>release 023</message>
    <tree>a212d09d7c820d314fb5deed19e0ca197bf0bcca</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77706743313f6321c88a975248b5bbe17b860b0d</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/35f9afd2df1cc9b633ec9eee01a3292dc7eb5ccd</url>
    <id>35f9afd2df1cc9b633ec9eee01a3292dc7eb5ccd</id>
    <committed-date>2009-05-27T11:02:06-07:00</committed-date>
    <authored-date>2009-05-27T11:02:06-07:00</authored-date>
    <message>Updating AUTHORs and copyright section</message>
    <tree>d2744675b42942ad0192d4ee43710d28b8e2bb6f</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5145187818c726e46ad5ad8dc3b8a2c3dca689d3</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/77706743313f6321c88a975248b5bbe17b860b0d</url>
    <id>77706743313f6321c88a975248b5bbe17b860b0d</id>
    <committed-date>2009-05-21T02:53:37-07:00</committed-date>
    <authored-date>2009-05-21T02:53:37-07:00</authored-date>
    <message>Updating documents, both for the new verbose mode, and custom laconi.ca installations.</message>
    <tree>1adf6616ee493cdfe1519444f0f83ac525e29a6e</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0372a38b4647e6f23689fa2e9429f71d2c4908c</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/5145187818c726e46ad5ad8dc3b8a2c3dca689d3</url>
    <id>5145187818c726e46ad5ad8dc3b8a2c3dca689d3</id>
    <committed-date>2009-05-20T00:14:32-07:00</committed-date>
    <authored-date>2009-05-20T00:14:32-07:00</authored-date>
    <message>verbose option for bash completion script</message>
    <tree>d6354024e90b694ab274f522a0d75be318f4f046</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b430c57af11a0a294a6758ae6649783844829a81</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/e0372a38b4647e6f23689fa2e9429f71d2c4908c</url>
    <id>e0372a38b4647e6f23689fa2e9429f71d2c4908c</id>
    <committed-date>2009-05-19T07:33:07-07:00</committed-date>
    <authored-date>2009-05-19T07:33:07-07:00</authored-date>
    <message>Verbose mode for bti</message>
    <tree>b0f5eaeb38602bb046d0043b7ae2248fa14e0308</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>633f84b2f88131c9d448c50750038a9c1b696a13</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/b430c57af11a0a294a6758ae6649783844829a81</url>
    <id>b430c57af11a0a294a6758ae6649783844829a81</id>
    <committed-date>2009-05-10T04:18:55-07:00</committed-date>
    <authored-date>2009-05-10T04:18:55-07:00</authored-date>
    <message>https for twitter</message>
    <tree>cadcdbc96e35534c63ad083d43a768ea73b3e35e</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3d7e24bd5c7f494515f7a726f852572d2edb400</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/633f84b2f88131c9d448c50750038a9c1b696a13</url>
    <id>633f84b2f88131c9d448c50750038a9c1b696a13</id>
    <committed-date>2009-05-04T23:17:45-07:00</committed-date>
    <authored-date>2009-05-04T23:17:45-07:00</authored-date>
    <message>release 022</message>
    <tree>e6f5795e1d54d7ab13e02db9e2ddba582f48c50c</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>414a993634c754a426c6f9da05d8f65e694a88a0</id>
      </parent>
      <parent>
        <id>d78b908e6a18cd5532d9eb3dc1c59f65eaf9b7bc</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/f3d7e24bd5c7f494515f7a726f852572d2edb400</url>
    <id>f3d7e24bd5c7f494515f7a726f852572d2edb400</id>
    <committed-date>2009-05-04T23:03:32-07:00</committed-date>
    <authored-date>2009-05-04T23:03:32-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/amir/bti</message>
    <tree>271755420d8790a95bf6b0579d1382f6dec9be83</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c897b0855c3e4fd0489b782a6f2e6a23db7ac3f5</id>
      </parent>
    </parents>
    <author>
      <name>gregor herrmann</name>
      <email>gregoa@debian.org</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/414a993634c754a426c6f9da05d8f65e694a88a0</url>
    <id>414a993634c754a426c6f9da05d8f65e694a88a0</id>
    <committed-date>2009-05-04T22:56:33-07:00</committed-date>
    <authored-date>2009-05-04T07:39:48-07:00</authored-date>
    <message>bti: use ssl for identi.ca</message>
    <tree>936e4813aeba9092a23f6187af8b244048513c59</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6bf1803239e74f165dab471dd2930671fb1fd8ec</id>
      </parent>
      <parent>
        <id>04d8ea935b1bb8142a4da80ce1c19d83faad480b</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/c897b0855c3e4fd0489b782a6f2e6a23db7ac3f5</url>
    <id>c897b0855c3e4fd0489b782a6f2e6a23db7ac3f5</id>
    <committed-date>2009-05-04T22:49:48-07:00</committed-date>
    <authored-date>2009-05-04T22:49:48-07:00</authored-date>
    <message>Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti</message>
    <tree>90260280b412233f9d9c882ecbfca4e216b9cf51</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c074d1195f1e84d03db2f99aa577325abf522c1</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/6bf1803239e74f165dab471dd2930671fb1fd8ec</url>
    <id>6bf1803239e74f165dab471dd2930671fb1fd8ec</id>
    <committed-date>2009-05-04T22:49:21-07:00</committed-date>
    <authored-date>2009-05-04T22:49:21-07:00</authored-date>
    <message>fix build warning from time patch.</message>
    <tree>f967ab15d43561146e36d57234a1ff011038a80f</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42c3abaf512a54fddb6cd95eb142d2319ba650cf</id>
      </parent>
    </parents>
    <author>
      <name>J.R. Mauro</name>
      <email>jrm8005@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/3c074d1195f1e84d03db2f99aa577325abf522c1</url>
    <id>3c074d1195f1e84d03db2f99aa577325abf522c1</id>
    <committed-date>2009-05-04T22:47:08-07:00</committed-date>
    <authored-date>2009-04-29T17:35:19-07:00</authored-date>
    <message>bti: show timestamp in statuses

Make parse_statuses() print timestamps

Signed-off-by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</message>
    <tree>c653f6f412a109ae8e5a72607acd156d243dc2a1</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d4971e091c3880503c5e9fe8dadae480aadb8db3</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/d78b908e6a18cd5532d9eb3dc1c59f65eaf9b7bc</url>
    <id>d78b908e6a18cd5532d9eb3dc1c59f65eaf9b7bc</id>
    <committed-date>2009-05-03T23:43:07-07:00</committed-date>
    <authored-date>2009-05-03T23:43:07-07:00</authored-date>
    <message>Updating config example file</message>
    <tree>c914037ddbdd7c307c2bbb62f0cf88b9e3bac8f6</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04d8ea935b1bb8142a4da80ce1c19d83faad480b</id>
      </parent>
    </parents>
    <author>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/d4971e091c3880503c5e9fe8dadae480aadb8db3</url>
    <id>d4971e091c3880503c5e9fe8dadae480aadb8db3</id>
    <committed-date>2009-05-03T23:24:26-07:00</committed-date>
    <authored-date>2009-05-03T23:24:26-07:00</authored-date>
    <message>Support for custom bti installations

Now one can pass the URL of a custom laconica installation as value of
host (the both previous &quot;twitter&quot; and &quot;identica&quot; are still valid
though). The passed URL should be the base path of where API endpoints
are located. e.g., identica' baseurl is:
  http://identi.ca/api/statuses
And twit.tv's army (which is a laconica instance) is:
  http://army.twit.tv/api/statuses</message>
    <tree>bc301b5c8d4d53dd4198687e489e708e77a2cf3a</tree>
    <committer>
      <name>Amir Mohammad Saied</name>
      <email>amirsaied@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45c7418d4ba959f120c84f8accbcaf67282ca8c8</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/04d8ea935b1bb8142a4da80ce1c19d83faad480b</url>
    <id>04d8ea935b1bb8142a4da80ce1c19d83faad480b</id>
    <committed-date>2009-04-14T14:03:49-07:00</committed-date>
    <authored-date>2009-04-14T14:03:49-07:00</authored-date>
    <message>add the script to the tarball.</message>
    <tree>81cba27ad90898b0eadb993b36d4e60ca02a4e16</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>754589f25ea4353d68949868db90a08bdeeca45b</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/45c7418d4ba959f120c84f8accbcaf67282ca8c8</url>
    <id>45c7418d4ba959f120c84f8accbcaf67282ca8c8</id>
    <committed-date>2009-04-14T14:01:35-07:00</committed-date>
    <authored-date>2009-04-14T14:01:35-07:00</authored-date>
    <message>release 021</message>
    <tree>4342115e8d25a9186992b005957f83b850a10793</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7c20622b2ef1b278a5c5d7f1f14bbf33a42a8f9d</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/754589f25ea4353d68949868db90a08bdeeca45b</url>
    <id>754589f25ea4353d68949868db90a08bdeeca45b</id>
    <committed-date>2009-04-14T14:01:06-07:00</committed-date>
    <authored-date>2009-04-14T14:01:06-07:00</authored-date>
    <message>bump version to 021</message>
    <tree>97170ee1a1044b21f9a3bb5007e5e976176a0f8f</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e3a07bbbf13ab0be0b11853e8b66536ca22ea98</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/7c20622b2ef1b278a5c5d7f1f14bbf33a42a8f9d</url>
    <id>7c20622b2ef1b278a5c5d7f1f14bbf33a42a8f9d</id>
    <committed-date>2009-04-14T13:59:11-07:00</committed-date>
    <authored-date>2009-04-14T13:59:11-07:00</authored-date>
    <message>Install bti-shrink-urls properly</message>
    <tree>faed044fa497c3299767f49b0f2e05d2b9d8f3b5</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42c3abaf512a54fddb6cd95eb142d2319ba650cf</id>
      </parent>
    </parents>
    <author>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </author>
    <url>http://github.com/gregkh/bti/commit/7e3a07bbbf13ab0be0b11853e8b66536ca22ea98</url>
    <id>7e3a07bbbf13ab0be0b11853e8b66536ca22ea98</id>
    <committed-date>2009-04-14T13:01:22-07:00</committed-date>
    <authored-date>2009-04-14T13:01:22-07:00</authored-date>
    <message>fix build of man pages

Thanks to gregor herrmann for pointing out the error</message>
    <tree>c27e8237a7f49f71b2eccfa4db70cd455611a83d</tree>
    <committer>
      <name>Greg Kroah-Hartman</name>
      <email>gregkh@suse.de</email>
    </committer>
  </commit>
</commits>
