diff --git a/git-2.14.1.tar.sign b/git-2.14.1.tar.sign deleted file mode 100644 index 49ca2eb..0000000 Binary files a/git-2.14.1.tar.sign and /dev/null differ diff --git a/git-2.14.1.tar.xz b/git-2.14.1.tar.xz deleted file mode 100644 index eb894f1..0000000 --- a/git-2.14.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f724c6d0e9e13114ab35db6f67e1b2c1934b641e89366e6a0e37618231f2cc6 -size 4791876 diff --git a/git-2.14.2.tar.sign b/git-2.14.2.tar.sign new file mode 100644 index 0000000..ecac72f Binary files /dev/null and b/git-2.14.2.tar.sign differ 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