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-12-23 14:03:04 -04:00
Annex improve git command queue flushing with time limit 2021-12-14 12:23:19 -04:00
Assistant
Backend
Build
CmdLine
Command export: Avoid unncessarily re-exporting non-annexed files that were already exported 2021-11-29 14:02:38 -04:00
Config
Database
debian
doc comment 2021-12-23 14:03:04 -04:00
Git wording 2021-12-14 13:53:36 -04:00
Limit
Logs
Messages
P2P
Remote Fix build with ghc 9.0.1 2021-12-08 15:08:02 -04:00
RemoteDaemon
standalone
static
templates
Test
Types have setConcurrency stop any running git coprocesses 2021-11-19 12:00:39 -04:00
Upgrade
Utility fix build on windows 2021-12-09 13:39:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG improve git command queue flushing with time limit 2021-12-14 12:23: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.20211123 2021-11-23 15:20:24 -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 update git-lfs version to match git-annex.cabal 2021-11-16 12:54:29 -04:00
Test.hs fix test failure with git version 2.34.0 2021-11-22 13:30:03 -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/>