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

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