Accepting request 292562 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/292562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=152
This commit is contained in:
Dominique Leuenberger 2015-03-27 08:38:54 +00:00 committed by Git OBS Bridge
parent 3fb0376b3d
commit eba6be1122
4 changed files with 27 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Mar 24 06:52:33 UTC 2015 - astieger@suse.com
- git 2.3.4:
* The 'color.status.unmerged' configuration was not described.
* "git log --decorate" did not reset colors correctly around the
branch names.
* "git -C '' subcmd" refused to work in the current directory, unlike
"cd ''" which silently behaves as a no-op.
* "git imap-send" learned to optionally talk with an IMAP server via
libcURL; because there is no other option when Git is built with
NO_OPENSSL option, use that codepath by default under such
configuration.
* A workaround for certain build of GPG that triggered false breakage
in a test has been added.
* "git rebase -i" recently started to include the number of
commits in the insn sheet to be processed, but on a platform
that prepends leading whitespaces to "wc -l" output, the numbers
are shown with extra whitespaces that aren't necessary.
* We did not parse username followed by literal IPv6 address in SSH
transport URLs, e.g. ssh://user@[2001:db8::1]:22/repo.git
correctly.
-------------------------------------------------------------------
Sat Mar 14 19:05:25 UTC 2015 - astieger@suse.com

View File

@ -26,7 +26,7 @@
%endif
Name: git
Version: 2.3.3
Version: 2.3.4
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0