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-06-28 15:00:21 -04:00
Annex dropping unused marks as dead 2021-06-25 15:22:26 -04:00
Assistant
Backend
Build avoid using cp --reflink=auto on windows 2021-06-28 12:51:40 -04:00
CmdLine
Command addurl, importfeed: Added --no-raw option 2021-06-27 11:14:51 -04:00
Config
Database
debian
doc some analysis 2021-06-28 15:00:21 -04:00
Git
Limit
Logs
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
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG addurl, importfeed: Added --no-raw option 2021-06-27 11:14:51 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
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 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/>