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-07-05 12:17:55 -04:00
Annex add pointer to annex.security.allowed-url-schemes 2021-07-02 10:53:45 -04:00
Assistant assistant: Avoid unncessary git repository repair 2021-06-30 18:00:16 -04:00
Backend
Build fix build on windows 2021-07-01 12:52:33 -04:00
CmdLine --size-limit exit 101 2021-06-04 16:43:47 -04:00
Command addurl, importfeed: Added --no-raw option 2021-06-27 11:14:51 -04:00
Config
Database verify associated files when checking numcopies 2021-06-15 11:14:52 -04:00
debian
doc comment 2021-07-05 12:17:55 -04:00
Git assistant: Avoid unncessary git repository repair 2021-06-30 18:00:16 -04:00
Limit fix longstanding indeterminite preferred content for duplicated file problem 2021-05-24 14:07:05 -04:00
Logs factor out pure code 2021-06-30 16:42:08 -04:00
Messages avoid using temp file size when deciding whether to retry failed transfer 2021-06-25 12:04:23 -04:00
P2P
Remote Improve display of errors when transfers fail 2021-06-25 13:17:04 -04:00
RemoteDaemon
standalone
static
templates
Test
Types Added annex.freezecontent-command and annex.thawcontent-command configs 2021-06-21 14:40:52 -04:00
Upgrade scanAnnexedFiles in smudge --update 2021-06-08 11:37:47 -04:00
Utility add pointer to annex.security.allowed-url-schemes 2021-07-02 10:53:45 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
BuildFlags.hs
BuildInfo.hs
CHANGELOG assistant: Avoid unncessary git repository repair 2021-06-30 18:00:16 -04:00
CmdLine.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210630 2021-06-30 11:48:33 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs New matching options --excludesamecontent and --includesamecontent 2021-05-25 13:08:18 -04:00
Logs.hs
Makefile remove TAGS target 2021-07-02 14:38:28 -04:00
Messages.hs clear progress bar before displaying messages 2021-06-15 20:51:40 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs Added annex.freezecontent-command and annex.thawcontent-command configs 2021-06-21 14:40:52 -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/>