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 b03d77c211
add ExportTree table to export db
New table needed to look up what filenames are used in the currently
exported tree, for reasons explained in export.mdwn.

Also, added smart constructors for ExportLocation and ExportDirectory to
make sure they contain filepaths with the right direction slashes.

And some code refactoring.

This commit was sponsored by Francois Marier on Patreon.
2017-09-18 13:59:59 -04:00
Annex add ExportTree table to export db 2017-09-18 13:59:59 -04:00
Assistant implement exporttree=yes configuration 2017-09-04 13:09:38 -04:00
Backend
Build
CmdLine improve type 2017-08-31 12:47:08 -04:00
Command add ExportTree table to export db 2017-09-18 13:59:59 -04:00
Config
Database add ExportTree table to export db 2017-09-18 13:59:59 -04:00
debian
doc add ExportTree table to export db 2017-09-18 13:59:59 -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 add ExportTree table to export db 2017-09-18 13:59:59 -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/>