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 7db4e62a90
remove accidental duplicated code
The code in Annex.WorkerStage and Annex.Concurrent was 100% identical.
2021-02-03 15:23:52 -04:00
Annex remove accidental duplicated code 2021-02-03 15:23:52 -04:00
Assistant add searchPathContents 2021-02-02 19:06:15 -04:00
Backend
Build add searchPathContents 2021-02-02 19:06:15 -04:00
CmdLine remove accidental duplicated code 2021-02-03 15:23:52 -04:00
Command add searchPathContents 2021-02-02 19:06:15 -04:00
Config
Database
debian
doc automatic stall detection 2021-02-03 13:33:57 -04:00
Git
Limit
Logs
Messages
P2P
Remote add searchPathContents 2021-02-02 19:06:15 -04:00
RemoteDaemon
standalone
static
templates
Test
Types automatic stall detection 2021-02-03 13:33:57 -04:00
Upgrade
Utility support fuzzy matching of addon commands 2021-02-02 19:37:09 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs move global options handling closer to Command definitions 2021-02-02 15:55:45 -04:00
BuildFlags.hs
BuildInfo.hs
CHANGELOG automatic stall detection 2021-02-03 13:33:57 -04:00
CmdLine.hs support fuzzy matching of addon commands 2021-02-02 19:37:09 -04:00
Command.hs addon commands 2021-02-02 16:32:49 -04:00
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal automatic stall detection 2021-02-03 13:33:57 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
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/>