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
2019-05-03 11:53:03 -04:00
Annex fix build w/o MagicMime more 2019-05-03 11:30:20 -04:00
Assistant Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
Backend
Build
CmdLine
Command Merge branch 'master' into import-from-s3 2019-05-01 14:30:52 -04:00
Config
Database
debian
doc comment 2019-05-03 11:53:03 -04:00
Git don't empty historyCommitParents 2019-05-01 13:38:40 -04:00
Limit
Logs
Messages
P2P
Remote Merge branch 'master' into import-from-s3 2019-05-01 14:30:52 -04:00
RemoteDaemon
standalone
static
templates
Test
Types Added mimeencoding= term to annex.largefiles expressions. 2019-04-30 12:17:22 -04:00
Upgrade
Utility squelch build warning with old version of quickcheck 2019-05-03 11:02:12 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
BuildInfo.hs
CHANGELOG fix typos 2019-05-01 14:43:35 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs not a phantom type 2019-04-27 16:18:27 -04:00
Crypto.hs
ghci
git-annex.cabal Merge branch 'master' into import-from-s3 2019-05-01 14:30:52 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs Added mimeencoding= term to annex.largefiles expressions. 2019-04-30 12:17:22 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
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/>