)]}'
{
  "commit": "95a6a40798df11df014298af8a8250af515fa753",
  "tree": "a06e3ca530e046d0b72d55ffa06db19d75a34bb0",
  "parents": [
    "41e9136667ee4f9ffd03da380e24629d7eccace4"
  ],
  "author": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Wed Aug 12 10:54:26 2015 -0400"
  },
  "committer": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Wed Aug 12 11:06:13 2015 -0400"
  },
  "message": "Do not append to default values in {String,Int}Slice\n\nI added the ability to do: `-s\u003dbob -s\u003djohn` and get `[]string{\"bob\", \"john\"}`\n\nBut if a default value was set to say `[]string{\"eric\"}` the above\noperation was mistakenly resulting in: `[]string{\"eric\", \"bob\", \"john\"}\nwhich was obviously not what was intended.\n\nThis is fixed by tracking if a value was parsed and overwriting the\ndefault on the first time -s is found, but we append the 2+ time.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b28353dcc0b5f33ea49c9b8d37e5609a4d05c6ac",
      "old_mode": 33188,
      "old_path": "int_slice.go",
      "new_id": "7c6ed79f26dfbf56106e31cc257bb12b9c49f5b2",
      "new_mode": 33188,
      "new_path": "int_slice.go"
    },
    {
      "type": "modify",
      "old_id": "32c7cd7918df2201ed855982b83c00943a0d746a",
      "old_mode": 33188,
      "old_path": "int_slice_test.go",
      "new_id": "2b7f68da93ce43fc8471e74d471aa1e73b78291b",
      "new_mode": 33188,
      "new_path": "int_slice_test.go"
    },
    {
      "type": "modify",
      "old_id": "2037bd842989c4d7c725465a2e653450b4eb8bff",
      "old_mode": 33188,
      "old_path": "string_slice.go",
      "new_id": "848bea891a07940eada0a31b7f5a1c62c11b222b",
      "new_mode": 33188,
      "new_path": "string_slice.go"
    },
    {
      "type": "modify",
      "old_id": "63eb9de9ed5c90f13f929fe1887a61286d71030b",
      "old_mode": 33188,
      "old_path": "string_slice_test.go",
      "new_id": "e8847d5492b65a45a2a7232019ad5d825a16e109",
      "new_mode": 33188,
      "new_path": "string_slice_test.go"
    }
  ]
}
