From 9fd19580e8b8d58784c3450a37c2dc769202589d7223a6829441215630ecc63a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 Sep 2017 09:48:46 +0000 Subject: [PATCH] Accepting request 528736 from devel:tools:scm git 2.14.2 bsc#1060377 bsc#1060378 OBS-URL: https://build.opensuse.org/request/show/528736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=203 --- git-2.14.1.tar.sign | Bin 543 -> 0 bytes git-2.14.1.tar.xz | 3 --- git-2.14.2.tar.sign | Bin 0 -> 543 bytes git-2.14.2.tar.xz | 3 +++ git.changes | 21 +++++++++++++++++++++ git.spec | 2 +- 6 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 git-2.14.1.tar.sign delete mode 100644 git-2.14.1.tar.xz create mode 100644 git-2.14.2.tar.sign create mode 100644 git-2.14.2.tar.xz diff --git a/git-2.14.1.tar.sign b/git-2.14.1.tar.sign deleted file mode 100644 index 49ca2eb514a96f18ba77c009db984e63f9ae21275e4979f7ddbd45b87ecdc5e2..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0SEvF1p--%YKQ;|2@tTg=!TZB=F9U35Bv|amn&7ywu~CdR_&ME zaQeOHhtcMT6-aZEZ2gHx^@>A$lKt29gG1ovo1uftQuDu|zrmBsl$U3v*`sRV-@-06 zWvBCP>adcVL9(N=+~X27$*;BXx`alg45-X^*kUYBb=%*`}MF0fQ-UB5OLax zxQMvj@kvPl{)N zQ6X+j9MJ|;+)w~ALSTtq9!zihkR_xI^hf4H3385DSkpl<r^eWn7C(l89VWRY?0z~(nja{DIH1r(kwxK}^7O89tJLXQhZ+6@UhW#fvWD#3n z=n;=Rx#P;KMwF6LmUs|){3!vgqaxbWF=$yGm+iy(qan9bI2{qKm)1c(YX{|1u*_H$ hG$y{267IfXGe2S|y!fPjqjS{Gfiz+-pn=tB^$?=B04)Fj literal 0 HcmV?d00001 diff --git a/git-2.14.2.tar.xz b/git-2.14.2.tar.xz new file mode 100644 index 0000000..36a8352 --- /dev/null +++ b/git-2.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e9723996114ad1eec4dda89960d9fe34461749ae42031008a261fedd03c7a1 +size 4800208 diff --git a/git.changes b/git.changes index 46c485d..0c44d10 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Sep 26 07:56:20 UTC 2017 - astieger@suse.com + +- git 2.14.2: + * fixes to color output + * http.{sslkey,sslCert} now interpret "~[username]/" prefix + * fixes to walking of reflogs via "log -g" and friends + * various fixes to output correctness + * "git push --recurse-submodules $there HEAD:$target" is now + propagated down to the submodules + * "git clone --recurse-submodules --quiet" c$how propagates quiet + option down to submodules. + * "git svn --localtime" correctness fixes + * "git grep -L" and "git grep --quiet -L" now report same exit code + * fixes to "git apply" when converting line endings + * "git cvsserver" no longer is invoked by "git daemon" by + default bsc#1060377 + * Various Perl scripts did not use safe_pipe_capture() instead + of backticks, leaving them susceptible to end-user input. + bsc#1060378 + ------------------------------------------------------------------- Thu Aug 10 19:19:07 UTC 2017 - astieger@suse.com diff --git a/git.spec b/git.spec index 9e0ea48..b65d5ce 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.14.1 +Version: 2.14.2 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0