diff --git a/git-2.13.1.tar.sign b/git-2.13.1.tar.sign deleted file mode 100644 index 0bfa4e6..0000000 Binary files a/git-2.13.1.tar.sign and /dev/null differ diff --git a/git-2.13.1.tar.xz b/git-2.13.1.tar.xz deleted file mode 100644 index dc5e72a..0000000 --- a/git-2.13.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bc1becd983f77ab154a46801624369dbc40c3dd04b4c4b07ad026f5684688fe -size 4746640 diff --git a/git-2.13.2.tar.sign b/git-2.13.2.tar.sign new file mode 100644 index 0000000..1cb1b4e Binary files /dev/null and b/git-2.13.2.tar.sign differ diff --git a/git-2.13.2.tar.xz b/git-2.13.2.tar.xz new file mode 100644 index 0000000..fa4d2ba --- /dev/null +++ b/git-2.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d10ac3751466f81652b62cbda83cc8d8ffd014911462138e039f176e413dde5 +size 4751380 diff --git a/git.changes b/git.changes index d5bb719..4dd4ff7 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 25 19:46:12 UTC 2017 - astieger@suse.com + +- git 2.13.2: + * "collision detecting" SHA-1 update for platform fixes + * "git checkout --recurse-submodules" did not quite work with a + submodule that itself has submodules. + * The "run-command" API implementation has been made more robust + against dead-locking in a threaded environment. + * "git clean -d" now only cleans ignored files with "-x" + * "git status --ignored" did not list ignored and untracked files + without "-uall" + * "git pull --rebase --autostash" didn't auto-stash when the local + history fast-forwards to the upstream. + * "git describe --contains" gives as much weight to lightweight + tags as annotated tags + * Fix "git stash push " from a subdirectory + ------------------------------------------------------------------- Mon Jun 5 08:43:05 UTC 2017 - astieger@suse.com diff --git a/git.spec b/git.spec index 26f8764..d3311f9 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.13.1 +Version: 2.13.2 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0