Merge branch 'master' of github.com:git/git
commit3a6160031b54c2e1174b1f990c7393ef8cb39d3d
authorJiang Xin <worldhello.net@gmail.com>
Wed, 10 Nov 2021 00:55:14 +0000 (10 08:55 +0800)
committerJiang Xin <worldhello.net@gmail.com>
Wed, 10 Nov 2021 00:55:14 +0000 (10 08:55 +0800)
tree9410f60fd52d173303d6faf718f0fa3f579617e8
parented7fe7be5206f95ee556c363b396d5bb400d32d0
parent6c220937e2b26d85920bf2d38ff2464a0d57fd6b
Merge branch 'master' of github.com:git/git

* 'master' of github.com:git/git:
  Git 2.34-rc2
  parse-options.[ch]: revert use of "enum" for parse_options()
  t/lib-git.sh: fix ACL-related permissions failure
  A few fixes before -rc2
  async_die_is_recursing: work around GCC v11.x issue on Fedora
  Document positive variant of commit and merge option "--no-verify"
  pull: honor --no-verify and do not call the commit-msg hook
  http-backend: remove a duplicated code branch