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
2021-12-31 11:57:52 -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 add filter.annex.process to bypassSmudgeConfig 2021-11-04 15:23:07 -04:00
Database avoid using a second db connection for writes 2021-10-20 12:32:46 -04:00
debian
doc comment 2021-12-31 11:57:52 -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 tighter --json parsing for metadata 2021-11-01 14:42:37 -04:00
P2P factor out IncrementalHasher from IncrementalVerifier 2021-11-09 12:33:22 -04:00
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 update git-lfs version to match git-annex.cabal 2021-11-16 12:54:29 -04:00
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/>