diff --git a/completion-wordbreaks.diff b/completion-wordbreaks.diff index 4fd6f7c..0b750a2 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.11.0/contrib/completion/git-completion.bash +Index: git-2.13.0/contrib/completion/git-completion.bash =================================================================== ---- git-2.11.0.orig/contrib/completion/git-completion.bash -+++ git-2.11.0/contrib/completion/git-completion.bash -@@ -29,10 +29,12 @@ - # tell the completion to use commit completion. This also works with aliases - # of form "!sh -c '...'". For example, "!sh -c ': git commit ; ... '". +--- 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). -case "$COMP_WORDBREAKS" in -*:*) : great ;; @@ -21,5 +21,5 @@ Index: git-2.11.0/contrib/completion/git-completion.bash +#*) COMP_WORDBREAKS="$COMP_WORDBREAKS:" +#esac - # __gitdir accepts 0 or 1 arguments (i.e., location) - # returns location of .git repo + # Discovers the path to the git repository taking any '--git-dir=' and + # '-C ' options into account and stores it in the $__git_repo_path diff --git a/git-2.12.2.tar.sign b/git-2.12.2.tar.sign deleted file mode 100644 index 18dc0c8..0000000 Binary files a/git-2.12.2.tar.sign and /dev/null differ diff --git a/git-2.12.2.tar.xz b/git-2.12.2.tar.xz deleted file mode 100644 index b84517d..0000000 --- a/git-2.12.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a -size 4273748 diff --git a/git-2.13.0.tar.sign b/git-2.13.0.tar.sign new file mode 100644 index 0000000..65f1caf Binary files /dev/null and b/git-2.13.0.tar.sign differ diff --git a/git-2.13.0.tar.xz b/git-2.13.0.tar.xz new file mode 100644 index 0000000..50b9fe1 --- /dev/null +++ b/git-2.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258 +size 4744388 diff --git a/git.changes b/git.changes index d5dff26..b35f03b 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed May 10 21:09:53 UTC 2017 - astieger@suse.com + +- git 2.13.0: + * empty string as a pathspec element for 'everything matches' + is still warned, for future removal. + * deprecated argument order "git merge HEAD ..." + was removed + * default location "~/.git-credential-cache/socket" for the + socket used to communicate with the credential-cache daemon + moved to "~/.cache/git/credential/socket". + * now avoid blindly falling back to ".git" when the setup + sequence indicated otherwise + * many workflow features, improvements and bug fixes + +------------------------------------------------------------------- +Wed May 10 07:54:52 UTC 2017 - astieger@suse.com + +- git 2.12.3: + * CVE-2017-8386: On a server running git-shell as login shell to + restrict user to git commands, remote users may have been able + to have git service programs spawn an interactive pager + and thus escape the shell restrictions. (bsc#1038395) + ------------------------------------------------------------------- Sat Mar 25 13:43:23 UTC 2017 - astieger@suse.com diff --git a/git.spec b/git.spec index be9c05a..c8a266c 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.12.2 +Version: 2.13.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0