SHA256
1
0
forked from pool/git

Accepting request 308945 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/308945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=157
This commit is contained in:
Dominique Leuenberger 2015-06-01 07:29:46 +00:00 committed by Git OBS Bridge
parent 0f0aac0418
commit 303412623f
6 changed files with 28 additions and 4 deletions

Binary file not shown.

View File

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

BIN
git-2.4.2.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed May 27 18:21:16 UTC 2015 - astieger@suse.com
- git 2.4.2:
* "git rev-list --objects $old --not --all" to see if everything that
is reachable from $old is already connected to the existing refs
was very inefficient.
* "hash-object --literally" introduced in v2.2 was not prepared to
take a really long object type name.
* "git rebase --quiet" was not quite quiet when there is nothing to
do.
* The completion for "log --decorate=" parameter value was incorrect.
* "filter-branch" corrupted commit log message that ends with an
incomplete line on platforms with some "sed" implementations that
munge such a line. Work it around by avoiding to use "sed".
* "git daemon" fails to build from the source under NO_IPV6
configuration (regression in 2.4).
* "git stash pop/apply" forgot to make sure that not just the working
tree is clean but also the index is clean. The latter is important
as a stash application can conflict and the index will be used for
conflict resolution.
* No longer prepend $GIT_EXEC_PATH and install path to path of
executed subprograms and hooks.
-------------------------------------------------------------------
Thu May 14 21:02:35 UTC 2015 - astieger@suse.com

View File

@ -26,7 +26,7 @@
%endif
Name: git
Version: 2.4.1
Version: 2.4.2
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0