diff --git a/git-2.14.3.tar.sign b/git-2.14.3.tar.sign deleted file mode 100644 index 2219636..0000000 Binary files a/git-2.14.3.tar.sign and /dev/null differ diff --git a/git-2.14.3.tar.xz b/git-2.14.3.tar.xz deleted file mode 100644 index c8dbcb6..0000000 --- a/git-2.14.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d -size 4802252 diff --git a/git-2.15.0.tar.sign b/git-2.15.0.tar.sign new file mode 100644 index 0000000..d4d29db Binary files /dev/null and b/git-2.15.0.tar.sign differ diff --git a/git-2.15.0.tar.xz b/git-2.15.0.tar.xz new file mode 100644 index 0000000..9ee51f0 --- /dev/null +++ b/git-2.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a +size 4892056 diff --git a/git.changes b/git.changes index 50deb05..fcd4de6 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 1 13:10:43 UTC 2017 - astieger@suse.com + +- git 2.15.0: + * Use of an empty string as a pathspec element that is used for + 'everything matches' is still warned and Git asks users to use a + more explicit '.' for that instead. Removal scheduled for 2.16 + * Git now avoids blindly falling back to ".git" when the setup + sequence said we are _not_ in Git repository (another corner + case removed) + * "branch --set-upstream" was retired, deprecated since 1.8 + * many other improvements and updates + ------------------------------------------------------------------- Mon Oct 23 08:59:09 UTC 2017 - astieger@suse.com diff --git a/git.spec b/git.spec index 1e91c7e..cd1a42a 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.14.3 +Version: 2.15.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0