Accepting request 1108876 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1108876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-annex?expand=0&rev=34
This commit is contained in:
commit
ac1e55e4a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21a7a6d81d4341e8381f4b3b90cda3ca6a39362017f6b56f29e6ec375bf085b6
|
||||
size 8945618
|
3
git-annex-10.20230828.tar.gz
Normal file
3
git-annex-10.20230828.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e64a728e875d8e5bc0de34edb579a8fe39cd9c3bf76ff85dc2777905495e0a2d
|
||||
size 8958630
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 17:04:40 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update git-annex to version 10.20230828.
|
||||
git-annex (10.20230828) upstream; urgency=medium
|
||||
|
||||
* oldkeys: New command that lists the keys used by old versions of a file.
|
||||
* Fix behavior of onlyingroup.
|
||||
* info: Added --dead-repositories option.
|
||||
* Significant startup speed increase by avoiding repeatedly checking
|
||||
if some remote git-annex branch refs need to be merged.
|
||||
* Fix behavior when importing a tree from a directory remote when the
|
||||
directory does not exist. An empty tree was imported, rather than the
|
||||
import failing.
|
||||
* sync, assist, push, pull: Skip more types of remotes when they
|
||||
are not available due to eg being on a drive that is offline.
|
||||
(directory, borg, bup, ddar, gcrypt, rsync)
|
||||
* info: Added available to the info displayed for a remote.
|
||||
* Added AVAILABILITY UNAVAILABLE and the UNAVAILABLERESPONSE extension
|
||||
to the external special remote protocol.
|
||||
* The remote.name.annex-availability git config is no longer used.
|
||||
* Avoid using curl when annex.security.allowed-ip-addresses is set
|
||||
but neither annex.web-options nor annex.security.allowed-url-schemes
|
||||
is set to a value that needs curl.
|
||||
* Stop bundling curl in the OSX dmg and linux standalone image.
|
||||
* diffdriver: Added --get option.
|
||||
* diffdriver: Refuse to run when not in a git-annex repository.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Mon, 28 Aug 2023 12:40:37 -0400
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 20:09:47 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: git-annex
|
||||
Version: 10.20230802
|
||||
Version: 10.20230828
|
||||
Release: 0
|
||||
Summary: Manage files with git, without checking their contents into git
|
||||
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
|
||||
@ -241,11 +241,11 @@ larger than git can currently easily handle, whether due to limitations in
|
||||
memory, time, or disk space.
|
||||
|
||||
It can store large files in many places, from local hard drives, to a large
|
||||
number of cloud storage services, including S3, WebDAV, and rsync, with a dozen
|
||||
cloud storage providers usable via plugins. Files can be stored encrypted with
|
||||
gpg, so that the cloud storage provider cannot see your data.
|
||||
git-annex keeps track of where each file is stored, so it knows how many copies
|
||||
are available, and has many facilities to ensure your data is preserved.
|
||||
number of cloud storage services, including S3, WebDAV, and rsync, and many
|
||||
other usable via plugins. Files can be stored encrypted with gpg, so that the
|
||||
cloud storage provider cannot see your data. git-annex keeps track of where
|
||||
each file is stored, so it knows how many copies are available, and has many
|
||||
facilities to ensure your data is preserved.
|
||||
|
||||
git-annex can also be used to keep a folder in sync between computers, noticing
|
||||
when files are changed, and automatically committing them to git and
|
||||
|
Loading…
Reference in New Issue
Block a user