)]}'
{
  "log": [
    {
      "commit": "7a4ca32175bef0f9a177052796bd9addd10dc218",
      "tree": "a97843cf615b86a4ad7dd221746cb5454df24a2f",
      "parents": [
        "8a4c812ede5b01a8e71082c1ff4ebfcbf1bd515f"
      ],
      "author": {
        "name": "Christian Brabandt",
        "email": "cb@256bit.org",
        "time": "Sun Jul 25 15:08:05 2021 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Jul 25 15:08:05 2021 +0200"
      },
      "message": "patch 8.2.3219: :find searches non-existing directories\n\nProblem:    :find searches non-existing directories.\nSolution:   Check the path is not \"..\".  Update help. (Christian Brabandt,\n            closes #8612, closes #8533)\n"
    },
    {
      "commit": "6d91bcb4d23b5c6a0be72c384beaf385e2d9d606",
      "tree": "0f4129e5f6e049ce5313520239de270cd9389580",
      "parents": [
        "c3d6e8a46a8fc5de622e8df9dbd25edd03e00c5b"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 12 18:50:36 2020 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Aug 12 18:50:36 2020 +0200"
      },
      "message": "patch 8.2.1432: various inconsistencies in test files\n\nProblem:    Various inconsistencies in test files.\nSolution:   Add modelines where they were missing.  Use Check commands instead\n            of silently skipping over tests.  Adjust indents and comments.\n            (Ken Takata, closes #6695)\n"
    },
    {
      "commit": "2d10cd478047df8ba144d4b0fcc46480993af57f",
      "tree": "516b015ce0b2d408d32a8ec4fe99ed38c44684e5",
      "parents": [
        "e32848780cc07c368ba2e088cdefdbb8c3b827c2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 19 14:37:30 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Mar 19 14:37:30 2020 +0100"
      },
      "message": "patch 8.2.0407: no early check if :find and :sfind have an argument\n\nProblem:    No early check if :find and :sfind have an argument.\nSolution:   Add EX_NEEDARG.\n"
    },
    {
      "commit": "bc2b71d44a0b90b6aeb3534a76912fccbe5577df",
      "tree": "a77a42312e3d84710013ca0ba0f919ab79867560",
      "parents": [
        "b13af50f73dd89503c915f76fcf92be58789521a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Feb 17 21:33:30 2020 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Feb 17 21:33:30 2020 +0100"
      },
      "message": "patch 8.2.0270: some code not covered by tests\n\nProblem:    Some code not covered by tests.\nSolution:   Add test cases. (Yegappan Lakshmanan, closes #5649)\n"
    },
    {
      "commit": "3503d7c94a6c8c2a5ca1665d648d0cb81afcc863",
      "tree": "1084785735f6ed7f60ef12045d016977ae92c377",
      "parents": [
        "b73e439606b55d66d9e81da1f9cae729af37cf04"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 09 20:10:17 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Nov 09 20:10:17 2019 +0100"
      },
      "message": "patch 8.1.2278: using \"cd\" with \"exe\" may fail\n\nProblem:    Using \"cd\" with \"exe\" may fail.\nSolution:   Use chdir() instead.\n"
    },
    {
      "commit": "a4208966fb289a505ebdef62bbc37c214069bab4",
      "tree": "97ec3983559c99f47bdb9213f96a95f403af35f0",
      "parents": [
        "f63962378dc32c7253e4825b4b0f414a81c1dd3e"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 24 20:50:19 2019 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sat Aug 24 20:50:19 2019 +0200"
      },
      "message": "patch 8.1.1921: more functions can be used as methods\n\nProblem:    More functions can be used as methods.\nSolution:   Make various functions usable as a method.\n"
    },
    {
      "commit": "71b13e92ae580038b8aecbb783296c577ca2ba5a",
      "tree": "3537e168b860f2742f6029d70501b5ed7d15d345",
      "parents": [
        "94688b8a2a1fc3d6c8e49151b9533ec1c0a6757f"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Feb 04 21:14:45 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Feb 04 21:14:45 2019 +0100"
      },
      "message": "patch 8.1.0875: not all errors of marks and findfile()/finddir() are tested\n\nProblem:    Not all errors of marks and findfile()/finddir() are tested.\nSolution:   Add more test coverage. (Dominique Pelle)\n"
    },
    {
      "commit": "ed71ed37bcd44bcbfcf59beee1248799de3315ec",
      "tree": "4f71a4a915de23b7932738947d166a50693d6603",
      "parents": [
        "8d4ce56a19ed14d13332f94ad592fff2d9a715d5"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jan 30 22:13:35 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Wed Jan 30 22:13:35 2019 +0100"
      },
      "message": "patch 8.1.0852: findfile() and finddir() are not properly tested\n\nProblem:    findfile() and finddir() are not properly tested.\nSolution:   Extend the test and add more. (Dominique Pelle, closes #3880)\n"
    },
    {
      "commit": "dc9a081712ec8c140e6d4909e9f6b03a629d32d3",
      "tree": "d04acf3be59a72a8ea9ef2ad32d0df8643787131",
      "parents": [
        "60629d642541a089c322e65963c0a77e5f77eb79"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Feb 23 18:46:50 2017 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Feb 23 18:46:50 2017 +0100"
      },
      "message": "patch 8.0.0359: \u0027number\u0027 and \u0027relativenumber\u0027 are not properly tested\n\nProblem:    \u0027number\u0027 and \u0027relativenumber\u0027 are not properly tested.\nSolution:   Add tests, change old style to new style tests. (Ozaki Kiichi,\n            closes #1447)\n"
    }
  ]
}
