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
2020-12-15 16:18:39 +00:00
Annex propagate git-annex -c on to transferrer child process 2020-12-15 11:36:25 -04:00
Assistant propagate git-annex -c on to transferrer child process 2020-12-15 11:36:25 -04:00
Backend
Build add USE_SYSTEM_LIBS=1 for osxapp build 2020-12-14 15:34:27 -04:00
CmdLine avoid using MatchingKey where MatchingFile can be used now 2020-12-14 17:54:25 -04:00
Command pass along -c options to child git-annex processes 2020-12-15 10:49:29 -04:00
Config rename and refactor 2020-12-14 12:32:21 -04:00
Database
debian
doc Added a comment 2020-12-15 16:18:39 +00:00
Git finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
Limit
Logs make getViaTmpFrom no longer update location log 2020-12-11 11:50:13 -04:00
Messages simplify transferr protocol 2020-12-11 12:52:22 -04:00
P2P use TotalSize more extensively 2020-12-11 12:10:43 -04:00
Remote initremote: Prevent enabling encryption with exporttree=yes/importtree=yes 2020-12-15 12:08:08 -04:00
RemoteDaemon
standalone
static
templates
Test improve display of test failures 2020-11-24 17:17:09 -04:00
Types avoid using MatchingKey where MatchingFile can be used now 2020-12-14 17:54:25 -04:00
Upgrade finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
Utility use TotalSize more extensively 2020-12-11 12:10:43 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs pass along -c options to child git-annex processes 2020-12-15 10:49:29 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG reorg 2020-12-15 12:12:03 -04:00
CmdLine.hs
Command.hs
Common.hs finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
Config.hs
COPYRIGHT
Creds.hs finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
Crypto.hs
git-annex.cabal factor out Types.Transferrer 2020-12-09 13:28:49 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs add key to FileInfo 2020-12-14 17:42:02 -04:00
Logs.hs
Makefile add USE_SYSTEM_LIBS=1 for osxapp build 2020-12-14 15:34:27 -04:00
Messages.hs extend transferrer protocol to send progress bar total size updates 2020-12-11 12:42:28 -04:00
NEWS
README
Remote.hs refactoring 2020-12-07 14:49:17 -04:00
Setup.hs
stack.yaml
Test.hs improve display of test failures 2020-11-24 17:17:09 -04:00
Types.hs
Upgrade.hs propagate git-annex -c on to transferrer child process 2020-12-15 11:36:25 -04:00

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 <https://git-annex.branchable.com/>