Accepting request 723284 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/723284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=236
This commit is contained in:
parent
0e16f7c550
commit
d368575d01
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f
|
|
||||||
size 5609772
|
|
BIN
git-2.22.1.tar.sign
Normal file
BIN
git-2.22.1.tar.sign
Normal file
Binary file not shown.
3
git-2.22.1.tar.xz
Normal file
3
git-2.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ce1f93ab77847e9a9d565ee7c94ceadb80ea7d477fe68123f2329f8d4937824
|
||||||
|
size 5616124
|
32
git.changes
32
git.changes
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 11:21:43 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- git 2.22.1
|
||||||
|
* A relative pathname given to "git init --template=<path> <repo>"
|
||||||
|
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 %-<hex>-<hex> 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
|
Wed Jul 24 09:17:31 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
4
git.spec
4
git.spec
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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 git_libsecret
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.22.0
|
Version: 2.22.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user