git-annex 10.20230802-1 source package in Ubuntu

Changelog

git-annex (10.20230802-1) unstable; urgency=medium

  * New upstream release.

 -- Sean Whitton <email address hidden>  Mon, 21 Aug 2023 07:58:59 +0100

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
git-annex_10.20230802-1.dsc 5.5 KiB 0610f5c7634870990fefbcefbb2b26e4244ce143a6d1147a6a573ea3fa3a363d
git-annex_10.20230802.orig.tar.xz 6.5 MiB 5cf62872d728e0ac20feff124cc45a656e367525a15af9ae86e3878defaf95c4
git-annex_10.20230802-1.debian.tar.xz 78.0 KiB 66230c22d6f366d3c340b0e5ac421c680d40f908f444dc0890bf599a30201238

Available diffs

No changes file available.

Binary packages built by this source

git-annex: manage files with git, without checking their contents into git

 git-annex allows managing large files with git, without storing the file
 contents in git. It can sync, backup, and archive your data, offline
 and online. Checksums and encryption keep your data safe and secure. Bring
 the power and distributed nature of git to bear on your large files with
 git-annex.
 .
 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 dozens of 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.
 .
 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 transferring them to other computers. The git-annex webapp
 makes it easy to set up and use git-annex this way.

git-annex-dbgsym: debug symbols for git-annex