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
2016-12-06 15:43:03 -04:00
Annex plumb assicated files through P2P protocol for updating transfer logs 2016-12-02 16:42:54 -04:00
Assistant max authtoken length is 128 2016-11-30 14:19:26 -04:00
Backend
Build Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
CmdLine refactor 2016-12-06 15:43:03 -04:00
Command implement p2p --link 2016-11-30 15:16:25 -04:00
Config
Database
debian Merge branch 'master' into tor 2016-11-30 14:16:36 -04:00
doc use P2P auth for git-remote-tor-annex 2016-11-30 15:26:55 -04:00
Git
Limit
Logs
Messages
P2P refactor 2016-12-06 15:43:03 -04:00
Remote refactor 2016-12-06 15:43:03 -04:00
RemoteDaemon refactor 2016-12-06 15:43:03 -04:00
standalone
static
templates
Types Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
Upgrade
Utility cleanup 2016-11-29 17:52:46 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG implement p2p command 2016-11-30 14:35:24 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs finish git-annex enable-tor 2016-11-29 17:30:27 -04:00
Crypto.hs
ghci
git-annex.cabal refactor 2016-12-06 15:43:03 -04:00
git-annex.hs Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
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/>