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
Joey Hess f4be3c3f89
merge changes made on other repos into ExportTree
Now when one repository has exported a tree, another repository can get
files from the export, after syncing.

There's a bug: While the database update works, somehow the database on
disk does not get updated, and so the database update is run the next
time, etc. Wasn't able to figure out why yet.

This commit was sponsored by Ole-Morten Duesund on Patreon.
2017-09-18 19:21:41 -04:00
Annex merge changes made on other repos into ExportTree 2017-09-18 19:21:41 -04:00
Assistant implement exporttree=yes configuration 2017-09-04 13:09:38 -04:00
Backend
Build
CmdLine
Command merge changes made on other repos into ExportTree 2017-09-18 19:21:41 -04:00
Config
Database merge changes made on other repos into ExportTree 2017-09-18 19:21:41 -04:00
debian
doc merge changes made on other repos into ExportTree 2017-09-18 19:21:41 -04:00
Git graft exported tree into git-annex branch 2017-08-31 18:06:49 -04:00
Limit
Logs cleanup imports 2017-09-13 12:53:19 -04:00
Messages
P2P
Remote merge changes made on other repos into ExportTree 2017-09-18 19:21:41 -04:00
RemoteDaemon
standalone
static
templates
Types add ExportTree table to export db 2017-09-18 13:59:59 -04:00
Upgrade
Utility fix build with old http-client 2017-09-13 15:35:42 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildInfo.hs
CHANGELOG webdav: Changed path used on webdav server for temporary files. 2017-09-15 15:52:31 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal add ExportTree table to export db 2017-09-18 13:59:59 -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
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/>