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:
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 +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