)]}'
{
  "commit": "bf25fca31c5a923598ce8461034a992920e3625b",
  "tree": "0ba9fc62e56c696bc9c66023fa1187e6b45fe44c",
  "parents": [
    "9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed"
  ],
  "author": {
    "name": "brian m. carlson",
    "email": "sandals@crustytoothpaste.net",
    "time": "Fri Nov 28 01:21:05 2025 +0000"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu Nov 27 19:06:01 2025 -0800"
  },
  "message": "t0614: use numerical comparison with test_line_count\n\nIn this comparison, we want to know whether the number of lines is\ngreater than 1.  Our test_line_count function passes the first argument\nas the comparison operator to test, so what we want is a numerical\ncomparison, not a string comparison.  While this does not produce a\nfunctional problem now, it could very well if we expected two or more\nitems, in which case the value \"10\" would not match when it should.\n\nFurthermore, the \"\u003c\" and \"\u003e\" comparisons are new in POSIX 1003.1-2024\nand we don\u0027t want to require such a new version of POSIX since many\npopular and supported operating systems were released before that\nversion of POSIX was released.\n\nFinally, zsh\u0027s builtin test operator does not like the greater-than sign\nin \"test\", since it is only supported in the double-bracket extension.\nThis has been reported and will be addressed in a future version, but\nsince our code is also technically incorrect, as well as not very\ncompatible, let\u0027s fix it by using a numeric comparison.\n\nSigned-off-by: brian m. carlson \u003csandals@crustytoothpaste.net\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "85cc47d67e13bf88a6a22deadd86587244876153",
      "old_mode": 33261,
      "old_path": "t/t0614-reftable-fsck.sh",
      "new_id": "677eb9143c9de4e6b82011e022459e2d07be89fe",
      "new_mode": 33261,
      "new_path": "t/t0614-reftable-fsck.sh"
    }
  ]
}
