diff --git a/completion-wordbreaks.diff b/completion-wordbreaks.diff index 1dd5a18..d721f99 100644 --- a/completion-wordbreaks.diff +++ b/completion-wordbreaks.diff @@ -2,13 +2,13 @@ contrib/completion/git-completion.bash | 10 ++++++---- 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.23.0/contrib/completion/git-completion.bash -@@ -40,10 +40,12 @@ - # and git-switch completion (e.g., completing "foo" when "origin/foo" - # exists). +--- git-2.29.0.orig/contrib/completion/git-completion.bash ++++ git-2.29.0/contrib/completion/git-completion.bash +@@ -45,10 +45,12 @@ + # When set to "1" suggest all options, including options which are + # typically hidden (e.g. '--allow-empty' for 'git commit'). -case "$COMP_WORDBREAKS" in -*:*) : great ;; diff --git a/git-2.28.0.tar.sign b/git-2.28.0.tar.sign deleted file mode 100644 index 23a9bb8..0000000 Binary files a/git-2.28.0.tar.sign and /dev/null differ diff --git a/git-2.28.0.tar.xz b/git-2.28.0.tar.xz deleted file mode 100644 index 582823b..0000000 --- a/git-2.28.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfa5d1a253aa451465478fe45c6a40ab8605b340fdb4c4e80b16d7f87708439d -size 6117608 diff --git a/git-2.29.0.tar.sign b/git-2.29.0.tar.sign new file mode 100644 index 0000000..68e4a04 Binary files /dev/null and b/git-2.29.0.tar.sign differ diff --git a/git-2.29.0.tar.xz b/git-2.29.0.tar.xz new file mode 100644 index 0000000..ebadd0e --- /dev/null +++ b/git-2.29.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28432d995257c4626fe0fb2091f588df6eed98e9571419e72c83bc23372e6b89 +size 6187748 diff --git a/git.changes b/git.changes index 1f1bb18..0ce596d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 19 20:12:45 UTC 2020 - Andreas Stieger + +- 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 diff --git a/git.spec b/git.spec index 9f19487..1831043 100644 --- a/git.spec +++ b/git.spec @@ -36,7 +36,7 @@ %endif Name: git -Version: 2.28.0 +Version: 2.29.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only