)]}'
{
  "commit": "1921cb379da8acd268865f258d519432ee690aa6",
  "tree": "cb488f7a73eefe110cc82f6b4e94702b7d6bafd2",
  "parents": [
    "d8d4e668ee1e6e10b728f0671a89b07d7c4d45be"
  ],
  "author": {
    "name": "Florian Loitsch",
    "email": "floitsch@google.com",
    "time": "Sat Mar 04 17:02:54 2017 +0100"
  },
  "committer": {
    "name": "Florian Loitsch",
    "email": "floitsch@google.com",
    "time": "Sat Mar 04 17:02:54 2017 +0100"
  },
  "message": "Avoid negative shift.\n\nWhen filling in fractional digits in a fixed representation we\nmight use all existing digits. When this happens, we can not look\nat the next digit to see if we should round up.\n\nBefore this fix, we tried to shift by a negative amount to see if the\n(non-existing) next bit was set to 1 (requiring the number to be rounded up).\n\nFixes #41.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "78378c5139615567f19729bcf6bfc43e55bedd1d",
      "old_mode": 33188,
      "old_path": "double-conversion/fixed-dtoa.cc",
      "new_id": "e06617bfdfbbc572cce65460be69dc856b023689",
      "new_mode": 33188,
      "new_path": "double-conversion/fixed-dtoa.cc"
    }
  ]
}
