)]}'
{
  "commit": "bff35388f5507d076b401592f2ce195ee04f6c9f",
  "tree": "acb9de58e85d3c5b9880c3c20c1427abac50fd2c",
  "parents": [
    "fbbb2969d93aef88173e0f0f59b77bd8b9f3d49d"
  ],
  "author": {
    "name": "Xing Huang",
    "email": "xingkhuang@google.com",
    "time": "Mon Jan 26 15:08:03 2026 -0600"
  },
  "committer": {
    "name": "Xing Huang",
    "email": "xingkhuang@google.com",
    "time": "Mon Jan 26 15:43:39 2026 -0600"
  },
  "message": "LogServlet: Handle HEAD symref to non-existent branch\n\nThe ObjectId of a Ref can be null. If HEAD is a symbolic ref to a\nnon-existent branch, headRef.getObjectId() will return null. The\ncurrent LogServlet code does not handle this, causing\nNullPointerException in RevWalk.\n\nThis issue is particularly common when a repo is created but nothing is\npushed yet; so a HEAD symmetry is created to point to refs/heads/main by default but lacks a commit SHA.\n\nTreat a HEAD ref with a null ObjectId as if the ref itself were null,\nreturning no view instead of throwing an internal error.\n\nChange-Id: I4fe85010db0694403770923fcdf957854e72cd34\nSigned-off-by: Xing Huang \u003cxingkhuang@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "71f7384f79a3e107e24e3a775644f89574dd6e85",
      "old_mode": 33188,
      "old_path": "java/com/google/gitiles/LogServlet.java",
      "new_id": "368fd0bd921e9f561cf5aaaa6250dcfb0c1cfd2f",
      "new_mode": 33188,
      "new_path": "java/com/google/gitiles/LogServlet.java"
    }
  ]
}
