From eba6be1122d30501c356785fff3287d777f6f413ca7e01499fc6e844f7bbe522 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 27 Mar 2015 08:38:54 +0000 Subject: [PATCH] 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 --- git-2.3.3.tar.xz | 3 --- git-2.3.4.tar.xz | 3 +++ git.changes | 23 +++++++++++++++++++++++ git.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 git-2.3.3.tar.xz create mode 100644 git-2.3.4.tar.xz diff --git a/git-2.3.3.tar.xz b/git-2.3.3.tar.xz deleted file mode 100644 index 5f06bf4..0000000 --- a/git-2.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:475544098567e02ec2320b2c006f39fc6a132fd14a97a3dc7d6ea6ad9be14687 -size 3618048 diff --git a/git-2.3.4.tar.xz b/git-2.3.4.tar.xz new file mode 100644 index 0000000..a0361a0 --- /dev/null +++ b/git-2.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ea2b2101797fb32a1698b0b8c81811d521699fa49fad8f04c8cba94b09db95 +size 3619192 diff --git a/git.changes b/git.changes index d8b9232..9f8acee 100644 --- a/git.changes +++ b/git.changes @@ -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 diff --git a/git.spec b/git.spec index bba3e18..31cc06e 100644 --- a/git.spec +++ b/git.spec @@ -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