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-31 15:05:40 -04:00
Annex speed up initial scanning for annexed files 2021-05-31 14:29:34 -04:00
Assistant
Backend
Build
CmdLine New matching options --excludesamecontent and --includesamecontent 2021-05-25 13:08:18 -04:00
Command prevent dropping required content of other file using same content 2021-05-25 11:34:06 -04:00
Config
Database speed up keys database writes 2021-05-31 15:01:00 -04:00
debian
doc Merge branch 'master' of ssh://git-annex.branchable.com 2021-05-31 15:05:40 -04:00
Git
Limit fix longstanding indeterminite preferred content for duplicated file problem 2021-05-24 14:07:05 -04:00
Logs prevent dropping required content of other file using same content 2021-05-25 11:34:06 -04:00
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test
Types Added annex.adviceNoSshCaching config. 2021-05-27 12:37:49 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG Added annex.adviceNoSshCaching config. 2021-05-27 12:37:49 -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 New matching options --excludesamecontent and --includesamecontent 2021-05-25 13:08:18 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs prevent dropping required content of other file using same content 2021-05-25 11:34:06 -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/>