Accepting request 842637 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/842637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=253
This commit is contained in:
Dominique Leuenberger 2020-10-23 10:19:41 +00:00 committed by Git OBS Bridge
parent 0d43f42e3d
commit eabb31532a
7 changed files with 22 additions and 10 deletions

View File

@ -2,13 +2,13 @@
contrib/completion/git-completion.bash | 10 ++++++---- contrib/completion/git-completion.bash | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-) 1 file changed, 6 insertions(+), 4 deletions(-)
Index: git-2.23.0/contrib/completion/git-completion.bash Index: git-2.29.0/contrib/completion/git-completion.bash
=================================================================== ===================================================================
--- git-2.23.0.orig/contrib/completion/git-completion.bash --- git-2.29.0.orig/contrib/completion/git-completion.bash
+++ git-2.23.0/contrib/completion/git-completion.bash +++ git-2.29.0/contrib/completion/git-completion.bash
@@ -40,10 +40,12 @@ @@ -45,10 +45,12 @@
# and git-switch completion (e.g., completing "foo" when "origin/foo" # When set to "1" suggest all options, including options which are
# exists). # typically hidden (e.g. '--allow-empty' for 'git commit').
-case "$COMP_WORDBREAKS" in -case "$COMP_WORDBREAKS" in
-*:*) : great ;; -*:*) : great ;;

Binary file not shown.

View File

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

BIN
git-2.29.0.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 19 20:12:45 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- git 2.29.0:
* The transport protocol v2 has become the default again
* "git worktree" gained a "repair" subcommand, "git init
--separate-git-dir" no longer corrupts administrative data
related to linked worktrees
* "git maintenance" introduced for repository maintenance tasks
* enhancements to multiple workflows, addition of configuration
options and supported parameters, and bug fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 28 10:08:47 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Tue Jul 28 10:08:47 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -36,7 +36,7 @@
%endif %endif
Name: git Name: git
Version: 2.28.0 Version: 2.29.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