diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2021-11-10 08:55:14 +0800 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2021-11-10 08:55:14 +0800 |
commit | 3a6160031b54c2e1174b1f990c7393ef8cb39d3d (patch) | |
tree | 9410f60fd52d173303d6faf718f0fa3f579617e8 /GIT-VERSION-GEN | |
parent | l10n: pl: 2.34.0 round 2 (diff) | |
parent | Git 2.34-rc2 (diff) | |
download | tgif-3a6160031b54c2e1174b1f990c7393ef8cb39d3d.tar.xz |
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
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index b2e79e0890..3e1915546c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.34.0-rc1 +DEF_VER=v2.34.0-rc2 LF=' ' |