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
http://joeyh.name/ 7c1c2d25b0 Added a comment
2013-09-20 00:15:07 +00: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 more completely solve catKey memory leak 2013-09-19 16:41:21 -04:00
Common
Config
debian more completely solve catKey memory leak 2013-09-19 16:41:21 -04:00
doc Added a comment 2013-09-20 00:15:07 +00: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 Support hot-swapping of removable drives containing gcrypt repositories. 2013-09-12 15:54:35 -04:00
Upgrade
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 prep release 2013-09-11 13:02:22 -04: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
Logs.hs
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/>