diff --git a/completion-wordbreaks.diff b/completion-wordbreaks.diff index 0b750a2..1dd5a18 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.13.0/contrib/completion/git-completion.bash +Index: git-2.23.0/contrib/completion/git-completion.bash =================================================================== ---- git-2.13.0.orig/contrib/completion/git-completion.bash 2017-05-09 16:47:28.000000000 +0200 -+++ git-2.13.0/contrib/completion/git-completion.bash 2017-05-10 12:09:05.594109083 +0200 -@@ -37,10 +37,12 @@ - # When set to "1", do not include "DWIM" suggestions in git-checkout - # completion (e.g., completing "foo" when "origin/foo" exists). +--- 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). -case "$COMP_WORDBREAKS" in -*:*) : great ;; diff --git a/git-2.22.1.tar.sign b/git-2.22.1.tar.sign deleted file mode 100644 index ed120fc..0000000 Binary files a/git-2.22.1.tar.sign and /dev/null differ diff --git a/git-2.22.1.tar.xz b/git-2.22.1.tar.xz deleted file mode 100644 index f34e27e..0000000 --- a/git-2.22.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce1f93ab77847e9a9d565ee7c94ceadb80ea7d477fe68123f2329f8d4937824 -size 5616124 diff --git a/git-2.23.0.tar.sign b/git-2.23.0.tar.sign new file mode 100644 index 0000000..45eb081 Binary files /dev/null and b/git-2.23.0.tar.sign differ diff --git a/git-2.23.0.tar.xz b/git-2.23.0.tar.xz new file mode 100644 index 0000000..2898006 --- /dev/null +++ b/git-2.23.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067 +size 5707148 diff --git a/git.changes b/git.changes index 2d09d2b..644cdad 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Aug 18 15:24:45 UTC 2019 - Andreas Stieger + +- git 2.23.0: + * The "--base" option of "format-patch" computed the patch-ids for + prerequisite patches in an unstable way, which has been updated + to compute in a way that is compatible with "git patch-id + --stable". + * The "git log" command by default behaves as if the --mailmap + option was given. + * fixes and improvements to UI, workflow and features + ------------------------------------------------------------------- Wed Aug 14 11:21:43 UTC 2019 - Marketa Calabkova diff --git a/git.spec b/git.spec index 392d49f..a1d0043 100644 --- a/git.spec +++ b/git.spec @@ -29,7 +29,7 @@ %bcond_without git_libsecret %bcond_without docs Name: git -Version: 2.22.1 +Version: 2.23.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only