commit | cf8aa6448b3520905bea528ea8ad6533cbef288d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 13:48:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 13:48:58 2020 +0200 |
tree | ee3eb5eaa3951ea891433ba8c947e45ac78a7cc9 | |
parent | e2e4075fad1326181edc5a131e48c644ef613693 [diff] |
patch 8.2.1594: pull requests on github do not notify a maintainer Problem: Pull requests on github do not notify a maintainer. Solution: Add a CODEOWNERS file with a few initial entries.
diff --git a/src/version.c b/src/version.c index 7058d62..bd15f3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1594, +/**/ 1593, /**/ 1592,