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-04-27 18:34:30 +00:00
Annex improve message 2021-04-27 13:44:08 -04:00
Assistant
Backend
Build
CmdLine make remoteKeyToRemoteName safer 2021-04-23 13:29:21 -04:00
Command initremote --private 2021-04-23 14:47:46 -04:00
Config
Database
debian
doc Added a comment 2021-04-27 18:34:30 +00:00
Git implement annex.privateremote and remote.name.private configs 2021-04-23 14:21:57 -04:00
Limit
Logs fix build after merge 2021-04-23 13:26:10 -04:00
Messages
P2P
Remote remove "checking remotename" message 2021-04-27 13:05:27 -04:00
RemoteDaemon
standalone
static
templates
Test
Types check mincopies is satisfied even when numcopies is known to be satisfied 2021-04-27 13:37:18 -04:00
Upgrade start implementing hidden git-annex repositories 2021-04-20 15:04:53 -04:00
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG check mincopies is satisfied even when numcopies is known to be satisfied 2021-04-27 13:37:18 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
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 windows needs to die 2021-04-23 00:38:18 -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/>