Accepting request 281097 from devel:tools:scm
1 OBS-URL: https://build.opensuse.org/request/show/281097 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=148
This commit is contained in:
parent
1f811d303f
commit
160e256286
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09422dc9a0bdddf6bdd5b8634c71e1ed3125256c47424e6a2687701e764ef450
|
|
||||||
size 3590808
|
|
3
git-2.2.2.tar.xz
Normal file
3
git-2.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa6d2efcc0c7bb9b9edc6d56d90921706b833972f1d2abe70f71be7838f22d05
|
||||||
|
size 3592264
|
42
git.changes
42
git.changes
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 13 08:16:19 UTC 2015 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
- git 2.2.2:
|
||||||
|
+ "git checkout $treeish $path", when $path in the index and the
|
||||||
|
working tree already matched what is in $treeish at the $path,
|
||||||
|
still overwrote the $path unnecessarily.
|
||||||
|
+ "git config --get-color" did not parse its command line arguments
|
||||||
|
carefully.
|
||||||
|
+ A few code paths used abs() when they should have used labs() on
|
||||||
|
long integers.
|
||||||
|
+ "gitweb" used to depend on a behaviour recent CGI.pm deprecated.
|
||||||
|
+ "git init" (hence "git clone") initialized the per-repository
|
||||||
|
configuration file .git/config with x-bit by mistake.
|
||||||
|
+ Git 2.0 was supposed to make the "simple" mode for the default of
|
||||||
|
"git push", but it didn't.
|
||||||
|
+ "Everyday" document had a broken link.
|
||||||
|
+ The build procedure did not bother fixing perl and python scripts
|
||||||
|
when NO_PERL and NO_PYTHON build-time configuration changed.
|
||||||
|
+ The code that reads the reflog from the newer to the older entries
|
||||||
|
did not handle an entry that crosses a boundary of block it uses to
|
||||||
|
read them correctly.
|
||||||
|
+ "git apply" was described in the documentation to take --ignore-date
|
||||||
|
option, which it does not.
|
||||||
|
+ Traditionally we tried to avoid interpreting date strings given by
|
||||||
|
the user as future dates, e.g. GIT_COMMITTER_DATE=2014-12-10 when
|
||||||
|
used early November 2014 was taken as "October 12, 2014" because it
|
||||||
|
is likely that a date in the future, December 10, is a mistake.
|
||||||
|
This heuristics has been loosened to allow people to express future
|
||||||
|
dates (most notably, --until=<date> may want to be far in the
|
||||||
|
future) and we no longer tiebreak by future-ness of the date when
|
||||||
|
(1) ISO-like format is used, and
|
||||||
|
(2) the string can make sense interpreted as both y-m-d and y-d-m.
|
||||||
|
Git may still have to use the heuristics to tiebreak between dd/mm/yy
|
||||||
|
and mm/dd/yy, though.
|
||||||
|
+ The code to abbreviate an object name to its short unique prefix
|
||||||
|
has been optimized when no abbreviation was requested.
|
||||||
|
+ "git add --ignore-errors ..." did not ignore an error to
|
||||||
|
give a file that did not exist.
|
||||||
|
+ Git did not correctly read an overlong refname from a packed refs
|
||||||
|
file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 19 14:01:18 UTC 2014 - andreas.stieger@gmx.de
|
Fri Dec 19 14:01:18 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
4
git.spec
4
git.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package git
|
# spec file for package git
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.2.1
|
Version: 2.2.2
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user