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:
parent
02b9a804d7
commit
1e785c8ccd
Binary file not shown.
@ -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
BIN
git-2.30.0.tar.sign
Normal file
Binary file not shown.
3
git-2.30.0.tar.xz
Normal file
3
git-2.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55735021109565721af805af382c45cce73c3cfaa59daad22443d1477d334d19
|
||||||
|
size 6325652
|
@ -2,15 +2,15 @@
|
|||||||
contrib/completion/git-completion.zsh | 1 +
|
contrib/completion/git-completion.zsh | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
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.30.0.orig/contrib/completion/git-completion.zsh
|
||||||
+++ git-2.11.0/contrib/completion/git-completion.zsh
|
+++ git-2.30.0/contrib/completion/git-completion.zsh
|
||||||
@@ -31,6 +31,7 @@ if [ -z "$script" ]; then
|
@@ -36,6 +36,7 @@ if [ -z "$script" ]; then
|
||||||
local e
|
"$(dirname ${funcsourcetrace[1]%:*})"/git-completion.bash
|
||||||
locations=(
|
"$HOME/.local/share/bash-completion/completions/git"
|
||||||
$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
|
"$bash_completion/git"
|
||||||
+ '/etc/bash_completion.d/git.sh' # suse
|
+ '/etc/bash_completion.d/git.sh' # suse
|
||||||
'/etc/bash_completion.d/git' # fedora, old debian
|
'/etc/bash_completion.d/git' # old debian
|
||||||
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
|
)
|
||||||
'/usr/share/bash-completion/git' # gentoo
|
for e in $locations; do
|
||||||
|
12
git.changes
12
git.changes
@ -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>
|
Fri Nov 20 21:53:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
4
git.spec
4
git.spec
@ -39,7 +39,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.29.2
|
Version: 2.30.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -91,8 +91,8 @@ Suggests: git-web
|
|||||||
BuildRequires: sgml-skel
|
BuildRequires: sgml-skel
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
%if %{with asciidoctor}
|
%if %{with asciidoctor}
|
||||||
BuildRequires: docbook5-xsl-stylesheets
|
|
||||||
BuildRequires: %{rubygem asciidoctor}
|
BuildRequires: %{rubygem asciidoctor}
|
||||||
|
BuildRequires: docbook5-xsl-stylesheets
|
||||||
%else
|
%else
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user