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-20 09:59:12 -04:00
Annex annex.jobs=cpus etc 2019-05-10 13:27:08 -04:00
Assistant avoid ingest lockdown file escaping the withOtherTmp call 2019-05-07 13:04:57 -04:00
Backend
Build
CmdLine fix usage 2019-05-10 14:52:52 -04:00
Command avoid ingest lockdown file escaping the withOtherTmp call 2019-05-07 13:04:57 -04:00
Config
Database
debian
doc retitle 2019-05-20 09:59:12 -04:00
Git add --verify 2019-05-06 16:41:01 -04:00
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test
Types annex.jobs=cpus etc 2019-05-10 13:27:08 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs Improved locking when multiple git-annex processes are writing to the .git/index file 2019-05-06 15:15:12 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG annex.jobs=cpus etc 2019-05-10 13:27:08 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 7.20190507 2019-05-07 13:05:52 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile Makefile: Added install-completions to install target. 2019-05-08 10:48:38 -04:00
Messages.hs annex.jobs=cpus etc 2019-05-10 13:27:08 -04:00
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
Test.hs test case for bf7ecd6892 2019-05-06 14:24:42 -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/>