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-01-28 12:42:05 -04:00
Annex adjust: Fix some bad behavior when unlocked files use URL keys. 2021-01-25 17:25:42 -04:00
Assistant mincopies 2021-01-06 14:15:19 -04:00
Backend
Build
CmdLine Behavior change: --trust-glacier option no longer overrides trust 2021-01-07 10:37:43 -04:00
Command fix breakage caused by recent commit 2021-01-25 21:22:18 -04:00
Config
Database
debian
doc close 2021-01-28 12:42:05 -04:00
Git formatLsTree did not use a tab where git does 2021-01-28 12:36:37 -04:00
Limit
Logs formatLsTree did not use a tab where git does 2021-01-28 12:36:37 -04:00
Messages
P2P
Remote Added GETGITREMOTENAME to extenal special remote protocol 2021-01-26 12:42:47 -04:00
RemoteDaemon
standalone
static
templates
Test
Types remove blank 2021-01-11 13:15:21 -04:00
Upgrade
Utility fix problem on windows with newly rewritten prop_relPathDirToFileAbs_basics 2021-01-22 14:30:48 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs mincopies 2021-01-06 14:15:19 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG formatLsTree did not use a tab where git does 2021-01-28 12:36:37 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210127 2021-01-27 11:13:25 -04:00
git-annex.hs
git-union-merge.hs
Git.hs avoid crashing when there are remotes using unparseable urls 2021-01-18 14:59:08 -04:00
Key.hs
Limit.hs
Logs.hs mincopies 2021-01-06 14:15:19 -04:00
Makefile
Messages.hs
NEWS
README
Remote.hs Behavior change: --trust option no longer overrides trust 2021-01-07 10:34:57 -04:00
Setup.hs
stack.yaml
Test.hs test: avoid unnecessary tests of variants of git remote 2021-01-11 13:43:55 -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/>