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-03-26 21:47:41 +00:00
Annex borg: Fix a bug that prevented importing keys of type URL and WORM 2021-03-26 12:07:00 -04:00
Assistant add git ls-tree --long parser 2021-03-23 12:47:00 -04:00
Backend
Build
CmdLine add git ls-tree --long parser 2021-03-23 12:47:00 -04:00
Command add git ls-tree --long parser 2021-03-23 12:47:00 -04:00
Config
Database
debian
doc Added a comment 2021-03-26 21:47:41 +00:00
Git Sped up git-annex init in a clone of an existing repository 2021-03-23 15:23:13 -04:00
Limit
Logs Fix build with attoparsec-0.14 2021-03-24 12:11:50 -04:00
Messages
P2P
Remote fix oops 2021-03-26 14:37:03 -04:00
RemoteDaemon
standalone
static
templates
Test
Types New annex.supportunlocked config 2021-03-23 14:04:34 -04:00
Upgrade speed up init 2021-03-23 15:43:42 -04:00
Utility Improved display of errors when accessing a git http remote fails. 2021-03-24 14:19:32 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG borg: Support importing files that are hard linked in the borg backup 2021-03-26 13:29:34 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal fix attoparsec lower bound 2021-03-24 11:54:16 -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 add git ls-tree --long parser 2021-03-23 12:47:00 -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/>