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 e930237f61
remove .stack-work
build is failing on commit d409f92318
but the error message quotes a version of Utility/Process/Transcript.hs
before a fix yesterday. All I can think is stack may have cached the old
version, perhaps after cpp?
2020-07-02 11:16:05 -04:00
Annex Revert "data type that starts off using a set but converts to a bloom filter when large" 2020-07-01 20:12:19 -04:00
Assistant
Backend
Build
CmdLine
Command importfeed: Added some additional --template variables for date and time 2020-06-24 14:24:50 -04:00
Config
Database
debian Revert "data type that starts off using a set but converts to a bloom filter when large" 2020-07-01 20:12:19 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2020-07-02 10:00:11 -04:00
Git
Limit
Logs
Messages
P2P
Remote lockContent for tahoe 2020-06-26 14:23:21 -04:00
RemoteDaemon
standalone remove .stack-work 2020-07-02 11:16:05 -04:00
static
templates
Test
Types
Upgrade
Utility fix build on windows 2020-07-01 16:53:50 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG changelog wording 2020-06-26 14:27:42 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs build warnings 2020-07-01 14:30:08 -04:00
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal Revert "data type that starts off using a set but converts to a bloom filter when large" 2020-07-01 20:12:19 -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 improve "unable to lock down 1 copy" message 2020-06-26 13:00:40 -04:00
Setup.hs
stack-lts-12.14.yaml fix stack file syntax and deps 2020-06-30 17:12:23 -04:00
stack.yaml fix stack file syntax and deps 2020-06-30 17:12:23 -04:00
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/>