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:
parent
fd510ea339
commit
93daaa8716
@ -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
3
git-2.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdbc015996052e83b9ecd7bd1f43b2772f7916f7688857836b0980a34234b69f
|
||||
size 3435792
|
40
git.changes
40
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user