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-07-13 12:47:56 -04:00
Annex fix init reversion when core.sharedRepository = group 2021-07-12 10:15:49 -04:00
Assistant addistant: honor annex.delayadd for non-large files 2021-07-13 12:17:00 -04:00
Backend
Build
CmdLine
Command
Config add: Significantly speed up adding lots of non-large files to git 2021-01-04 13:12:28 -04:00
Database
debian
doc comment 2021-07-13 12:47:56 -04:00
Git
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG addistant: honor annex.delayadd for non-large files 2021-07-13 12:17:00 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT update year 2021-01-04 12:45:19 -04:00
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 --debug output goes to stderr again, not stdout 2021-07-12 09:40:38 -04:00
NEWS
README
Remote.hs Behavior change: --trust option no longer overrides trust 2021-01-07 10:34:57 -04:00
Setup.hs
stack.yaml update to lts-16.27 2020-12-29 13:51:08 -04:00
Test.hs
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/>