CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
Joey Hess 407a267344 tag for 4.20130920
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.14 (GNU/Linux)
 
 iQIVAwUAUkmfockQ2SIlEuPHAQgeJg/+K/7al7SOug++YGke/LArj1RBgzh3KktA
 vJhZjLsFvEpESFvn4QBFyEkpqYVZGyy6VeTRxuC+YDwwj/W2Ouo5qTPcy0mC8Mel
 RiNx5qbs9fCjlh5WgPoMfNoXzPVbGt9niTmILcrem6RJig4U4jMIbx/fgdJ69C7o
 w7Z2+htvshok/yd69xM+YWZgU63FxiQSgWRBso5oDz13Cqly+TJM4TQQhZqmxUax
 r5pIeaAsePEIAHkXgB5bOcu0qPVcEa/Xh31RNpaJPdkI6jdd1VHxz6WigkvrI0sM
 DJyl2aQfhqZpHj4KFQQbfsQbZV22Ld8lXBHFsAm8Atv3sM8SVKALLDkcheJLf3xQ
 AxEkWe+Ry4sOz1cHgsOn5WzCPyZ8us+Hy2MKCbkz+yX7iTTWaHR/4R3mINE/WxTt
 7s7fgUS6sXaZ79YuEPqdndtGU3BneQ5JEGJiFPh9W67gucgzEDHboaXJcq9kGcyj
 Wt7D5t/1IzwwKI8/EyHZHyXOOGQ0mjferNcK2R4s3WkY/zEe49VXfdziEZVorh8U
 yFdhv0RTIhwkwUZU5jpW0zSQ0+0RIeYTHeXN6HnUf/tk3fyaD4z+mjmUMstTA8Ds
 ZMx8961d7T4+BoLOaVsdujJ8Bkd6TL0E4XBBaiuMPrhdIx1tNPTD7fRF8NBYFDvH
 o7S/I8k1ab0=
 =pgDx
 -----END PGP SIGNATURE-----

Merge tag '4.20130920' into debian-wheezy-backport

tag for 4.20130920

# gpg: Signature made Mon Sep 30 16:58:25 2013 BST using RSA key ID 2512E3C7
# gpg: Can't check signature: public key not found
2013-10-03 18:30:23 +01:00
Annex completely solve catKey memory leak 2013-09-19 20:09:03 -04:00
Assistant better probing for gcrypt repositories using new --check option 2013-09-19 12:53:24 -04:00
Backend
Build add git-remote-gcrypt to bundle when available 2013-09-13 12:05:47 -04:00
Command list --allrepos 2013-09-19 21:42:03 -04:00
Common
Config
debian tag for 4.20130920 2013-10-03 18:30:23 +01:00
doc tag for 4.20130920 2013-10-03 18:30:23 +01:00
Git more completely solve catKey memory leak 2013-09-19 16:41:21 -04:00
GitAnnex
Logs sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files from git, which can be so large it runs out of memory. 2013-09-19 14:48:42 -04:00
Messages
Remote better probing for gcrypt repositories using new --check option 2013-09-19 12:53:24 -04:00
standalone guard against runshell loop 2013-09-19 13:33:00 -04:00
static
templates webapp: Show encryption information when editing a remote. 2013-09-17 20:02:42 -04:00
Types note 2013-09-20 00:04:37 -04:00
Upgrade refactor git-annex branch log filename code into central location 2013-08-29 19:13:00 -04:00
Utility webapp gpg key generation 2013-09-17 15:36:15 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs Allow building without quvi support. 2013-09-09 02:16:22 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs status: In local mode, displays information about variance from configured numcopies levels. 2013-09-15 19:10:38 -04:00
Common.hs
Config.hs Support hot-swapping of removable drives containing gcrypt repositories. 2013-09-12 15:54:35 -04:00
configure.hs
COPYRIGHT
Creds.hs Allow public-key encryption of file content. 2013-09-03 14:34:16 -04:00
Crypto.hs rename constructor for clariy 2013-09-05 11:12:01 -04:00
Fields.hs
ghci
git-annex.cabal tag for 4.20130920 2013-10-03 18:30:23 +01:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs rename remotes to list 2013-09-19 14:16:55 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs untested transition detection on merging, and transition running code 2013-08-28 15:57:42 -04:00
Logs.hs refactor git-annex branch log filename code into central location 2013-08-29 19:13:00 -04:00
Makefile avoid setting PREFIX if already set 2013-09-12 16:22:03 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs sync: support gcrypt 2013-09-09 10:02:15 -04:00
Seek.hs
Setup.hs
Test.hs more win warning squashing 2013-09-06 18:54:24 -04:00
Types.hs
Upgrade.hs
Usage.hs

git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether due
to limitations in memory, checksumming time, or disk space.

For documentation, see doc/ or <http://git-annex.branchable.com/>