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
2020-10-05 12:44:40 -04:00
Annex avoid git check-ignore overhead on importing known files 2020-09-30 11:20:44 -04:00
Assistant
Backend
Build
CmdLine allow matching on files whose content is not present 2020-09-28 11:17:46 -04:00
Command import: Check gitignores when importing trees from special remotes 2020-09-30 10:41:59 -04:00
Config
Database remove unused import 2020-10-02 13:45:09 -04:00
debian Enable building with git-annex benchmark by default 2020-10-02 13:57:10 -04:00
doc runshell: Fix a edge case where rm errors were sent to stdout, which could confuse things parsing git-annex output. 2020-10-05 12:44:40 -04:00
Git
Limit split ProvidedInfo and UserProvidedInfo 2020-09-28 12:12:38 -04:00
Logs
Messages
P2P
Remote Parse youtube-dl progress output 2020-09-29 17:53:48 -04:00
RemoteDaemon
standalone runshell: Fix a edge case where rm errors were sent to stdout, which could confuse things parsing git-annex output. 2020-10-05 12:44:40 -04:00
static
templates
Test remove reapZombies 2020-09-25 11:50:38 -04:00
Types split ProvidedInfo and UserProvidedInfo 2020-09-28 12:12:38 -04:00
Upgrade add import 2020-09-29 13:51:51 -04:00
Utility Parse youtube-dl progress output 2020-09-29 17:53:48 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs remove reapZombies 2020-09-25 11:50:38 -04:00
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG runshell: Fix a edge case where rm errors were sent to stdout, which could confuse things parsing git-annex output. 2020-10-05 12:44:40 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal Enable building with git-annex benchmark by default 2020-10-02 13:57:10 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs import --no-content: Check annex.largefiles 2020-09-28 13:28:57 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml update to lts-16.16 2020-10-02 16:39:10 -04:00
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/>