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-29 15:54:13 -04:00
Annex When adding files to an adjusted branch set up by --unlock-present, add them unlocked, not locked 2021-01-28 12:47:46 -04:00
Assistant
Backend
Build
CmdLine
Command get: Improve output when failing to get a file fails 2021-01-29 15:11:19 -04:00
Config
Database
debian
doc close 2021-01-29 15:54:13 -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
Upgrade
Utility fix handling of implicit and before parens 2021-01-28 13:51:07 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG get: Improve output when failing to get a file fails 2021-01-29 15:11:19 -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
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
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/>