)]}'
{
  "commit": "233cc403310efbb12be7ecba997f7e378c6cc390",
  "tree": "fcf7e9f9725dafea085c2582886b23bfbaa3f06c",
  "parents": [
    "a34c00d96851009e94ec7618ad5c1464f920c80d"
  ],
  "author": {
    "name": "Pablo Sabater",
    "email": "pabloosabaterr@gmail.com",
    "time": "Tue Jul 14 14:09:36 2026 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue Jul 14 07:32:51 2026 -0700"
  },
  "message": "graph: wrap cascading commits after 4 columns\n\nCurrently the visual root commits in a graph cascade indefinitely until\na commit which is not a visual root or the last commit appears.\nOn filters like --author where one author might contribute mostly on\nsingle patches this can become a visual issue.\n\nMake the cascading wrap after 4 columns.\n\nThere are two possible cases of the wrap:\n\n1. No ambiguity:\n\n* A\n  * B\n    * C\n      * D\n* E\n  * F\n\n2. Ambiguous conflict:\n\nIf F happens to not be a visual root and E gets wrapped back to the\ninitial column then E and F would be vertically adjacent. The solution\nis to forcefully indent E one level:\n\n* A\n  * B\n    * C\n      * D\n  * E\n* F\n* F\n\nThe magic number 4 comes as the minimum number of columns to wrap where\nthe output shows clearly the commits are unrelated and doesn\u0027t cause too\nmuch \"pyramid\" effects\n\nSigned-off-by: Pablo Sabater \u003cpabloosabaterr@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "087094189f34671776c9ca71dcffb1468362e099",
      "old_mode": 33188,
      "old_path": "graph.c",
      "new_id": "e3e206170c8453074ac751d3b48e20bc1118d3ea",
      "new_mode": 33188,
      "new_path": "graph.c"
    },
    {
      "type": "modify",
      "old_id": "60c7d84af7c9d63a9dfb1796083d66355fcdeb4c",
      "old_mode": 33261,
      "old_path": "t/t4218-log-graph-indentation.sh",
      "new_id": "d4c850c0d46e9b043f3b3a616af01ae07c91e644",
      "new_mode": 33261,
      "new_path": "t/t4218-log-graph-indentation.sh"
    }
  ]
}
