)]}'
{
  "commit": "29224ee030bd4e687e95d1d8df55303269b49337",
  "tree": "6d47e7ce7f8aaab6bde38250866301d7a06fafa3",
  "parents": [
    "0367f40254871b491ab74dbe3cc237f06fb34f27"
  ],
  "author": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Mon Jun 01 00:23:40 2015 -0400"
  },
  "committer": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Mon Jun 22 15:21:12 2015 -0400"
  },
  "message": "Add new StringSlice flag type\n\nArguments passed on the command line will be split on \",\" and will be\nstored in a slice.\n\nWe can see this already exits in codegangsta/cli\nhttps://github.com/codegangsta/cli/blob/44d40054fa6208a3013d7217aca72a2b8b0f5a0b/flag.go#L102\n\nAnd people have written their own implementations for cobra/pflag\nhttps://github.com/GoogleCloudPlatform/kubernetes/blob/c5ba95ee26cbec9694a780544b559a797956ea54/pkg/util/list.go\n\nLets just make it a first class flag\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "bbe6e003f814757c18ed01b4dc5a2481bf581b3a",
      "new_mode": 33188,
      "new_path": "string_slice.go"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "019afee2b4557e68f70a1c4e3133df88aae32402",
      "new_mode": 33188,
      "new_path": "string_slice_test.go"
    }
  ]
}
