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 7cefa377d6
further changes to get back to last working build state on OSX
Seems 13.11 was not being used for a while, but 14.27 works.

For some reason, stack was getting confused when I set the magicmime
flag on the command line, but setting it in stack.yaml didn't confuse
it. Ugh.
2020-08-28 13:59:00 -04:00
Annex remove unused imports 2020-08-28 11:16:51 -04:00
Assistant
Backend
Build
CmdLine avoid using MonadFail in ParseDuration 2020-08-15 15:53:35 -04:00
Command add gitAnnexChildProcess and use instead of incorrect use of runsGitAnnexChildProcess 2020-08-25 14:57:49 -04:00
Config
Database
debian
doc close 2020-08-28 13:55:54 -04:00
Git
Limit
Logs
Messages
P2P
Remote fix hang if external program is not available 2020-08-19 12:20:07 -04:00
RemoteDaemon
standalone further changes to get back to last working build state on OSX 2020-08-28 13:59:00 -04:00
static
templates
Test
Types avoid using MonadFail in ParseDuration 2020-08-15 15:53:35 -04:00
Upgrade
Utility remove build warning about old process version 2020-08-28 11:17:30 -04:00
.ghci
.gitattributes
.gitignore stack.yaml: Updated to lts-16.10 2020-08-24 14:11:37 -04:00
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Display a message when git-annex has to wait for a pid lock file held by another process 2020-08-26 13:05:34 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal refactor out Annex.PidLock 2020-08-26 12:29:13 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml stack.yaml: Updated to lts-16.10 2020-08-24 14:11:37 -04:00
Test.hs
Types.hs
Upgrade.hs add gitAnnexChildProcess and use instead of incorrect use of runsGitAnnexChildProcess 2020-08-25 14:57:49 -04:00

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/>