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-06-21 14:56:04 -04:00
Annex enforce retrievalSecurityPolicy 2018-06-21 13:37:01 -04:00
Assistant change Remote.repo to Remote.getRepo 2018-06-04 15:30:26 -04:00
Backend
Build
CmdLine
Command enforce retrievalSecurityPolicy 2018-06-21 13:37:01 -04:00
Config
Database
debian
doc devblog 2018-06-21 14:50:20 -04:00
Git
Limit
Logs
Messages
P2P enforce retrievalSecurityPolicy 2018-06-21 13:37:01 -04:00
Remote don't assume boto will remain secure 2018-06-21 14:14:56 -04:00
RemoteDaemon
standalone get android building the security fix 2018-06-21 10:23:04 -04:00
static
templates
Test
Types enforce retrievalSecurityPolicy 2018-06-21 13:37:01 -04:00
Upgrade
Utility get android building the security fix 2018-06-21 10:23:04 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG update version 2018-06-21 14:56:04 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT add Utility.HttpManagerRestricted 2018-06-16 18:44:13 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal version deps 2018-06-19 19:55:22 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS update version 2018-06-21 14:56:04 -04:00
README
Remote.hs enforce retrievalSecurityPolicy 2018-06-21 13:37:01 -04:00
Setup.hs
stack-windows.yaml
stack.yaml
Test.hs limit url downloads to whitelisted schemes 2018-06-16 11:57:50 -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/>