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
2018-03-12 17:32:57 -04:00
Annex Better ssh connection warmup when using -J for concurrency. 2018-03-07 17:30:14 -04:00
Assistant
Backend Improve SHA*E extension extraction code 2018-03-05 11:25:01 -04:00
Build
CmdLine move protocol version stuff to the Net free monad 2018-03-12 15:20:51 -04:00
Command move protocol version stuff to the Net free monad 2018-03-12 15:20:51 -04:00
Config
Database
debian
doc done for the day 2018-03-12 17:32:57 -04:00
Git
Limit
Logs
Messages use P2P protocol for checkpresent, retrieve, and store 2018-03-09 13:25:16 -04:00
P2P no protocol 1 yet 2018-03-12 15:42:15 -04:00
Remote avoid double-connect to unreachable ssh remote 2018-03-12 16:50:21 -04:00
RemoteDaemon move protocol version stuff to the Net free monad 2018-03-12 15:20:51 -04:00
standalone
static
templates
Test
Types
Upgrade
Utility p2p ssh connection pools 2018-03-08 15:11:31 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG done for the day 2018-03-12 17:32:57 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT refactoring 2018-03-09 13:48:10 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal refactor p2p remote action code 2018-03-08 16:11:00 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS wording 2018-03-09 13:56:21 -04:00
README
Remote.hs
Setup.hs
stack-windows.yaml
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/>