)]}'
{
  "log": [
    {
      "commit": "6ed1eea32f34b2ef5f0d88ba45eb728186c7458a",
      "tree": "1e6634ea44f001977cafd3d625d873024698388d",
      "parents": [
        "ebe3a0995e90026433ffc62b7aeed6cad1f28694"
      ],
      "author": {
        "name": "Chris McDonald",
        "email": "cjmcdonald@chromium.org",
        "time": "Fri Jun 28 20:54:39 2019"
      },
      "committer": {
        "name": "Chris McDonald",
        "email": "cjmcdonald@chromium.org",
        "time": "Fri Jun 28 20:54:58 2019"
      },
      "message": "bootcache: Add OWNERS file\n\nThis CL is populating OWNERS file based on the candidates in the Chrome OS OWNERS status sheet.\n\nBUG\u003db:132095048\nTEST\u003dNone\n\nChange-Id: I053461c0b8d0bf4d2ccb0baef8c2484127ee4251\nReviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/bootcache/+/1682552\n"
    },
    {
      "commit": "ebe3a0995e90026433ffc62b7aeed6cad1f28694",
      "tree": "2c052a63c6348d04c72e58437c827447bf4f380a",
      "parents": [
        "76687ce2cef2926746b680a813b1d4e6f150b516"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@chromium.org",
        "time": "Thu Mar 26 19:11:34 2015"
      },
      "committer": {
        "name": "ChromeOS Commit Bot",
        "email": "chromeos-commit-bot@chromium.org",
        "time": "Tue Mar 31 08:51:35 2015"
      },
      "message": "update common.mk\n\nThis includes updated LFS flags.\n\nBUG\u003dchromium:464024\nTEST\u003dprecq passes\n\nChange-Id: I9c0f3b22885ddabaa36b3e85290b7f9bd2989272\nReviewed-on: https://chromium-review.googlesource.com/262674\nReviewed-by: Daniel Ehrenberg \u003cdehrenberg@chromium.org\u003e\nTested-by: Mike Frysinger \u003cvapier@chromium.org\u003e\nCommit-Queue: Mike Frysinger \u003cvapier@chromium.org\u003e\n"
    },
    {
      "commit": "76687ce2cef2926746b680a813b1d4e6f150b516",
      "tree": "77764e8bf9a8164739ad9464825cee09bd49845a",
      "parents": [
        "abf9abf3073363ee5e1fa239aa0280ba8edd5c52"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@chromium.org",
        "time": "Thu Mar 26 19:17:34 2015"
      },
      "committer": {
        "name": "ChromeOS Commit Bot",
        "email": "chromeos-commit-bot@chromium.org",
        "time": "Tue Mar 31 06:32:26 2015"
      },
      "message": "fix up printf settings\n\nMark the printf style func as such and fix up the resulting warnings.\n\nBUG\u003dNone\nTEST\u003dprecq passes\n\nChange-Id: I8d4cd9ffa697ab91d42017b0a88a426e38d2faf6\nReviewed-on: https://chromium-review.googlesource.com/262673\nTrybot-Ready: Mike Frysinger \u003cvapier@chromium.org\u003e\nCommit-Queue: Mike Frysinger \u003cvapier@chromium.org\u003e\nTested-by: Mike Frysinger \u003cvapier@chromium.org\u003e\nReviewed-by: Daniel Ehrenberg \u003cdehrenberg@chromium.org\u003e\n"
    },
    {
      "commit": "abf9abf3073363ee5e1fa239aa0280ba8edd5c52",
      "tree": "3cc1efe40df7e0e068238461b662dd3dbcf7d09a",
      "parents": [
        "c64e43ebdf03b938b3ab9a7db100e1b8b72e833b"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@chromium.org",
        "time": "Thu Sep 26 19:12:15 2013"
      },
      "committer": {
        "name": "chrome-internal-fetch",
        "email": "chrome-internal-fetch@google.com",
        "time": "Mon Nov 04 20:44:56 2013"
      },
      "message": "tweak syslog error message style\n\nThe current error message format uses angle brackets like so:\n2013-09-26T11:54:23.931018-07:00 localhost bootcache[3789]: bootcache /mnt/host/source/src/platform/bootcache/bootcache.c:eopen\u003c154\u003e open /sys/devices/virtual/block/dm-0/dm/valid: No such file or directory\u003c2\u003e\n\nFor kernel hackers, those angle brackets look wrong.  It implies that\nsome log message was incorrectly split across lines.  In reality, the\ncode is trying to just show some numbers.\n\nEven then, it\u0027s a little weird.  The format is:\n\tprogname src_file:func\u003clineno\u003e error message...\nBut it\u0027s much more common (imo) to use the format:\n\tprogname src_file:lineno:func error message...\n\nSo tweak the format slightly to avoid these angle brackets.  Now we have:\n2013-09-26T12:22:25.853974-07:00 localhost bootcache[3753]: bootcache /mnt/host/source/src/platform/bootcache/bootcache.c:154:eopen open /sys/devices/virtual/block/dm-0/dm/valid: No such file or directory (errno\u003d2)\n\nBUG\u003dNone\nTEST\u003dbooted a system and reviewed /var/log/messages\n\nChange-Id: Iab08241ef2f8804981e662124044424b0279ff04\nReviewed-on: https://chromium-review.googlesource.com/170772\nReviewed-by: Don Garrett \u003cdgarrett@chromium.org\u003e\nReviewed-by: Luigi Semenzato \u003csemenzato@chromium.org\u003e\nCommit-Queue: Mike Frysinger \u003cvapier@chromium.org\u003e\nTested-by: Mike Frysinger \u003cvapier@chromium.org\u003e\n"
    },
    {
      "commit": "c64e43ebdf03b938b3ab9a7db100e1b8b72e833b",
      "tree": "5348a8b590eb42afa5f13092c41ea34f5b66a652",
      "parents": [
        "77bbd6bb17ef926dbc3465a697be527a8c6e0941"
      ],
      "author": {
        "name": "Aaron Gable",
        "email": "agable@google.com",
        "time": "Sat Sep 28 01:35:53 2013"
      },
      "committer": {
        "name": "Mike Frysinger",
        "email": "vapier@chromium.org",
        "time": "Tue Oct 01 03:38:56 2013"
      },
      "message": "Rewrite git/gerrit/gerrit-int urls to googlesource\n\nBUG\u003dchromium:281665,chromium:290413\n\nTEST\u003dNone\n\nChange-Id: I0e7b68f02a5eea83f997d13356869246596bd8da\nReviewed-on: https://chromium-review.googlesource.com/171252\nReviewed-by: Mike Frysinger \u003cvapier@chromium.org\u003e\nTested-by: Mike Frysinger \u003cvapier@chromium.org\u003e\n"
    },
    {
      "commit": "77bbd6bb17ef926dbc3465a697be527a8c6e0941",
      "tree": "933dc61ef690ca77ad5557123455b289bced1865",
      "parents": [
        "032ff613eb49ebc52209ca1d21d1a3bbca7afa00"
      ],
      "author": {
        "name": "Yunlian Jiang",
        "email": "yunlian@google.com",
        "time": "Thu Apr 11 22:08:53 2013"
      },
      "committer": {
        "name": "ChromeBot",
        "email": "chrome-bot@google.com",
        "time": "Fri Apr 12 17:13:56 2013"
      },
      "message": "bootcache: remove Wformat from common.mk\n\nThe Makefile has \"CFLAGS +\u003d -Wformat\u003d0\", the common.mk has\n\"COMMON_CFLAGS :\u003d  -Wall -Werror -fno-strict-aliasing -O1  -Wformat\u003d2\"\nThis one overides the CFLAGS in make file and cause clang syntax check\nfail.\nBUG\u003dchromium:230617\nTEST\u003dCFLAGS\u003d\"-clang -print-cmdline\" CXXFLAGS\u003d\"-clang -print-cmdline\"\n      emerge-x86-alex bootcache passes\n\nChange-Id: Ia68b70f890dad8152b741d2ee39724a1fe412fc8\nReviewed-on: https://gerrit.chromium.org/gerrit/47915\nReviewed-by: Paul Taysom \u003ctaysom@chromium.org\u003e\nCommit-Queue: Yunlian Jiang \u003cyunlian@chromium.org\u003e\nTested-by: Yunlian Jiang \u003cyunlian@chromium.org\u003e\n"
    },
    {
      "commit": "032ff613eb49ebc52209ca1d21d1a3bbca7afa00",
      "tree": "d5c98459bbae06aacfe3fee92b8e15f0bc9db69a",
      "parents": [
        "e74f0cc320636b12f42c9a12ea58cfcb0b243e9e"
      ],
      "author": {
        "name": "Ryan Harrison",
        "email": "rharrison@chromium.org",
        "time": "Wed Feb 06 21:44:58 2013"
      },
      "committer": {
        "name": "ChromeBot",
        "email": "chrome-bot@google.com",
        "time": "Thu Feb 21 19:24:28 2013"
      },
      "message": "bootcache: Updating common.mk to ToT to enable profiling\n\nThis update replaces the current common.mk used in this project with the newest\nversion. This will allow all of the common.mk based projects to be on the same\nversion for debugging and enables profiling support.\n\nBUG\u003dchromium-os:37854\nTEST\u003dExectuted the following commands to confirm the build works:\n     MODE\u003dprofiling cros_workon_make --board\u003dlink\n     MODE\u003dprofiling cros_workon_make --board\u003dlink --test\n     cros_workon_make --board\u003dlink\n     cros_workon_make --board\u003dlink --test\n     Repeated these with emerge-link, USE\u003dprofiling, and\n     FEATURES\u003dtest as need.\n     For the emerge command with profiling and testing enable, confirmed the\n     appropriate coverage files were created in /usr/share/profiling/...\n\nChange-Id: I6fe9a27520f8c449659fd5679362568039f212c4\nReviewed-on: https://gerrit.chromium.org/gerrit/42791\nTested-by: Ryan Harrison \u003crharrison@chromium.org\u003e\nReviewed-by: Paul Taysom \u003ctaysom@chromium.org\u003e\nReviewed-by: Mike Frysinger \u003cvapier@chromium.org\u003e\nCommit-Queue: Ryan Harrison \u003crharrison@chromium.org\u003e\n"
    },
    {
      "commit": "e74f0cc320636b12f42c9a12ea58cfcb0b243e9e",
      "tree": "41f576bc111ad5a24b71216c652c3e09c5cf2a87",
      "parents": [
        "55826e9bb8f6d2f4da634d1051742f4c54953ab7"
      ],
      "author": {
        "name": "Paul Taysom",
        "email": "taysom@chromium.org",
        "time": "Thu Nov 08 23:19:38 2012"
      },
      "committer": {
        "name": "Gerrit",
        "email": "chrome-bot@google.com",
        "time": "Fri Nov 09 02:20:17 2012"
      },
      "message": "Removed \"Fatal\" from error messages\n\nBUG\u003dchromium-os:36116\nTEST\u003dboot system, made sure Fatal message doesn\u0027t appear in /var/log/messages\n\nChange-Id: I922ee30cceb01482ea838ef5ba3e35298671dbad\nReviewed-on: https://gerrit.chromium.org/gerrit/37665\nTested-by: Paul Taysom \u003ctaysom@chromium.org\u003e\nReviewed-by: Luigi Semenzato \u003csemenzato@chromium.org\u003e\nCommit-Ready: Paul Taysom \u003ctaysom@chromium.org\u003e\n"
    },
    {
      "commit": "55826e9bb8f6d2f4da634d1051742f4c54953ab7",
      "tree": "54c869c3436c42f1273d3c4ad627fa255b92e9ca",
      "parents": [
        "b9bc33101fd0e4b20367dbaf57441f58c9d4a359"
      ],
      "author": {
        "name": "Paul Taysom",
        "email": "taysom@chromium.org",
        "time": "Wed Sep 12 17:23:10 2012"
      },
      "committer": {
        "name": "Gerrit",
        "email": "chrome-bot@google.com",
        "time": "Tue Sep 25 20:16:22 2012"
      },
      "message": "Bootcache now gets alignment from dm-bootcache\n\nThe alignement of various on disk data structures for\nthe bootcache was hard coded to be page size. Now, it\nis communicated via the Header.\n\nBUG\u003dchromium-os:25441\nTEST\u003dboot the system with bootcache enabled\n\nChange-Id: I51e526d4ce5b760a5597cc7812dd89a317bb2384\nReviewed-on: https://gerrit.chromium.org/gerrit/33096\nCommit-Ready: Paul Taysom \u003ctaysom@chromium.org\u003e\nReviewed-by: Paul Taysom \u003ctaysom@chromium.org\u003e\nTested-by: Paul Taysom \u003ctaysom@chromium.org\u003e\n"
    },
    {
      "commit": "b9bc33101fd0e4b20367dbaf57441f58c9d4a359",
      "tree": "a94826d5c10af49d7cc311b55c740d4746aaad59",
      "parents": [
        "a096351771ba0b1e6f0b3acaffa4a2828293dacb"
      ],
      "author": {
        "name": "Paul Taysom",
        "email": "taysom@chromium.org",
        "time": "Wed Aug 29 23:02:38 2012"
      },
      "committer": {
        "name": "Gerrit",
        "email": "chrome-bot@google.com",
        "time": "Fri Sep 07 21:59:29 2012"
      },
      "message": "Program to create bootcache area\n\nChanges to bootcache program to match changes that have been\nmade to the bootcache device mapper.\n\nBUG\u003dchromium-os:25441\nTEST\u003dcreated bootcache and booted system.\n\nChange-Id: Idc62d4cea72d69f4c202460400219184916231ee\nReviewed-on: https://gerrit.chromium.org/gerrit/31761\nReviewed-by: Luigi Semenzato \u003csemenzato@chromium.org\u003e\nCommit-Ready: Paul Taysom \u003ctaysom@chromium.org\u003e\nTested-by: Paul Taysom \u003ctaysom@chromium.org\u003e\n"
    },
    {
      "commit": "a096351771ba0b1e6f0b3acaffa4a2828293dacb",
      "tree": "9a0f2cd7a7ddfa3c5ce355849491cd8963b7be4a",
      "parents": [
        "2e0746c227a0356b126f44d6dc25f66fc07b331d"
      ],
      "author": {
        "name": "Paul Taysom",
        "email": "taysom@chromium.org",
        "time": "Tue Jul 17 20:56:19 2012"
      },
      "committer": {
        "name": "Gerrit",
        "email": "chrome-bot@google.com",
        "time": "Thu Jul 19 16:02:26 2012"
      },
      "message": "New utility for creating bootcache.\n\nThe bootcache utility access information exported by\ndm-bootcache device mapper to create a boot cache\nstore.\n\nBUG\u003dchromium-os:25441\nTEST\u003dwrote a test program to exercise code.\n\nChange-Id: I729926f5fbc125a543084647f6cc87b8ab214745\nReviewed-on: https://gerrit.chromium.org/gerrit/27703\nTested-by: Paul Taysom \u003ctaysom@chromium.org\u003e\nReviewed-by: Luigi Semenzato \u003csemenzato@chromium.org\u003e\nCommit-Ready: Paul Taysom \u003ctaysom@chromium.org\u003e\n"
    },
    {
      "commit": "2e0746c227a0356b126f44d6dc25f66fc07b331d",
      "tree": "bbe5bb01414ffc8866a8faab395b698f4e1cd251",
      "parents": [],
      "author": {
        "name": "Paul Taysom",
        "email": "taysom@chromium.org",
        "time": "Mon Jul 16 21:47:54 2012"
      },
      "committer": {
        "name": "Paul Taysom",
        "email": "taysom@chromium.org",
        "time": "Mon Jul 16 21:47:54 2012"
      },
      "message": "init repo\n"
    }
  ]
}
