)]}'
{
  "log": [
    {
      "commit": "eac374d7e4d87f6d73f67b5658c9084dfead2d12",
      "tree": "d092ee684de76f63768e8df3af20aa13510a5a26",
      "parents": [
        "7fab93bf003e4737d0b9b260e73948eac1368add"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jul 07 09:00:44 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Jul 07 09:43:11 2020 +0200"
      },
      "message": "Separate dummy tokenization from main script with minimal changes\n\nChange-Id: I74ca0a47ad897ef639c90f8af564d08dd5050c63\n"
    },
    {
      "commit": "7fab93bf003e4737d0b9b260e73948eac1368add",
      "tree": "bd2d03a4d8f27413b7663707f2fc105d09271bb2",
      "parents": [
        "2d547bcc6c9af8a65973dae1bc804b08445abaf1"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Jul 04 11:14:21 2020 +0200"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Mon Jul 06 10:59:36 2020 +0200"
      },
      "message": "Replace recursion and non-essential regexes with index/substr\n(as a very minor performance improvement) and fix a bug\nwhere a single-line regex would ignore the newline symbol.\n\nChange-Id: I573b50b85b7dd2732c2cad3f50e22b0e9e33e2ea\n"
    },
    {
      "commit": "2d547bcc6c9af8a65973dae1bc804b08445abaf1",
      "tree": "cdb6346a80432894224a5e420ac174afda8e70ff",
      "parents": [
        "5ca6efc5fee7874b599841685f03c723a5fe6d32"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Sat Jul 04 10:34:35 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "diewald@ids-mannheim.de",
        "time": "Sat Jul 04 11:58:23 2020 +0200"
      },
      "message": "Fix a bug in delHTMLcom where comments were left open\n\nChange-Id: I424ac394fa7eaad9a2b62c61761d2de6720870a2\n"
    },
    {
      "commit": "5ca6efc5fee7874b599841685f03c723a5fe6d32",
      "tree": "1922bc94694d1deccc176e2ebc2d2fd625d1acce",
      "parents": [
        "e913908ae30c9bc6ced69e5b13bc2a77bac824d0",
        "4f67cd4981c4b3c960104f2d7bd04e7ce8c084be"
      ],
      "author": {
        "name": "Akron",
        "email": "diewald@ids-mannheim.de",
        "time": "Fri Jul 03 16:53:56 2020 +0200"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Fri Jul 03 16:53:56 2020 +0200"
      },
      "message": "Merge \"Atomize and test comment stripping\""
    },
    {
      "commit": "4f67cd4981c4b3c960104f2d7bd04e7ce8c084be",
      "tree": "d4c442cac73184b60a0086922ff4cbafa82cc7d8",
      "parents": [
        "9015734b7bd4b0db912e97f4ea8df8139f802c77"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jul 02 12:27:58 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Jul 03 15:29:31 2020 +0200"
      },
      "message": "Atomize and test comment stripping\n\nChange-Id: Id798c8bac96214f29659b2764f8861539d6f5210\n"
    },
    {
      "commit": "e913908ae30c9bc6ced69e5b13bc2a77bac824d0",
      "tree": "c1e4c41eca839b1fae8d6324a550fd387945e4e8",
      "parents": [
        "9015734b7bd4b0db912e97f4ea8df8139f802c77"
      ],
      "author": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Jul 02 12:32:25 2020 +0200"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Jul 02 12:41:57 2020 +0200"
      },
      "message": "added tagged version of test-file goe_sample\n\ninserted annotations (CONNEXOR tagset) for most\nof the word tokens\n\nChange-Id: I6ae0eec26113c7e7392e68d36b05caa4a1f95a9a\n"
    },
    {
      "commit": "9015734b7bd4b0db912e97f4ea8df8139f802c77",
      "tree": "f945e6b83234e106457e80f27378440b1407c7c3",
      "parents": [
        "6f526a33118f6ab87106150de6331f2b9480af4f"
      ],
      "author": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Wed Jul 01 21:05:14 2020 +0200"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Wed Jul 01 21:11:46 2020 +0200"
      },
      "message": "fixed: segfaulting of XML::LibXML::Reader\n\nXML::LibXML::Reader sefaulted inside process()\nfixed by adding \u0027binmode $input_fh\u0027\n\nChange-Id: Ia11e5ccec4c8ac5e84c346d2498afc7727a6dcfa\n"
    },
    {
      "commit": "6f526a33118f6ab87106150de6331f2b9480af4f",
      "tree": "22feb278727a8aa1e4ca3674d47e67124844be04",
      "parents": [
        "aa229a2b18481e411d8a931936879db9a4519879"
      ],
      "author": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Mon Jun 29 21:44:41 2020 +0200"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Tue Jun 30 13:36:16 2020 +0200"
      },
      "message": "rework: formatting, variablenames, comments, ...\n\nnext: finish GetOpt::Long and more modularization\n\nbug: segfault on script termination when putting code\ninto sub process() - no segfault when executing code\ndirectly without putting it into a subroutine.\n\nno segfault when getting code out of sub process\n(postponing for another commit until solved)\n\nChange-Id: I5e43a2f37bc010ca35347899b1e5e7b8df7c0855\n"
    },
    {
      "commit": "aa229a2b18481e411d8a931936879db9a4519879",
      "tree": "9c25114ebe7f39f53b5c546e3125e26a2fb8d0f2",
      "parents": [
        "7c2505d7d0060a672b1eb846baafa79f52aab309"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Tue Feb 18 13:44:25 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jun 25 22:29:02 2020 +0200"
      },
      "message": "Add simple benchmark script\n\nChange-Id: I349476e7a795cc5556060f2ee318e165c83c1890\n"
    },
    {
      "commit": "7c2505d7d0060a672b1eb846baafa79f52aab309",
      "tree": "bae02c8a5fbfd189d0934a27f34de1e7f45c930f",
      "parents": [
        "d89ef8201839812689ecb8247e2132d7511fdfe4",
        "d949e1886126bfec9f7690c4e9102229da392e98"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jun 25 22:25:00 2020 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jun 25 22:25:00 2020 +0200"
      },
      "message": "Use Test::XML::Loy instead of Test::XML::Simple for performance reasons\n\nChange-Id: I712e1e575808ca80930bd70b8c5cfd2eea0af684\n"
    },
    {
      "commit": "d949e1886126bfec9f7690c4e9102229da392e98",
      "tree": "5dbb687020da1f3ad000d91d407d03f0ce81e8cc",
      "parents": [
        "6896608b712f80807540ad2ca3ccc685b1b7d8f4"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 14 12:23:57 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Jun 25 22:11:59 2020 +0200"
      },
      "message": "Introduce POD documentation and add license file\n\nChange-Id: Icebd05c8776c29a1ba0eb583e9523148379757cd\n"
    },
    {
      "commit": "d89ef8201839812689ecb8247e2132d7511fdfe4",
      "tree": "128cd3951e1b2a81b84162ef5c282c86a0b00ba2",
      "parents": [
        "2a60c539d5f648ff814730284c735e72a0859851"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Mon Feb 17 12:42:09 2020 +0100"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Jun 25 19:14:10 2020 +0200"
      },
      "message": "Use Test::XML::Loy instead of Test::XML::Simple for performance reasons\n\nChange-Id: I819250f919ba4da772b96bdaa513b3adb7843cac\n"
    },
    {
      "commit": "6896608b712f80807540ad2ca3ccc685b1b7d8f4",
      "tree": "6db97e9c60f3d807b4176a828fba53b32241b5b0",
      "parents": [
        "9cb13941bf18d0534c2abec30782ad284c77ba05"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 13 15:52:18 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 20 10:04:11 2020 +0100"
      },
      "message": "Added processing tests for example corpus\n\nChange-Id: Ie160fcae3e222f592cbfa776baefa255635158af\n"
    },
    {
      "commit": "2a60c539d5f648ff814730284c735e72a0859851",
      "tree": "a6c0d9f3a12715a497c64470acedc8f85683cbab",
      "parents": [
        "9cb13941bf18d0534c2abec30782ad284c77ba05"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 13 15:52:18 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Feb 14 16:32:25 2020 +0100"
      },
      "message": "Added processing tests for example corpus\n\nChange-Id: Ie160fcae3e222f592cbfa776baefa255635158af\n"
    },
    {
      "commit": "9cb13941bf18d0534c2abec30782ad284c77ba05",
      "tree": "97bbe1153516757443e22bed191d8ce4f4a928f1",
      "parents": [
        "70257132d835edf87a27e2f2042abb7d017e125d"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 14 07:39:54 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Feb 14 14:31:41 2020 +0100"
      },
      "message": "Improve portability of shebang\n\nChange-Id: I90a3554de6450c5a573477d972fdbf1ca328008d\n"
    },
    {
      "commit": "70257132d835edf87a27e2f2042abb7d017e125d",
      "tree": "0387dc765156e84fcb1d182a3e2ab447a0ef40b1",
      "parents": [
        "3281234b38fe61e5dbf5f6448bb5e875fc7576f2"
      ],
      "author": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Feb 13 13:47:55 2020 +0100"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Feb 13 13:47:55 2020 +0100"
      },
      "message": "Fix in 1st call of \u0027IO::Compress::Zip\u0027: \u0027Append \u003d\u003e 0\u0027\n\nChange-Id: I2489897e0cbe26f03a50ec423078eb5530170368\n"
    },
    {
      "commit": "3281234b38fe61e5dbf5f6448bb5e875fc7576f2",
      "tree": "6a778a0a737fad3335116d5069a8d3cf9414fbae",
      "parents": [
        "797e807497eb1200ba00f3bab312832aeb9031eb"
      ],
      "author": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Feb 13 11:47:28 2020 +0100"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Thu Feb 13 11:47:28 2020 +0100"
      },
      "message": "added sample file for testing\n\nChange-Id: Ief7cd6f14c12a98f661cc9c169dddbeafe3fcda2\n"
    },
    {
      "commit": "797e807497eb1200ba00f3bab312832aeb9031eb",
      "tree": "a5faaebffca248938c78d09b7fcc9e44bc3ceb8a",
      "parents": [
        "dd3f47fd9ab8bf788c5ce83999c5d5461643c7a9"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 13 07:59:40 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Feb 13 07:59:40 2020 +0100"
      },
      "message": "Added initial script test\n\nChange-Id: I86e8df81d84e51644b73c36408acf1b6f6a7d4b5\n"
    },
    {
      "commit": "dd3f47fd9ab8bf788c5ce83999c5d5461643c7a9",
      "tree": "e1d684ecd7e5bd3948cfe4a01e05859d84d2a997",
      "parents": [
        "d892a58e6bafb3e5c54cbbebdc4a9116989a4456"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 12 15:57:50 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 12 15:57:50 2020 +0100"
      },
      "message": "Add Makefile\n\nChange-Id: Ic335e57fcab2232153e315683facabd77d00604f\n"
    },
    {
      "commit": "d892a58e6bafb3e5c54cbbebdc4a9116989a4456",
      "tree": "36c6e80e92f8d216edf1304b102974352d47f2d8",
      "parents": [
        "5ffc37799ab585ddfc501ce2139485ff122a079a"
      ],
      "author": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Wed Feb 12 15:45:22 2020 +0100"
      },
      "committer": {
        "name": "Peter Harders",
        "email": "harders@ids-mannheim.de",
        "time": "Wed Feb 12 15:45:22 2020 +0100"
      },
      "message": "init. vers. tei2korapxml (former: dereko2korapxml)\n\nChange-Id: I82a5e49dd9d7c9c78c0bded66ff8272e23265d4d\n"
    },
    {
      "commit": "5ffc37799ab585ddfc501ce2139485ff122a079a",
      "tree": "65efbe5674f5821a9d6e7cc8ca3b95cb29b2e7a3",
      "parents": [],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 12 15:38:50 2020 +0100"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Feb 12 15:38:50 2020 +0100"
      },
      "message": "Initial commit\n\nChange-Id: Ia7e6093f4f39a52671d6259c9e7c7df6d58fbc91\n"
    }
  ]
}
