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 ceff04ff3e better multiword parameter handling
This way, individual words as entered on the command line are available
to commands.
2011-05-16 12:25:54 -04:00
Backend Added filename extension preserving variant backends SHA1E, SHA256E, etc. 2011-05-16 11:46:34 -04:00
Command better multiword parameter handling 2011-05-16 12:25:54 -04:00
debian migrate: Use current filename when generating new key, for backends where the filename affects the key name. 2011-05-16 12:10:08 -04:00
doc tweak 2011-05-16 12:12:03 -04:00
Remote add a few tweaks to make it easy to use the Internet Archive's variant of S3 2011-05-16 11:20:35 -04:00
testdata
Upgrade
.gitattributes
.gitignore
Annex.hs more monadic operator use 2011-05-15 15:27:49 -04:00
AnnexQueue.hs
Backend.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
BackendClass.hs
BackendList.hs
Base64.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
CHANGELOG
CmdLine.hs
Command.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
Config.hs make encrypted remotes have slightly higher costs 2011-04-17 01:13:21 -04:00
configure.hs gpg recommended 2011-04-16 19:13:05 -04:00
Content.hs more monadic operator use 2011-05-15 15:27:49 -04:00
CopyFile.hs
Crypto.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
CryptoTypes.hs add cipher field to AnnexState 2011-04-16 16:41:46 -04:00
DataUnits.hs
Dot.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
git-annex-shell.hs
git-annex.hs
GitAnnex.hs
GitQueue.hs
GitRepo.hs Maybe reduction pass 2 2011-05-15 12:25:58 -04:00
GPL
INSTALL
Key.hs move quickcheck Arbitrary declaration into test suite 2011-04-25 15:28:41 -04:00
LocationLog.hs more monadic operator use 2011-05-15 15:27:49 -04:00
Locations.hs unused: Now also lists files fsck places in .git/annex/bad/ 2011-04-29 13:59:00 -04:00
Makefile don't optimise test suite 2011-05-15 12:32:18 -04:00
mdwn2man
Messages.hs Maybe reduction pass 2 2011-05-15 12:25:58 -04:00
Options.hs
README add README 2011-05-13 19:20:54 -04:00
Remote.hs more monadic operator use 2011-05-15 15:27:49 -04:00
RemoteClass.hs RemoteConfig type 2011-04-15 15:09:36 -04:00
RsyncFile.hs
Ssh.hs refactor 2011-04-09 14:26:32 -04:00
StatFS.hsc
test.hs fixup 2011-05-15 01:33:25 -04:00
TestConfig.hs
Touch.hsc
Trust.hs
Types.hs
Upgrade.hs
Utility.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
UUID.hs more monadic operator use 2011-05-15 15:27:49 -04:00
Version.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/>