)]}'
{
  "commit": "1cb06df728b11e27aac1749ecd3f5153fa5fdee2",
  "tree": "18ac3c6c6bec460458ad519f42cd885595b64f7b",
  "parents": [
    "e5671979c9d5d77bc2287c7664f8b161835a3627"
  ],
  "author": {
    "name": "Wyatt Hepler",
    "email": "hepler@google.com",
    "time": "Fri Jan 31 10:01:12 2020 -0800"
  },
  "committer": {
    "name": "Wyatt Hepler",
    "email": "hepler@google.com",
    "time": "Fri Feb 28 11:09:37 2020 -0800"
  },
  "message": "pw_span: Fix deduction guides for containers\n\nPreviously, the constness of the container implied the constness of the\nelements, which is not always correct. A mutable std::string has mutable\nelements, but a mutable std::string_view has const elements. The result\nwas that template argument deduction failed in some cases, including a\nmutable std::string_view.\n\nThis change has the container deduction guides use the actual element\ntype from the container as the element type for the span.\n\nChange-Id: Idafde58b8cfedf86e1f90a3e22fb05780903222e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4f85eb1f85571b77f6b74d8bc2f2b07fcd35efe4",
      "old_mode": 33188,
      "old_path": "pw_span/public/pw_span/span.h",
      "new_id": "2ea01ffb0c33d9a1d9299d2539e1a4f1acb156b4",
      "new_mode": 33188,
      "new_path": "pw_span/public/pw_span/span.h"
    },
    {
      "type": "modify",
      "old_id": "f4770f623210bea7d1c869241f8d2b9275334881",
      "old_mode": 33188,
      "old_path": "pw_span/span_test.cc",
      "new_id": "37875f6f5fd27910d23adf9e3cf7dfe1f9bbfc08",
      "new_mode": 33188,
      "new_path": "pw_span/span_test.cc"
    }
  ]
}
