diff --git a/git-2.10.0.tar.sign b/git-2.10.0.tar.sign deleted file mode 100644 index d78cc97..0000000 Binary files a/git-2.10.0.tar.sign and /dev/null differ diff --git a/git-2.10.0.tar.xz b/git-2.10.0.tar.xz deleted file mode 100644 index 82f4025..0000000 --- a/git-2.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c73364ac00ae85ffc6cfb12ca2700bb0edf30f63262be97be4039be594ff29e7 -size 4096264 diff --git a/git-2.10.1.tar.sign b/git-2.10.1.tar.sign new file mode 100644 index 0000000..0d8df12 Binary files /dev/null and b/git-2.10.1.tar.sign differ diff --git a/git-2.10.1.tar.xz b/git-2.10.1.tar.xz new file mode 100644 index 0000000..9b52626 --- /dev/null +++ b/git-2.10.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6 +size 4102452 diff --git a/git.changes b/git.changes index 3368682..4442eb5 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Oct 4 11:21:51 UTC 2016 - astieger@suse.com + +- git 2.10.1: + * documentation and command output updates + * Prevents loops on submodules with broken metadata + * Forbid removal of the symbolic reference HEAD + * Update Japanese translation for "git-gui". + * Fix "git commit-tree" reading commit.gpgsign configuration + * Ignore merges when matching with "git log --cherry-pick" + * Fix "git format-patch --base=..." usage of signature separator + * "git add --chmod=+x " added recently only toggled the + executable bit for paths that are either new or modified. This has + been corrected to flip the executable bit for all paths that match + the given pathspec. + ------------------------------------------------------------------- Wed Sep 7 15:26:55 UTC 2016 - astieger@suse.com diff --git a/git.spec b/git.spec index c4bb78b..f5baeaa 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.10.0 +Version: 2.10.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0