From 36fb3f0493c955408fb249736ca2703988008a0031d3319953f3f1403ad5f622 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 26 Feb 2024 11:03:01 +0000 Subject: [PATCH] Accepting request 1150277 from home:AndreasStieger:branches:devel:tools:scm git 2.44.0 OBS-URL: https://build.opensuse.org/request/show/1150277 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=639 --- git-2.43.2.tar.sign | Bin 566 -> 0 bytes git-2.43.2.tar.xz | 3 --- git-2.44.0.tar.sign | Bin 0 -> 566 bytes git-2.44.0.tar.xz | 3 +++ git.changes | 15 +++++++++++++++ git.spec | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 git-2.43.2.tar.sign delete mode 100644 git-2.43.2.tar.xz create mode 100644 git-2.44.0.tar.sign create mode 100644 git-2.44.0.tar.xz diff --git a/git-2.43.2.tar.sign b/git-2.43.2.tar.sign deleted file mode 100644 index c9066af7fd2557c2a802fde4eb84d5c5f04a5a15e162f459daa5f29d3d29d390..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+cY(nG3ctzp#juk-?w`_Wt zzCe)e0X7YPg`NIKpNQ69=Rt?rN{#NNCd{Uh+%Z`4!AN30x4A>SrH_6h#-4N~Eai;{ z8z()1Bc}y_F|*K+7D=+~37QMQ`k}wDg6%0f*n(FUP0*B{A^+I+iIH8+7lO9;W3$+(J4%Vyka$U$3C6#U4MTP%M zTVW9L9%OTypVA%ummW4Om~+8o`_XK84o;>SNlK^#pD!Gf5Ud&S+w)JSlCOm#JBZl) z`nce2j$&xIC13aN5gfH1%Yw-QPMyV zIZx(a_OU9W3#C{H!xD>#vz5{86}3+b`8?$@5wh&+5nN$w@X%lh E2!3J}L;wH) diff --git a/git-2.43.2.tar.xz b/git-2.43.2.tar.xz deleted file mode 100644 index 1cf9051..0000000 --- a/git-2.43.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9 -size 7388636 diff --git a/git-2.44.0.tar.sign b/git-2.44.0.tar.sign new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..042e5ca534625290ec617cb64c2990725517267e8c2eb09e856e87fcc07eb1fe GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+c9i@DD)5`cHj{0T+b zlY#~J{HR=Ah(Is$a?(A?VWh8weuv~_@H1rU;#&8u)#yXEIc`SlQc_frF;PyGx2N(J z@$|4Fr{GXS9Z)y9_+N}h59`bqW7XTZU+#w2G?S@9wn5duKEoHRsN71k=~fQiHsUCZXj~$MdI! z>4|&_JzAw5p0SU}Jv*m1y!d0*at?dOGf0(b7Mt41I%8pk+RkU@Q2$4iCvr#h9kz3` z;!+S$ey@wQ~7YcK3}r6bHLTS2Gyw6)FGGtge*9hi2rFjz5^A-$34Y3 ziZzb?dMUbEPMTOD;jl1a?X^73lm7Xy>@!>4=#Gvhq|2}|QqAd{ksx!6EQ1Eu9?W3j zcfYZME|JeB^SIu5++R6x(ZI|SIBp0SK + +- update to 2.44.0: + * "git checkout -B " now longer allows switching to a + branch that is in use on another worktree. The users need to + use "--ignore-other-worktrees" option. + * Faster server-side rebases with git replay + * Faster pack generation with multi-pack reuse + * rebase auto-squashing now works in non-interactive mode + * pathspec now understands attr, e.g. ':(attr:~binary) for + selecting non-binaries, or builtin_objectmode for selecting + items by file mode or other properties + * Many other cli UI and internal improvements and extensions + ------------------------------------------------------------------- Tue Feb 20 09:56:30 UTC 2024 - Danilo Spinella diff --git a/git.spec b/git.spec index 659cfe0..0c34345 100644 --- a/git.spec +++ b/git.spec @@ -35,7 +35,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.43.2 +Version: 2.44.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only