SHA256
1
0
forked from pool/git

Accepting request 658762 from devel:tools:scm

git 2.20.1
- group(nogroup) is provided with Leap 15 onwards only

OBS-URL: https://build.opensuse.org/request/show/658762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=227
This commit is contained in:
Dominique Leuenberger 2018-12-19 12:25:31 +00:00 committed by Git OBS Bridge
parent 42cfc11470
commit c502be5129
6 changed files with 51 additions and 4 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fce9a3a3297db5f3756c4553a2fc1fec209ee08178f8491e76ff4ff8fe7b8be9
size 5235608

BIN
git-2.20.1.tar.sign Normal file

Binary file not shown.

3
git-2.20.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d2e91e2faa2ea61ba0a70201d023b36f54d846314591a002c610ea2ab81c3e9
size 5359872

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sun Dec 16 11:06:03 UTC 2018 - astieger@suse.com
- git 2.20.1:
* portability fixes
* "git help -a" did not work well when an overly long alias was
defined
* no longer squelched an error message when the run_command API
failed to run a missing command
-------------------------------------------------------------------
Mon Dec 10 11:31:04 UTC 2018 - Marketa Calabkova <mcalabkova@suse.com>
- git 2.20.0
* "git help -a" now gives verbose output (same as "git help -av").
Those who want the old output may say "git help --no-verbose -a"..
* "git send-email" learned to grab address-looking string on any
trailer whose name ends with "-by".
* "git format-patch" learned new "--interdiff" and "--range-diff"
options to explain the difference between this version and the
previous attempt in the cover letter (or after the three-dashes as
a comment).
* Developer builds now use -Wunused-function compilation option.
* Fix a bug in which the same path could be registered under multiple
worktree entries if the path was missing (for instance, was removed
manually). Also, as a convenience, expand the number of cases in
which --force is applicable.
* The overly large Documentation/config.txt file have been split into
million little pieces. This potentially allows each individual piece
to be included into the manual page of the command it affects more easily.
* Malformed or crafted data in packstream can make our code attempt
to read or write past the allocated buffer and abort, instead of
reporting an error, which has been fixed.
* Fix for a long-standing bug that leaves the index file corrupt when
it shrinks during a partial commit.
* "git merge" and "git pull" that merges into an unborn branch used
to completely ignore "--verify-signatures", which has been
corrected.
* ...and much more features and fixes
-------------------------------------------------------------------
Wed Dec 5 15:19:35 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
- group(nogroup) is provided with Leap 15 onwards only
-------------------------------------------------------------------
Tue Dec 4 08:40:09 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -30,7 +30,7 @@
%bcond_without git_libsecret
%bcond_without docs
Name: git
Version: 2.19.2
Version: 2.20.1
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0-only
@ -227,7 +227,9 @@ Group: Development/Tools/Version Control
Requires: git-core = %{version}
Requires(pre): %fillup_prereq
Requires(pre): %{_sbindir}/useradd
%if 0%{?suse_version} >= 1500
Requires(pre): group(nogroup)
%endif
%{?systemd_requires}
%description daemon