From 33d3540bb4958c791d22ac2a657205cb284e60ce7dfd1a97462d012c44521b2a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Aug 2021 18:56:09 +0000 Subject: [PATCH] Accepting request 913667 from devel:tools:scm OBS-URL: https://build.opensuse.org/request/show/913667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=266 --- git-2.32.0.tar.sign | Bin 566 -> 0 bytes git-2.32.0.tar.xz | 3 --- git-2.33.0.tar.sign | Bin 0 -> 566 bytes git-2.33.0.tar.xz | 3 +++ git.changes | 17 +++++++++++++++++ git.spec | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 git-2.32.0.tar.sign delete mode 100644 git-2.32.0.tar.xz create mode 100644 git-2.33.0.tar.sign create mode 100644 git-2.33.0.tar.xz diff --git a/git-2.32.0.tar.sign b/git-2.32.0.tar.sign deleted file mode 100644 index 6de14e393a6e627d6ae2231c0c33509d4cbec22449ddd141b360c5b71478534e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+cI;*a)vE_py_{yom$(S#P^81A${`{VIJ_BG&=!Z zikHY8bk}9q&UWt>o5XfIY~(5>urq>FCPgcjW7q=fIw1N>7Mu?eoc770MB>NM1+6$$0)CK8?_$+ZzyR4E<$Q;sANbnDq`3Y3ad?tb_gt{qaMw^Oy zt*y5jFt{NnlIul}P&M-<|NHtNM|@_=${mg_fOQJS&*UABqFqe|{7raf7q4g-5IN2) zwjH^AVI=H4c8Q1CbznY{i>io-J%Y04Df9)nPp@r|wzZ{_qtpLK@{j4tj{Gi81}T^3 zV2lIFEWGZ5d%wY!)Hr<3v7k2lg8j$NAO>$PUY1vt;n^mD(!Dz&c&BMd>}|JxdKqG( zC8BdCzJvB5eb;^}#$3%DdLCx1K9p`&&Gfc7uC~HudFZD|XpQ#Ys=&Z9>_p+Clxt(; E=~bp4vH$=8 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 0000000000000000000000000000000000000000000000000000000000000000..78ebdf8b5af81bfdb9b6a3d867e741e5a241a0ea9be7bfb3663237fe35fd6c0f GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+c5U{oA zhL*49%grGV|4OD&ZeDkE3Ne0d<0$#jNZ8>)KUtIki#Y*5 zKZ-4{#l!95yMC@kNH{As53*?IE4{dnONtATwSX*C@va-$lp4LE*6gcRyO7LDVj37H zd+CQwhPFRYd)G1PiWe#u;APvMYq{9x#JBDuK?zh7i|s4Eo5MtsYXjOSY$PlnsjW*% zr9b+!$ska#(LYpwa)a~fAD8X?Kdmoz!!NsaA$l?vLiFeuADNWf`UPfp67HM_h(H3J zH!DIO`GGM^0POWp&D2Jkw1dD2t_Doss1!9cIjqb{+a)SNi(6rM5(yCPwPhUrB@c&fc(KO|ZiF6Zwdx^cGeS76tz;sRY;dIVXo| z=|kai{gx}#-ERYcHuN+V^%Ngbb9o^vP@^nft+1(iX6zrOx*xw%x<;^c)%+)AkSsY5 EJd_y@+W-In literal 0 HcmV?d00001 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