Hello community, here is the log from the commit of package git for openSUSE:Factory checked in at 2019-06-24 21:47:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git (Old) and /work/SRC/openSUSE:Factory/.git.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git" Mon Jun 24 21:47:30 2019 rev:233 rq:708976 version:2.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/git/git.changes 2019-05-15 12:24:32.138082947 +0200 +++ /work/SRC/openSUSE:Factory/.git.new.4615/git.changes 2019-06-24 21:47:31.855834970 +0200 @@ -1,0 +2,34 @@ +Mon Jun 10 14:04:52 UTC 2019 - Marketa Calabkova <[email protected]> + +- git 2.22.0 + * The filter specification "--filter=sparse:path=<path>" used to + create a lazy/partial clone has been removed. Using a blob that is + part of the project as sparse specification is still supported with + the "--filter=sparse:oid=<blob>" option + * "git checkout --no-overlay" can be used to trigger a new mode of + checking out paths out of the tree-ish, that allows paths that + match the pathspec that are in the current index and working tree + and are not in the tree-ish. + * Four new configuration variables {author,committer}.{name,email} + have been introduced to override user.{name,email} in more specific + cases. + * "git branch" learned a new subcommand "--show-current". + * The command line completion (in contrib/) has been taught to + complete more subcommand parameters. + * The completion helper code now pays attention to repository-local + configuration (when available), which allows --list-cmds to honour + a repository specific setting of completion.commands, for example. + * The list of conflicted paths shown in the editor while concluding a + conflicted merge was shown above the scissors line when the + clean-up mode is set to "scissors", even though it was commented + out just like the list of updated paths and other information to + help the user explain the merge better. + * "git rebase" that was reimplemented in C did not set ORIG_HEAD + correctly, which has been corrected. + * "git worktree add" used to do a "find an available name with stat + and then mkdir", which is race-prone. This has been fixed by using + mkdir and reacting to EEXIST in a loop. +- Removed upstreamed patch worktree-fix-worktree-add-race.patch + * previous item + +------------------------------------------------------------------- Old: ---- git-2.21.0.tar.sign git-2.21.0.tar.xz worktree-fix-worktree-add-race.patch New: ---- git-2.22.0.tar.sign git-2.22.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.Hc4lZD/_old 2019-06-24 21:47:35.075837401 +0200 +++ /var/tmp/diff_new_pack.Hc4lZD/_new 2019-06-24 21:47:35.107837425 +0200 @@ -30,7 +30,7 @@ %bcond_without git_libsecret %bcond_without docs Name: git -Version: 2.21.0 +Version: 2.22.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only @@ -54,7 +54,6 @@ # adapt paths in zsh completion (bnc#853183) Patch7: git-zsh-completion-fixes.diff Patch8: git-asciidoc.patch -Patch9: worktree-fix-worktree-add-race.patch Patch10: setup-don-t-fail-if-commondir-reference-is-deleted.patch Patch11: 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch BuildRequires: curl @@ -291,7 +290,6 @@ %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 %patch10 -p1 %patch11 -p1 ++++++ git-2.21.0.tar.xz -> git-2.22.0.tar.xz ++++++ ++++ 242396 lines of diff (skipped)
