diff --git a/git-2.32.0.tar.sign b/git-2.32.0.tar.sign deleted file mode 100644 index 6de14e3..0000000 Binary files a/git-2.32.0.tar.sign and /dev/null differ diff --git a/git-2.32.0.tar.xz b/git-2.32.0.tar.xz deleted file mode 100644 index 705fcc5..0000000 --- a/git-2.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a841da3c4389847ecd3301c25eb7e4a51d07edf5f0168615ad6179e3a83623 -size 6551348 diff --git a/git-2.33.0.tar.sign b/git-2.33.0.tar.sign new file mode 100644 index 0000000..78ebdf8 Binary files /dev/null and b/git-2.33.0.tar.sign differ diff --git a/git-2.33.0.tar.xz b/git-2.33.0.tar.xz new file mode 100644 index 0000000..6dcd5d9 --- /dev/null +++ b/git-2.33.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3c6ab5f82e072aad4768f647cfb1ef60aece39855f83f080f9c0222dd20c4f +size 6548308 diff --git a/git.changes b/git.changes index 73ce709..fafd8f8 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Aug 21 07:19:13 UTC 2021 - Andreas Stieger + +- git 2.33.0: + * "git send-email" learned the "--sendmail-cmd" command line option + and the "sendemail.sendmailCmd" configuration variable, which is a + more sensible approach than the current way of repurposing the + "smtp-server" that is meant to name the server to instead name the + command to talk to the server. + * The userdiff pattern for C# learned the token "record". + * "git rev-list" learns to omit the "commit " header + lines from the output with the `--no-commit-header` option. + * "git worktree add --lock" learned to record why the worktree is + locked with a custom message. + * internal improvements including performance optimizations + * a number of bug fixes + ------------------------------------------------------------------- Sun Jun 6 15:30:14 UTC 2021 - Andreas Stieger diff --git a/git.spec b/git.spec index 2abd547..6e095d4 100644 --- a/git.spec +++ b/git.spec @@ -36,7 +36,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.32.0 +Version: 2.33.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only