)]}'
{
  "commit": "a92a28762fe6384a3defc625cc4247e3a367c0b4",
  "tree": "c38896247d608fef7d1fecc89f6bf64c1bf10e4a",
  "parents": [
    "11251d78bb57ed618b8d4a1ee039affca6d64fb9"
  ],
  "author": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Sat Aug 15 17:26:19 2015 -0400"
  },
  "committer": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Sun Aug 16 22:44:51 2015 -0700"
  },
  "message": "Add functions to support golang flags in pflags\n\nThey aren\u0027t \"perfect\".  spf13/pflag chose to use an explicit `Type` in the\nvalue. golang has nothing of the sort and has a rather crazy\nIsBoolFlag() bit of nonsense for the one case that really makes sense to\nhave the explicit `Type`. Probably because adding interfaces really screws\npeople up. So supporting golang flags in pflags isn\u0027t super super\nsimple, we need to figure out how to handle our `Type` given only the\ninformation available in a golang flag. This does it as best we can with\n`reflect`.\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "7b36f87b0af7f0dd68cec2bd0d553ffd1b2ad483",
      "new_mode": 33188,
      "new_path": "golangflag.go"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "77e2d7d80a3dd20050663db1be0fd1d9a5881370",
      "new_mode": 33188,
      "new_path": "golangflag_test.go"
    }
  ]
}
