Accepting request 859290 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/859290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=257
This commit is contained in:
Dominique Leuenberger 2021-01-15 18:43:14 +00:00 committed by Git OBS Bridge
parent 02b9a804d7
commit 1e785c8ccd
7 changed files with 27 additions and 15 deletions

Binary file not shown.

View File

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

BIN
git-2.30.0.tar.sign Normal file

Binary file not shown.

3
git-2.30.0.tar.xz Normal file
View File

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

View File

@ -2,15 +2,15 @@
contrib/completion/git-completion.zsh | 1 +
1 file changed, 1 insertion(+)
Index: git-2.11.0/contrib/completion/git-completion.zsh
Index: git-2.30.0/contrib/completion/git-completion.zsh
===================================================================
--- git-2.11.0.orig/contrib/completion/git-completion.zsh
+++ git-2.11.0/contrib/completion/git-completion.zsh
@@ -31,6 +31,7 @@ if [ -z "$script" ]; then
local e
locations=(
$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
--- git-2.30.0.orig/contrib/completion/git-completion.zsh
+++ git-2.30.0/contrib/completion/git-completion.zsh
@@ -36,6 +36,7 @@ if [ -z "$script" ]; then
"$(dirname ${funcsourcetrace[1]%:*})"/git-completion.bash
"$HOME/.local/share/bash-completion/completions/git"
"$bash_completion/git"
+ '/etc/bash_completion.d/git.sh' # suse
'/etc/bash_completion.d/git' # fedora, old debian
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
'/usr/share/bash-completion/git' # gentoo
'/etc/bash_completion.d/git' # old debian
)
for e in $locations; do

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 29 19:30:29 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- git 2.30.0:
* Userdiff updates for PHP, Rust, CSS
* New features and options to multiple subcommands and workflows
* Avoid administrator error leading to data loss with
"git push --force-with-lease[=<ref>]" by introducing
"--force-if-includes"
* Updates to shell autocompletion
* Bug fixes and internal improvements
-------------------------------------------------------------------
Fri Nov 20 21:53:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -39,7 +39,7 @@
%endif
Name: git
Version: 2.29.2
Version: 2.30.0
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0-only
@ -91,8 +91,8 @@ Suggests: git-web
BuildRequires: sgml-skel
BuildRequires: xmlto
%if %{with asciidoctor}
BuildRequires: docbook5-xsl-stylesheets
BuildRequires: %{rubygem asciidoctor}
BuildRequires: docbook5-xsl-stylesheets
%else
BuildRequires: asciidoc
%endif