diff --git a/git-2.35.3.tar.sign b/git-2.35.3.tar.sign deleted file mode 100644 index 4d19159..0000000 Binary files a/git-2.35.3.tar.sign and /dev/null differ diff --git a/git-2.35.3.tar.xz b/git-2.35.3.tar.xz deleted file mode 100644 index 0cb719e..0000000 --- a/git-2.35.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15e9db4f9bf2ed9fff30cb62a00c5c7c0901015f5ab048cdb4e8b04ddee00fa2 -size 6876328 diff --git a/git-2.36.0.tar.sign b/git-2.36.0.tar.sign new file mode 100644 index 0000000..459a4ce Binary files /dev/null and b/git-2.36.0.tar.sign differ diff --git a/git-2.36.0.tar.xz b/git-2.36.0.tar.xz new file mode 100644 index 0000000..af5cb2c --- /dev/null +++ b/git-2.36.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5ebfc1658464f5d0d45a2bfd884c935fb607a10cc021d95bc80778861cc1d3 +size 7003024 diff --git a/git.changes b/git.changes index 5edb1c7..6dbd506 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 19 18:06:28 UTC 2022 - Andreas Stieger + +- git 2.36.0: + * "git name-rev --stdin" has been deprecated and issues a + warning when used; use "git name-rev --annotate-stdin" instead. + * "git clone --filter=... --recurse-submodules" only makes the + top-level a partial clone, while submodules are fully cloned. + This behaviour is changed to pass the same filter down to the + submodules. + * improvements and extensions to multiple workflows and features + * bug fixes and performance improvements + ------------------------------------------------------------------- Thu Apr 14 06:01:19 UTC 2022 - Andreas Stieger diff --git a/git.spec b/git.spec index 0fb955a..cec2f9f 100644 --- a/git.spec +++ b/git.spec @@ -36,7 +36,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.35.3 +Version: 2.36.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only