From e202ace46882ad6941e83e5497432f16ea97e4cd3c8acac81c1ecfa27f314697 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 22 Apr 2022 19:52:58 +0000 Subject: [PATCH] Accepting request 970899 from devel:tools:scm OBS-URL: https://build.opensuse.org/request/show/970899 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=277 --- git-2.35.3.tar.sign | Bin 566 -> 0 bytes git-2.35.3.tar.xz | 3 --- git-2.36.0.tar.sign | Bin 0 -> 566 bytes git-2.36.0.tar.xz | 3 +++ git.changes | 13 +++++++++++++ git.spec | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 git-2.35.3.tar.sign delete mode 100644 git-2.35.3.tar.xz create mode 100644 git-2.36.0.tar.sign create mode 100644 git-2.36.0.tar.xz diff --git a/git-2.35.3.tar.sign b/git-2.35.3.tar.sign deleted file mode 100644 index 4d19159551911cc234ed84f5d71051f2f19dc81a2e9ed3ee43745b39ecad306c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+cInn8;1 zIK*Jns#p3rCMWyOY}CJ>lHOCfqin@oNg{O>*y?JbZQ7kvB*QhU_;LoKZq(;1`yfhK9|H5y zf?J@(F4_=n^*ALeiujP^RM{Aib}L04o3E^&#SoUdd{XCaq$l)o!=E)$cuO6xUgvk&E9NoRDpt1ar$10_KTWnX3F zWNSRkvt;z@L<{R_%Xgfl8}dsb76gQmniyN@Rh#D~^5W$cXYNu*Sb_*JUCOoz&fx_s zD&`RiSsKMTh+#Q27}y$WP-@Lh#V=7QeqV42(~9omS^%(^zYNq0iyx@= z(Ovf>f1JlKg$#R3-_TnG_T^E9xiz#@0)(RR=AHf~_KQ0zq{-gZflz;DbO4nH%mo$h|b1PM6;1gL5+3dFJ2{li$_Q-adDsG+cRx%fuR EOKV~q>;M1& 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 0000000000000000000000000000000000000000000000000000000000000000..459a4ceebe470298a91e234ac9442ecc2ed4c92fd9e03af7ccbc5879c4c69931 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+c+Z zrB0ke5QgEGz)<1>pT9d@1~O(4hnt|CBUeyalZWjhnZii?Ux7q(fzY%lj#q96v1VTi z?`Hn0xsIe*ly6fz_$3gNRq8(ON=XQ9DSxCly7~;x3^ej+22e{j>OU7>Sd|3jnh&Bi zK4%$kLA}Ft?FZyeltIbmjeP>mHD~NM+Gn6k8S*Pr&0fOF7U>%!hzhS*gYTgNZgl;9ef(>~ePNyQFz~zX?EO0>4Mo zCMnQBp20AlICPv?@{TO5nh+YmohxVuddI~{0!LvrE Ex8<7+{Qv*} literal 0 HcmV?d00001 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