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
2022-01-03 12:58:12 -04:00
Annex
Assistant
Backend
Build
CmdLine
Command complete the magic wormhole pairin appid transition 2021-12-30 12:16:22 -04:00
Config
Database
debian
doc comment 2022-01-03 12:58:12 -04:00
Git
Limit
Logs
Messages
P2P
Remote avoid no longer necessary piping of ssh stderr for p2pstdio 2022-01-03 12:54:40 -04:00
RemoteDaemon
standalone
static
templates
Test also run query tests in a readonly repo 2021-12-30 13:16:57 -04:00
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 8.20211231 2021-12-31 15:11:50 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT update copyright year 2022-01-03 12:46:04 -04:00
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20211231 2021-12-31 15:11:50 -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/>