diff --git a/git-2.11.1.tar.sign b/git-2.11.1.tar.sign deleted file mode 100644 index 1229d02..0000000 Binary files a/git-2.11.1.tar.sign and /dev/null differ diff --git a/git-2.11.1.tar.xz b/git-2.11.1.tar.xz deleted file mode 100644 index 6607692..0000000 --- a/git-2.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415 -size 4208132 diff --git a/git-2.12.0.tar.sign b/git-2.12.0.tar.sign new file mode 100644 index 0000000..e2fa4e7 Binary files /dev/null and b/git-2.12.0.tar.sign differ diff --git a/git-2.12.0.tar.xz b/git-2.12.0.tar.xz new file mode 100644 index 0000000..f3fc443 --- /dev/null +++ b/git-2.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1821766479062d052cc1897d0ded95212e81e5c7f1039786bc4aec2225a32027 +size 4269944 diff --git a/git.changes b/git.changes index d61374b..e35b55d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 24 22:07:09 UTC 2017 - astieger@suse.com + +- git 2.12.0: + * Use of an empty string that is used for 'everything matches' is + still warned and Git asks users to use a more explicit '.' for that + instead. The hope is that existing users will not mind this + change, and eventually the warning can be turned into a hard error, + upgrading the deprecation into removal of this (mis)feature. That + is not scheduled to happen in the upcoming release (yet). + * The historical argument order "git merge HEAD ..." + has been deprecated for quite some time, and will be removed in a + future release. + * An ancient script "git relink" has been removed. + ------------------------------------------------------------------- Thu Feb 9 19:12:11 UTC 2017 - dimstar@opensuse.org diff --git a/git.spec b/git.spec index 0b63934..408a318 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.11.1 +Version: 2.12.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0