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
Joey Hess b16a1cee4b
plumb peer uuid through to runLocal
This will allow updating transfer logs with the uuid.
2016-12-02 15:39:49 -04:00
Annex implement p2p command 2016-11-30 14:35:24 -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 cleanups 2016-12-01 00:42:01 -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 plumb peer uuid through to runLocal 2016-12-02 15:39:49 -04:00
Remote use P2P auth for git-remote-tor-annex 2016-11-30 15:26:55 -04:00
RemoteDaemon plumb peer uuid through to runLocal 2016-12-02 15:39:49 -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 avoid tab warnings from ghc 8 2016-11-17 13:39:30 -04:00
git-annex.cabal make remote-daemon able to send and receive objects over tor 2016-12-02 13:52:43 -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/>