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-14 12:23:57 -04:00
Annex fix init reversion when core.sharedRepository = group 2021-07-12 10:15:49 -04:00
Assistant addistant: honor annex.delayadd for non-large files 2021-07-13 12:17:00 -04:00
Backend
Build update for OSX catalina build 2021-07-14 12:22:34 -04:00
CmdLine
Command addurl: Avoid crashing when used on beegfs. 2021-07-05 13:02:40 -04:00
Config
Database verify associated files when checking numcopies 2021-06-15 11:14:52 -04:00
debian
doc add news item for git-annex 8.20210714 2021-07-14 12:23:57 -04:00
Git assistant: Avoid unncessary git repository repair 2021-06-30 18:00:16 -04:00
Limit
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
Utility addurl: Avoid crashing when used on beegfs. 2021-07-05 13:02:40 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 8.20210714 2021-07-14 12:23:24 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210714 2021-07-14 12:23:24 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile remove TAGS target 2021-07-02 14:38:28 -04:00
Messages.hs --debug output goes to stderr again, not stdout 2021-07-12 09:40:38 -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/>