)]}'
{
  "commit": "cef3d4a89f8d21fae6669822cbb540927020d93b",
  "tree": "7d900eec37af18ab308487772b75430feece7365",
  "parents": [
    "76cf4f61c87855ebf0784b88aaf737d6b09f504b"
  ],
  "author": {
    "name": "Meet Soni",
    "email": "meetsoni3017@gmail.com",
    "time": "Fri Dec 27 16:23:45 2024 +0530"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Fri Dec 27 08:13:59 2024 -0800"
  },
  "message": "t7611: replace test -f with test_path_is* helpers\n\nReplace `test -f` and `test ! -f` with `test_path_is_file` and\n`test_path_is_missing` for better debuggability.\n\nWhile `test -f` ensures that the file exists and is a regular file,\n`test_path_is_file` provides clearer error messages on failure.\n\nOn the other hand, `test ! -f` checks either the absence of a regular\nfile or the presence of any other filesystem object, but looking at\nthem in the test individually, all of them should\u0027ve said `test ! -e`,\ni.e. \"there shouldn\u0027t be anything at given path on filesystem.\"\n\nReplace these cases with `test_path_is_missing` for better\ndebuggability.\n\nHelped-by: karthik nayak \u003ckarthik.188@gmail.com\u003e\nHelped-by: Junio C Hamano \u003cgitster@pobox.com\u003e\nSigned-off-by: Meet Soni \u003cmeetsoni3017@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d6975ca48df3d4710940a4b5a040c0598b0d0628",
      "old_mode": 33261,
      "old_path": "t/t7611-merge-abort.sh",
      "new_id": "1a251485e1b95c5f1e79e8421c966daeed333011",
      "new_mode": 33261,
      "new_path": "t/t7611-merge-abort.sh"
    }
  ]
}
