)]}'
{
  "commit": "8eee800fb1853a9b73067fa875737bb3a117ec2c",
  "tree": "5392136ad09aa6a8dfa3b4197043990d77937e20",
  "parents": [
    "380f091fa5fa71f44368c0e8e58bb520ebc34ed7"
  ],
  "author": {
    "name": "Matthias Sohn",
    "email": "matthias.sohn@sap.com",
    "time": "Fri Feb 10 23:39:20 2023 +0100"
  },
  "committer": {
    "name": "Matthias Sohn",
    "email": "matthias.sohn@sap.com",
    "time": "Tue Feb 21 00:18:33 2023 +0100"
  },
  "message": "Acquire file lock \"gc.pid\" before running gc\n\nGit guards gc by locking a lock file \"gc.pid\" before starting execution.\nThe lock file contains the pid and hostname of the process holding the\nlock. Git tries to kill the process holding that lock if the lock file\nwasn\u0027t modified in the last 12 hours and was started from the same host.\n\nTeach JGit to acquire this lock before running gc but skip execution if\nanother process already holds the lock. Killing the other process could\nbe undesired if it\u0027s a long running application.\n\nIf the lock file wasn\u0027t modified in the last 12 hours try to lock it and\nrun gc if locking succeeds.\n\nRegister a shutdown hook for the lock file to ensure it is cleaned up if\nthe process is gracefully killed.\n\nChange-Id: I00b838dcbf4fb0d03863bf7a2cd86b743c6c6971\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3c0f75710e81e6128d8c0aa39db356f50d668cec",
      "old_mode": 33188,
      "old_path": "org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties",
      "new_id": "f9b0595080617d0447c03ee3ddc4aa61f329dbee",
      "new_mode": 33188,
      "new_path": "org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties"
    },
    {
      "type": "modify",
      "old_id": "2b48bf5a1bcca28d898444359ef8303e0ea276d7",
      "old_mode": 33188,
      "old_path": "org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java",
      "new_id": "446d35078f41db990c1005ff00ac5cda60498eda",
      "new_mode": 33188,
      "new_path": "org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java"
    },
    {
      "type": "modify",
      "old_id": "9e976594996149d03aec7b6a5fc7aa1eccdc0a26",
      "old_mode": 33188,
      "old_path": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/GC.java",
      "new_id": "3f281a5d6cafcd3bcc51c4589dc3ddb2f1dc28ea",
      "new_mode": 33188,
      "new_path": "org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/GC.java"
    }
  ]
}
