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-05-04 16:53:18 +00:00
Annex fromkey unlocked files support 2021-05-03 11:26:18 -04:00
Assistant
Backend
Build
CmdLine make remoteKeyToRemoteName safer 2021-04-23 13:29:21 -04:00
Command smudge: check for known annexed inodes before checking annex.largefiles 2021-05-03 13:26:32 -04:00
Config
Database
debian
doc Added a comment 2021-05-04 16:53:18 +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 Avoid more than 1 gpg password prompt at the same time 2021-04-27 16:36:44 -04:00
RemoteDaemon
standalone
static
templates
Test
Types fromkey unlocked files support 2021-05-03 11:26: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 Avoid more than 1 gpg password prompt at the same time 2021-04-27 16:36:44 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG smudge: check for known annexed inodes before checking annex.largefiles 2021-05-03 13:26:32 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210428 2021-04-28 12:16:45 -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 fix test that broke due to fromkey improvements 2021-05-03 14:09:49 -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/>