diff --git a/git-2.22.0.tar.sign b/git-2.22.0.tar.sign deleted file mode 100644 index 15548ba..0000000 Binary files a/git-2.22.0.tar.sign and /dev/null differ diff --git a/git-2.22.0.tar.xz b/git-2.22.0.tar.xz deleted file mode 100644 index 2fdb386..0000000 --- a/git-2.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f -size 5609772 diff --git a/git-2.22.1.tar.sign b/git-2.22.1.tar.sign new file mode 100644 index 0000000..ed120fc Binary files /dev/null and b/git-2.22.1.tar.sign differ diff --git a/git-2.22.1.tar.xz b/git-2.22.1.tar.xz new file mode 100644 index 0000000..f34e27e --- /dev/null +++ b/git-2.22.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce1f93ab77847e9a9d565ee7c94ceadb80ea7d477fe68123f2329f8d4937824 +size 5616124 diff --git a/git.changes b/git.changes index 21cd9e5..2d09d2b 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Aug 14 11:21:43 UTC 2019 - Marketa Calabkova + +- git 2.22.1 + * A relative pathname given to "git init --template= " + ought to be relative to the directory "git init" gets invoked in, + but it instead was made relative to the repository, which has been + corrected. + * "git worktree add" used to fail when another worktree connected to + the same repository was corrupt, which has been corrected. + * "git am -i --resolved" segfaulted after trying to see a commit as + if it were a tree, which has been corrected. + * "git merge --squash" is designed to update the working tree and the + index without creating the commit, and this cannot be countermanded + by adding the "--commit" option; the command now refuses to work + when both options are given. + * Update to Unicode 12.1 width table. + * "git request-pull" learned to warn when the ref we ask them to pull + from in the local repository and in the published repository are + different. + * "git fetch" into a lazy clone forgot to fetch base objects that are + necessary to complete delta in a thin packfile, which has been + corrected. + * The URL decoding code has been updated to avoid going past the end + of the string while parsing %-- sequence. + * "git clean" silently skipped a path when it cannot lstat() it; now + it gives a warning. + * "git rm" to resolve a conflicted path leaked an internal message + "needs merge" before actually removing the path, which was + confusing. This has been corrected. + * Many more bugfixes and code cleanups. + ------------------------------------------------------------------- Wed Jul 24 09:17:31 UTC 2019 - matthias.gerstner@suse.com diff --git a/git.spec b/git.spec index 3522d51..392d49f 100644 --- a/git.spec +++ b/git.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,7 +29,7 @@ %bcond_without git_libsecret %bcond_without docs Name: git -Version: 2.22.0 +Version: 2.22.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only