)]}'
{
  "log": [
    {
      "commit": "bc4509533e26371d4e69c0cc9449537a1657e97b",
      "tree": "9151cfcfcafe9a1a4bffb8b90c08d5823ffd1c01",
      "parents": [
        "a6996ef73d1b5360acb8a773fec7304158ed1617"
      ],
      "author": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Fri Sep 14 14:32:21 2018 -0700"
      },
      "committer": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Fri Sep 14 14:33:24 2018 -0700"
      },
      "message": "kunitconfig: changed namespacing of Kconfigs\n\nALL KUnit test Kconfigs now have the namespace prefix KUNIT_*; this\nupdates the kunitconfig to fit that.\n\nChange-Id: I879b5bec4fd6f1b3bbebe7686493978aafbb7ac6\nSigned-off-by: Brendan Higgins \u003cbrendanhiggins@google.com\u003e\n"
    },
    {
      "commit": "a6996ef73d1b5360acb8a773fec7304158ed1617",
      "tree": "b0f4a1ec2f2549c39b2d9ca76af3cddfe399310b",
      "parents": [
        "aaddee2e12c93e6c449c53fb29dc9f8683bc8d52"
      ],
      "author": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Thu Sep 13 17:19:07 2018 -0700"
      },
      "committer": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Thu Sep 13 17:21:21 2018 -0700"
      },
      "message": "kunitconfig: changed namespacing of Kconfigs\n\nKconfigs now have the namespace prefix KUNIT_* this updates the\nkunitconfig to fit that.\n\nChange-Id: I271b010e3a8d168148261f7f6ff84ff164e53419\nSigned-off-by: Brendan Higgins \u003cbrendanhiggins@google.com\u003e\n"
    },
    {
      "commit": "aaddee2e12c93e6c449c53fb29dc9f8683bc8d52",
      "tree": "00c7f27b587b1e18da21ec1967949ca9acbd7760",
      "parents": [
        "3387b9baf1c86450f0e3b02b4f96b0d703a810b0"
      ],
      "author": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Thu Aug 30 18:30:22 2018 -0700"
      },
      "committer": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Thu Aug 30 18:30:22 2018 -0700"
      },
      "message": "kunitconfig: cleaned up config\n\nRan `make ARCH\u003dum savedefconfig`, config is now very simple with changes\nlike: https://team-review.git.corp.google.com/c/kunit/linux/+/306883 and\nhttps://team-review.git.corp.google.com/c/kunit/linux/+/306881\n\nChange-Id: I6605088a4b87e3642a275271b40c2007bd3e5751\n"
    },
    {
      "commit": "3387b9baf1c86450f0e3b02b4f96b0d703a810b0",
      "tree": "acf616615cf962de3114dfeb144bcb759434a41b",
      "parents": [
        "1aad20746f50f38f8d0fa2bec0614fe0f437aeb6"
      ],
      "author": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Mon Aug 27 10:49:02 2018 -0700"
      },
      "committer": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Mon Aug 27 10:50:31 2018 -0700"
      },
      "message": "kunitconfig: updated config to kunit/release/4.17/0.4\n\nChange-Id: I7c259d33dbd98f8b4a12d44c2a04b89f8f161835\nSigned-off-by: Brendan Higgins \u003cbrendanhiggins@google.com\u003e\n"
    },
    {
      "commit": "1aad20746f50f38f8d0fa2bec0614fe0f437aeb6",
      "tree": "1be32b367ad58076185d791f53e2862714fca2db",
      "parents": [
        "2de583184109d37ecf99393c0ac98950d1dfd076"
      ],
      "author": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Mon Apr 30 16:54:28 2018 -0700"
      },
      "committer": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Mon Apr 30 16:59:31 2018 -0700"
      },
      "message": "kunitconfig: removed configs for \"staged tests\"\n\nOriginally \"staged tests,\" example tests and tests used to evaluate\nKUnit\u0027s viability were in the same branch as the main KUnit development,\nwe sinced moved them to a separate branch; as part of that we needed to\ndrop the associated configs.\n\nChange-Id: Iac1e3542be695497e75da06dc0bd17874dfc924f\nGoogle-Bug-Id: 78135526\nSigned-off-by: Brendan Higgins \u003cbrendanhiggins@google.com\u003e\n"
    },
    {
      "commit": "2de583184109d37ecf99393c0ac98950d1dfd076",
      "tree": "595b4493c24a27d2d2c84e49398e8def4360e32c",
      "parents": [],
      "author": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Mon Apr 09 11:37:37 2018 -0700"
      },
      "committer": {
        "name": "Brendan Higgins",
        "email": "brendanhiggins@google.com",
        "time": "Mon Apr 09 11:37:37 2018 -0700"
      },
      "message": "kunit: added initial kunitconfig base\n\nAdds a config which enables all of KUnit\u0027s unit tests as well as a\nhandful of example unit tests written with KUnit.\n\nSigned-off-by: Brendan Higgins \u003cbrendanhiggins@google.com\u003e\n"
    }
  ]
}
