SHA256
1
0
forked from pool/git

Accepting request 156029 from devel:tools:scm

- updated to version 1.8.1.4:
 * "git imap-send" talking over imaps:// did make sure it received a
   valid certificate from the other end, but did not check if the
   certificate matched the host it thought it was talking to. (forwarded request 156028 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/156029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=103
This commit is contained in:
Stephan Kulow 2013-02-22 15:51:22 +00:00 committed by Git OBS Bridge
parent 47ce656bfd
commit a2b5a8f986
5 changed files with 31 additions and 13 deletions

View File

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

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

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

View File

@ -4,12 +4,12 @@
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -815,7 +815,7 @@ __git_complete_strategy ()
__git_list_all_commands ()
{
local i IFS=" "$'\n'
- for i in $(git help -a|egrep '^ [a-zA-Z0-9]')
+ for i in $(git help -a|egrep --color=never '^ [a-zA-Z0-9]')
do
case $i in
*--*) : helper pattern;;
@@ -536,7 +536,7 @@ __git_commands () {
then
printf "%s" "${GIT_TESTING_COMMAND_COMPLETION}"
else
- git help -a|egrep '^ [a-zA-Z0-9]'
+ git help -a|egrep --color=never '^ [a-zA-Z0-9]'
fi
}

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Feb 20 17:26:15 CET 2013 - tiwai@suse.de
- updated to version 1.8.1.4:
* "git imap-send" talking over imaps:// did make sure it received a
valid certificate from the other end, but did not check if the
certificate matched the host it thought it was talking to.
-------------------------------------------------------------------
Sat Feb 16 02:19:25 UTC 2013 - douglarek@outlook.com
- updated to version 1.8.1.3:
* minor fixes and documentation updates.
more details, please see here:
https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.3.txt
-------------------------------------------------------------------
Wed Jan 30 01:57:15 UTC 2013 - douglarek@outlook.com

View File

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