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
mike@2d6d71f56ce2a992244350475251df87c26fe351 3751fc0af4 Added a comment
2021-09-22 21:18:10 +00:00
Annex simplify annex.bwlimit handling 2021-09-22 10:52:01 -04:00
Assistant simplify annex.stalldetection handling 2021-09-22 10:46:10 -04:00
Backend
Build test borg special remote 2021-09-03 13:18:07 -04:00
CmdLine
Command bwlimit 2021-09-21 16:58:10 -04:00
Config
Database Fix support for readonly git remotes 2021-08-30 12:34:19 -04:00
debian
doc Added a comment 2021-09-22 21:18:10 +00:00
Git
Limit
Logs
Messages bwlimit 2021-09-21 16:58:10 -04:00
P2P
Remote simplify annex.bwlimit handling 2021-09-22 10:52:01 -04:00
RemoteDaemon
standalone
static
templates
Test add test case for readonly remote 2021-08-30 16:39:02 -04:00
Types improved bwrate limiting implementation 2021-09-22 15:27:16 -04:00
Upgrade
Utility improved bwrate limiting implementation 2021-09-22 15:27:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG improved bwrate limiting implementation 2021-09-22 15:27:16 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210903 2021-09-03 12:01:12 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs test borg special remote 2021-09-03 13:18:07 -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 <https://git-annex.branchable.com/>