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-08 12:47:34 -04:00
Annex close pid lock only once no threads use it 2021-12-06 15:01:39 -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-08 12:47:34 -04:00
Git support git 2.34.0's handling of merge conflict between annexed and non-annexed file 2021-11-22 16:10:24 -04:00
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test
Types have setConcurrency stop any running git coprocesses 2021-11-19 12:00:39 -04:00
Upgrade
Utility close pid lock only once no threads use it 2021-12-06 15:01:39 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG Revert "fix too early close of shared lock file" 2021-12-06 12:51:28 -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
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/>