From 93daaa87169cf6de1d75700058ced1094321e2f237473305cabc204069e944d8 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 1 Aug 2014 12:34:26 +0000 Subject: [PATCH] Accepting request 243239 from devel:tools:scm 1 OBS-URL: https://build.opensuse.org/request/show/243239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=137 --- git-2.0.1.tar.xz | 3 --- git-2.0.3.tar.xz | 3 +++ git.changes | 40 ++++++++++++++++++++++++++++++++++++++++ git.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 git-2.0.1.tar.xz create mode 100644 git-2.0.3.tar.xz diff --git a/git-2.0.1.tar.xz b/git-2.0.1.tar.xz deleted file mode 100644 index 71012d0..0000000 --- a/git-2.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab12a103523b430d8d3e26ac2e05e759bdb1349f10e13bba48bed98f45c6d4df -size 3433780 diff --git a/git-2.0.3.tar.xz b/git-2.0.3.tar.xz new file mode 100644 index 0000000..7369bdc --- /dev/null +++ b/git-2.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbc015996052e83b9ecd7bd1f43b2772f7916f7688857836b0980a34234b69f +size 3435792 diff --git a/git.changes b/git.changes index 3056da0..f4085cf 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Jul 26 21:24:51 UTC 2014 - andreas.stieger@gmx.de + +- git 2.0.3: + * An ancient rewrite passed a wrong pointer to a curl library + function in a rarely used code path. + * "filter-branch" left an empty single-parent commit that results + when all parents of a merge commit gets mapped to the same + commit, even under "--prune-empty". + * "log --show-signature" incorrectly decided the color to paint a + mergetag that was and was not correctly validated. + * "log --show-signature" did not pay attention to "--graph" option. + +------------------------------------------------------------------- +Thu Jul 24 05:05:47 UTC 2014 - andreas.stieger@gmx.de + +- git 2.0.2: + * Documentation for "git submodule sync" forgot to say that the subcommand + can take the "--recursive" option. + * Mishandling of patterns in .gitignore that has trailing SPs quoted + with backslashes (e.g. ones that end with "\ ") have been + corrected. + * Recent updates to "git repack" started to duplicate objects that + are in packfiles marked with .keep flag into the new packfile by + mistake. + * "git clone -b brefs/tags/bar" would have mistakenly thought we were + following a single tag, even though it was a name of the branch, + because it incorrectly used strstr(). + * "%G" (nothing after G) is an invalid pretty format specifier, but + the parser did not notice it as garbage. + * Code to avoid adding the same alternate object store twice was + subtly broken for a long time, but nobody seems to have noticed. + * A handful of code paths had to read the commit object more than + once when showing header fields that are usually not parsed. The + internal data structure to keep track of the contents of the commit + object has been updated to reduce the need for this double-reading, + and to allow the caller find the length of the object. + * During "git rebase --merge", a conflicted patch could not be + skipped with "--skip" if the next one also conflicted. + ------------------------------------------------------------------- Mon Jun 30 20:26:47 UTC 2014 - andreas.stieger@gmx.de diff --git a/git.spec b/git.spec index 05342a0..7531609 100644 --- a/git.spec +++ b/git.spec @@ -20,7 +20,7 @@ %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services Name: git -Version: 2.0.1 +Version: 2.0.3 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0