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-08-31 14:20:15 +00:00
Annex decorate openTempFile errors with the template name 2021-08-30 13:05:02 -04:00
Assistant
Backend
Build Run cp -a with --no-preserve=xattr, to avoid problems with copied xattrs 2021-08-27 13:09:34 -04:00
CmdLine --batch-keys 2021-08-25 14:21:12 -04:00
Command add: Detect when xattrs or perhaps ACLs prevent locking down a file's content 2021-08-27 14:33:01 -04:00
Config
Database Fix support for readonly git remotes 2021-08-30 12:34:19 -04:00
debian
doc report on 2 tests fail on crippled FS on mac 2021-08-31 14:20:15 +00:00
Git
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test add test case for readonly remote 2021-08-30 16:39:02 -04:00
Types Added annex.youtube-dl-command config 2021-08-27 09:44:23 -04:00
Upgrade
Utility decorate openTempFile errors with the template name 2021-08-30 13:05:02 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG Fix support for readonly git remotes 2021-08-30 12:34:19 -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 add test case for readonly remote 2021-08-30 16:39:02 -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/>