Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2013-02-22 16:51:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "git", Maintainer is "tiwai@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2013-02-01 15:47:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2013-02-22 16:51:24.000000000 +0100 @@ -1,0 +2,18 @@ +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 + +------------------------------------------------------------------- Old: ---- git-1.8.1.2.tar.gz New: ---- git-1.8.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.mQGH8N/_old 2013-02-22 16:51:26.000000000 +0100 +++ /var/tmp/diff_new_pack.mQGH8N/_new 2013-02-22 16:51:26.000000000 +0100 @@ -30,7 +30,7 @@ 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 ++++++ git-1.8.1.2.tar.gz -> git-1.8.1.4.tar.gz ++++++ ++++ 2646 lines of diff (skipped) ++++++ git-bash-completion-egrep-color-fix.diff ++++++ --- /var/tmp/diff_new_pack.mQGH8N/_old 2013-02-22 16:51:27.000000000 +0100 +++ /var/tmp/diff_new_pack.mQGH8N/_new 2013-02-22 16:51:27.000000000 +0100 @@ -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 + } + -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org