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 cf61f955ad
also run query tests in a readonly repo
Sponsored-by: Dartmouth College's Datalad project
2021-12-30 13:16:57 -04:00
Annex handle transitions with read-only unmerged git-annex branches 2021-12-28 13:23:32 -04:00
Assistant handle Annex.Branch.files with read-only unmerged git-annex branches 2021-12-27 15:28:31 -04:00
Backend
Build
CmdLine handle overBranchFileContents with read-only unmerged git-annex branches 2021-12-27 14:30:51 -04:00
Command complete the magic wormhole pairin appid transition 2021-12-30 12:16:22 -04:00
Config
Database
debian
doc comments 2021-12-30 12:45:00 -04:00
Git wording 2021-12-14 13:53:36 -04:00
Limit
Logs handle transitions with read-only unmerged git-annex branches 2021-12-28 13:23:32 -04:00
Messages
P2P
Remote Fix build with ghc 9.0.1 2021-12-08 15:08:02 -04:00
RemoteDaemon
standalone
static
templates
Test also run query tests in a readonly repo 2021-12-30 13:16:57 -04:00
Types handle transitions with read-only unmerged git-annex branches 2021-12-28 13:23:32 -04:00
Upgrade
Utility fix build on windows 2021-12-09 13:39:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG merge git-annex branch in memory in read-only repository 2021-12-27 13:21:15 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal handle transitions with read-only unmerged git-annex branches 2021-12-28 13:23:32 -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 also run query tests in a readonly repo 2021-12-30 13:16:57 -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/>