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
2014-08-07 21:01:07 -04:00
Annex Merge branch 'newchunks' 2014-08-01 18:00:47 -04:00
Assistant S3: support chunking 2014-08-02 15:51:58 -04:00
Backend testremote: New command to test uploads/downloads to a remote. 2014-08-01 15:10:01 -04:00
Build
CmdLine testremote: New command to test uploads/downloads to a remote. 2014-08-01 15:10:01 -04:00
Command fix "storeKey when already present" test for git-annex-shell transfers 2014-08-04 09:16:47 -04:00
Common
Config
debian WebDAV: Avoid buffering whole file in memory when uploading. 2014-08-07 19:32:23 -04:00
doc convert WebDAV to new special remote interface, adding new-style chunking support 2014-08-06 16:57:06 -04:00
Git
Limit
Logs deriving Show 2014-08-01 16:30:33 -04:00
Messages
Remote WebDAV: Avoid buffering whole file in memory when uploading. 2014-08-07 19:32:23 -04:00
RemoteDaemon
standalone
static
templates
Types pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
Upgrade
Utility generalized using the extensions package 2014-08-07 21:01:07 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs only chunk stable keys 2014-07-30 10:34:39 -04:00
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs finish making rsync support chunking 2014-08-03 16:54:57 -04:00
ghci
git-annex.cabal webdav: reuse http connection when operating on the chunks of a file 2014-08-07 18:33:14 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
Setup.hs
Test.hs update for change in bup remote removal 2014-08-06 13:45:05 -04:00
Types.hs
Upgrade.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/>