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-08 12:51:56 -04:00
Annex add killTransferrer 2020-12-08 11:43:06 -04:00
Assistant finally using transferkeys 2020-12-07 16:18:26 -04:00
Backend
Build fix build 2020-11-27 13:02:43 -04:00
CmdLine
Command finally using transferkeys 2020-12-07 16:18:26 -04:00
Config
Database enable extensions needed by new version of persistent 2020-11-07 14:09:17 -04:00
debian
doc annex.stalldetection docs 2020-12-07 16:55:24 -04:00
Git
Limit
Logs
Messages support prompt in message serialization 2020-12-04 14:54:09 -04:00
P2P refactoring 2020-12-07 14:49:17 -04:00
Remote remove uses of warningIO 2020-12-02 14:57:43 -04:00
RemoteDaemon
standalone
static
templates
Test
Types move TransferrerPool from Assistant state to Annex state 2020-12-07 13:21:35 -04:00
Upgrade
Utility avoid parseDuration succeeding on empty string 2020-12-08 12:51:56 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs move TransferrerPool from Assistant state to Annex state 2020-12-07 13:21:35 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG improve p2p protocol handling of requested object not available 2020-12-01 16:05:55 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal move TransferrerPool from Assistant state to Annex state 2020-12-07 13:21:35 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs support prompt in message serialization 2020-12-04 14:54:09 -04:00
NEWS
README
Remote.hs refactoring 2020-12-07 14:49:17 -04:00
Setup.hs
stack.yaml
Test.hs
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/>