Accepting request 131029 from devel:tools:scm

- updated to version 1.7.11.5:
  * The Makefile rule to create assembly output (primarily for
   debugging purposes) did not create it next to the source.
 * The code to avoid mistaken attempt to add the object directory
   itself as its own alternate could read beyond end of a string while
   comparison.
 * On some architectures, "block-sha1" did not compile correctly
   when compilers inferred alignment guarantees from our source we
   did not intend to make.
 * When talking to a remote running ssh on IPv6 enabled host, whose
   address is spelled as "[HOST]:PORT", we did not parse the address
   correctly and failed to connect.
 * git-blame.el (in compat/) have been updated to use Elisp more
   correctly.
 * "git checkout <branchname>" to come back from a detached HEAD state
   incorrectly computed reachability of the detached HEAD, resulting
   in unnecessary warnings.
 * "git mergetool" did not support --tool-help option to give the list
   of supported backends, like "git difftool" does.
 * "git grep" stopped spawning an external "grep" long time ago, but a
   duplicated test to check internal and external "grep" was left
   behind.

OBS-URL: https://build.opensuse.org/request/show/131029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=89
This commit is contained in:
Ismail Dönmez 2012-08-16 19:57:28 +00:00 committed by Git OBS Bridge
parent 1156aa787c
commit 271c93bf6a
4 changed files with 30 additions and 4 deletions

View File

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

3
git-1.7.11.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:212408bd618b686c9ab0c3fb55414d7d112c70a482274ade97f37f1335f92662
size 4018975

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Aug 16 11:57:53 CEST 2012 - tiwai@suse.de
- updated to version 1.7.11.5:
* The Makefile rule to create assembly output (primarily for
debugging purposes) did not create it next to the source.
* The code to avoid mistaken attempt to add the object directory
itself as its own alternate could read beyond end of a string while
comparison.
* On some architectures, "block-sha1" did not compile correctly
when compilers inferred alignment guarantees from our source we
did not intend to make.
* When talking to a remote running ssh on IPv6 enabled host, whose
address is spelled as "[HOST]:PORT", we did not parse the address
correctly and failed to connect.
* git-blame.el (in compat/) have been updated to use Elisp more
correctly.
* "git checkout <branchname>" to come back from a detached HEAD state
incorrectly computed reachability of the detached HEAD, resulting
in unnecessary warnings.
* "git mergetool" did not support --tool-help option to give the list
of supported backends, like "git difftool" does.
* "git grep" stopped spawning an external "grep" long time ago, but a
duplicated test to check internal and external "grep" was left
behind.
-------------------------------------------------------------------
Tue Aug 7 14:48:24 CEST 2012 - tiwai@suse.de

View File

@ -30,7 +30,7 @@ BuildRequires: perl-Error
BuildRequires: python
BuildRequires: sgml-skel
BuildRequires: xmlto
Version: 1.7.11.4
Version: 1.7.11.5
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0