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
This commit is contained in:
Stephan Kulow 2014-08-01 12:34:26 +00:00 committed by Git OBS Bridge
parent fd510ea339
commit 93daaa8716
4 changed files with 44 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab12a103523b430d8d3e26ac2e05e759bdb1349f10e13bba48bed98f45c6d4df
size 3433780

3
git-2.0.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdbc015996052e83b9ecd7bd1f43b2772f7916f7688857836b0980a34234b69f
size 3435792

View File

@ -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 Mon Jun 30 20:26:47 UTC 2014 - andreas.stieger@gmx.de

View File

@ -20,7 +20,7 @@
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
Name: git Name: git
Version: 2.0.1 Version: 2.0.3
Release: 0 Release: 0
Summary: Fast, scalable, distributed revision control system Summary: Fast, scalable, distributed revision control system
License: GPL-2.0 License: GPL-2.0