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
2017-10-04 10:56:19 -04:00
Annex fix process and FD leak 2017-09-29 22:36:08 -04:00
Assistant assistant: update export db after mergeing git-annex branch changes 2017-09-20 16:34:29 -04:00
Backend
Build
CmdLine improve type 2017-08-31 12:47:08 -04:00
Command copy, move: Behave same with --fast when sending to remotes located on a local disk as when sending to other remotes. 2017-09-29 16:30:43 -04:00
Config
Database fix build with old version of persistent 2017-09-25 09:57:41 -04:00
debian
doc 2017-10-04 01:56:22 +00:00
Git sync: Added --cleanup, which removes local and remote synced/ branches. 2017-09-28 14:58:48 -04:00
Limit
Logs remove redundant definition of lck 2017-10-03 13:23:10 -04:00
Messages
P2P
Remote fix process and FD leak 2017-09-29 22:36:08 -04:00
RemoteDaemon
standalone
static
templates
Types metadata: Added --remove-all. 2017-09-28 12:36:10 -04:00
Upgrade
Utility remove redundant pattern match 2017-09-24 16:17:58 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs add exporter thread to assistant 2017-09-20 15:29:13 -04:00
Backend.hs
bash-completion.bash
build.bat
BuildInfo.hs
CHANGELOG releasing package git-annex version 6.20171003 2017-10-03 13:18:47 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs configuration and docs for tracking exports 2017-09-19 13:05:43 -04:00
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 6.20171003 2017-10-03 13:18:47 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs implement export.log and resolve export conflicts 2017-08-31 15:47:23 -04:00
Makefile /dev/null stderr when generating completions 2017-09-14 13:10:45 -04:00
Messages.hs
NEWS
README
Remote.hs prevent exporttree=yes on remotes that don't support exports 2017-09-07 13:48:44 -04:00
Setup.hs
stack.yaml
Test.hs fix process and FD leak 2017-09-29 22:36:08 -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/>