diff --git a/git-2.16.1.tar.sign b/git-2.16.1.tar.sign deleted file mode 100644 index 5b4c108..0000000 Binary files a/git-2.16.1.tar.sign and /dev/null differ diff --git a/git-2.16.1.tar.xz b/git-2.16.1.tar.xz deleted file mode 100644 index 5c2291a..0000000 --- a/git-2.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfad4337f2fdbfc1e2c8abce5e17e1dd4e1718a34ac2cbe3238fbe2426f2ea19 -size 4961656 diff --git a/git-2.16.2.tar.sign b/git-2.16.2.tar.sign new file mode 100644 index 0000000..cfe3c2e Binary files /dev/null and b/git-2.16.2.tar.sign differ diff --git a/git-2.16.2.tar.xz b/git-2.16.2.tar.xz new file mode 100644 index 0000000..ba3c971 --- /dev/null +++ b/git-2.16.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717 +size 4963204 diff --git a/git.changes b/git.changes index 52a26b8..bd540e6 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Feb 18 02:45:50 UTC 2018 - avindra@opensuse.org + +- git 2.16.2: + * An old regression in "git describe --all $annotated_tag^0" has + been fixed. + * "git svn dcommit" did not take into account the fact that a + svn+ssh:// URL with a username@ (typically used for pushing) + refers to the same SVN repository without the username@ and + failed when svn.pushmergeinfo option is set. + * "git merge -Xours/-Xtheirs" learned to use our/their version + when resolving a conflicting updates to a symbolic link. + * "git clone $there $here" is allowed even when here directory + exists as long as it is an empty directory, but the command + incorrectly removed it upon a failure of the operation. + * "git stash -- " incorrectly blew away untracked files + in the directory that matched the pathspec, which has been + corrected. + * "git add -p" was taught to ignore local changes to submodules + as they do not interfere with the partial addition of regular + changes anyway. + ------------------------------------------------------------------- Tue Jan 23 14:23:47 UTC 2018 - astieger@suse.com diff --git a/git.spec b/git.spec index 06a8170..b7f50de 100644 --- a/git.spec +++ b/git.spec @@ -33,7 +33,7 @@ %bcond_without docs Name: git -Version: 2.16.1 +Version: 2.16.2 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0