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-09-12 15:20:21 +00:00
Annex resolvemerge: Improve cleanup of cruft left in the working tree by a conflicted merge 2020-09-07 16:50:27 -04:00
Assistant Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
Backend types for async protocol extension 2020-08-12 12:04:12 -04:00
Build fix build failure on i386-ancient 2020-08-10 16:49:09 -04:00
CmdLine avoid using MonadFail in ParseDuration 2020-08-15 15:53:35 -04:00
Command refactor 2020-09-07 13:26:16 -04:00
Config
Database
debian
doc Added a comment: updating the standalone distribution to 8.20200908 2020-09-12 15:20:21 +00:00
Git update comments 2020-09-07 13:03:51 -04:00
Limit
Logs importfeed: stream metadata for 5% speedup 2020-07-14 14:35:26 -04:00
Messages
P2P avoid failure to lock content of removed file causing drop etc to fail 2020-07-25 11:59:33 -04:00
Remote Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
RemoteDaemon
standalone Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
static
templates
Test external backends wip 2020-07-29 15:23:18 -04:00
Types sync, assistant: When merge.directoryRenames is not set, default it it to "false" 2020-09-07 13:50:58 -04:00
Upgrade external backends wip 2020-07-29 15:23:18 -04:00
Utility avoid failure when gpgconf is not in path 2020-09-08 12:21:24 -04:00
.ghci
.gitattributes
.gitignore stack.yaml: Updated to lts-16.10 2020-08-24 14:11:37 -04:00
.mailmap
Annex.hs
Assistant.hs
Backend.hs external backends wip 2020-07-29 15:23:18 -04:00
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
BuildInfo.hs
CHANGELOG releasing package git-annex version 8.20200908 2020-09-08 14:20:47 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT update 2020-07-20 14:27:14 -04:00
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20200908 2020-09-08 14:20:47 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs external backends wip 2020-07-29 15:23:18 -04:00
Logs.hs
Makefile fix osxapp build issue 2020-08-10 18:41:02 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
Test.hs fix reversion in skipping deleted files 2020-07-19 21:25:01 -04:00
Types.hs
Upgrade.hs add gitAnnexChildProcess and use instead of incorrect use of runsGitAnnexChildProcess 2020-08-25 14:57:49 -04:00

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/>