From fd650db9592dad515d1aecbbd7c3f8ce8cf5a4fe831e0bd2887fe46d0459b499 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 5 Oct 2014 18:28:07 +0000 Subject: [PATCH] Accepting request 253252 from devel:tools:scm 1 OBS-URL: https://build.opensuse.org/request/show/253252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=142 --- git-2.1.1.tar.xz | 3 --- git-2.1.2.tar.xz | 3 +++ git.changes | 19 +++++++++++++++++++ git.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 git-2.1.1.tar.xz create mode 100644 git-2.1.2.tar.xz diff --git a/git-2.1.1.tar.xz b/git-2.1.1.tar.xz deleted file mode 100644 index 486134a..0000000 --- a/git-2.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66cdbf7c714d71599892dc853a40f09418b3856af953a32c22f6f3e7f41f3030 -size 3539948 diff --git a/git-2.1.2.tar.xz b/git-2.1.2.tar.xz new file mode 100644 index 0000000..20b1aa6 --- /dev/null +++ b/git-2.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b27c8978bccf436f3c2b8c6142f35b236edd34ef7c778b1333166c098c7a18b +size 3541584 diff --git a/git.changes b/git.changes index 2dfc8b3..21dded9 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 30 20:32:08 UTC 2014 - andreas.stieger@gmx.de + +- git 2.1.2: + * "git push" over HTTP transport had an artificial limit on + number of refs that can be pushed imposed by the command line + length. + * When receiving an invalid pack stream that records the same + object twice, multiple threads got confused due to a race. + * An attempt to remove the entire tree in the "git fast-import" + input stream caused it to misbehave. + * Reachability check (used in "git prune" and friends) did not + add a detached HEAD as a starting point to traverse + objects still in use. + * "git config --add section.var val" used to lose existing + section.var whose value was an empty string. + * "git fsck" failed to report that it found corrupt objects via + its exit status in some cases. + ------------------------------------------------------------------- Sat Sep 20 07:45:00 UTC 2014 - andreas.stieger@gmx.de diff --git a/git.spec b/git.spec index 9a71c79..4a2b349 100644 --- a/git.spec +++ b/git.spec @@ -20,7 +20,7 @@ %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services Name: git -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0