)]}'
{
  "commit": "527ec3980bcf9868e2b726664f13532ac73d3c3f",
  "tree": "71928c7e29f9b3689eb2b1eeb6e77f3b98e73b06",
  "parents": [
    "413f50b901f5f5addd7404516cdd3e8ee8a4ac25"
  ],
  "author": {
    "name": "Eric Sunshine",
    "email": "sunshine@sunshineco.com",
    "time": "Thu May 21 19:39:20 2015 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu May 21 13:03:37 2015 -0700"
  },
  "message": "generate-cmdlist: parse common group commands\n\nParse the group block to create the array of group descriptions:\n\nstatic char *common_cmd_groups[] \u003d {\n    N_(\"starting a working area\"),\n    N_(\"working on the current change\"),\n    N_(\"working with others\"),\n    N_(\"examining the history and state\"),\n    N_(\"growing, marking and tweaking your history\"),\n};\n\nthen map each element of common_cmds[] to a group via its index:\n\nstatic struct cmdname_help common_cmds[] \u003d {\n    {\"add\", N_(\"Add file contents to the index\"), 1},\n    {\"branch\", N_(\"List, create, or delete branches\"), 4},\n    {\"checkout\", N_(\"Checkout a branch or paths to the ...\"), 4},\n    {\"clone\", N_(\"Clone a repository into a new directory\"), 0},\n    {\"commit\", N_(\"Record changes to the repository\"), 4},\n    ...\n};\n\nso that \u0027git help\u0027 can print those commands grouped by theme.\n\nOnly commands tagged with an attribute from the group block are emitted to\ncommon_cmds[].\n\n[commit message by Sébastien Guimmara \u003csebastien.guimmara@gmail.com\u003e]\n\nSigned-off-by: Eric Sunshine \u003csunshine@sunshineco.com\u003e\nSigned-off-by: Sébastien Guimmara \u003csebastien.guimmara@gmail.com\u003e\nReviewed-by: Eric Sunshine \u003csunshine@sunshineco.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a215bee46191c75009be296e75a2dde19265be55",
      "old_mode": 33188,
      "old_path": "Makefile",
      "new_id": "f088b46c86ac3405d9f68df1e29c944020b7441b",
      "new_mode": 33188,
      "new_path": "Makefile"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "31516e36ace57e4f46b83e4a6d2cc30cc76324cc",
      "new_mode": 33261,
      "new_path": "generate-cmdlist.perl"
    },
    {
      "type": "delete",
      "old_id": "9a4c9b94e61c6a310b69e546c7890a676a3fb96f",
      "old_mode": 33261,
      "old_path": "generate-cmdlist.sh",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    }
  ]
}
