diff --git a/git-2.4.1.tar.sign b/git-2.4.1.tar.sign deleted file mode 100644 index 88ddeae..0000000 Binary files a/git-2.4.1.tar.sign and /dev/null differ diff --git a/git-2.4.1.tar.xz b/git-2.4.1.tar.xz deleted file mode 100644 index 358fdbf..0000000 --- a/git-2.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72851809632c9d1651290caa4bbd3b3094e92fbc6e0e0eb01c454a945c30ada4 -size 3682912 diff --git a/git-2.4.2.tar.sign b/git-2.4.2.tar.sign new file mode 100644 index 0000000..a6b2d4b Binary files /dev/null and b/git-2.4.2.tar.sign differ diff --git a/git-2.4.2.tar.xz b/git-2.4.2.tar.xz new file mode 100644 index 0000000..b2f2039 --- /dev/null +++ b/git-2.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4801ec1cd8c2175b58cfdbc721d0bf50d74ae226f36905fceb894c2fb620c9e5 +size 3683880 diff --git a/git.changes b/git.changes index 8a3f012..ad5d404 100644 --- a/git.changes +++ b/git.changes @@ -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 diff --git a/git.spec b/git.spec index 91d6aa8..2671f52 100644 --- a/git.spec +++ b/git.spec @@ -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