SHA256
1
0
forked from pool/git

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
This commit is contained in:
2017-09-29 09:48:46 +00:00
committed by Git OBS Bridge
parent 069d918659
commit 9fd19580e8
6 changed files with 25 additions and 4 deletions

View File

@@ -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