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-09-13 12:53:19 -04:00
Annex fix compaction of export.log 2017-09-12 18:30:36 -04:00
Assistant implement exporttree=yes configuration 2017-09-04 13:09:38 -04:00
Backend
Build
CmdLine
Command trust level overridden message adjusted for forced untrusted export remotes 2017-09-13 12:08:46 -04:00
Config
Database fix consistency bug reading from export database 2017-09-06 17:19:07 -04:00
debian
doc comment 2017-09-13 12:34:45 -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 clear exportSupported for non-export remotes 2017-09-13 12:05:53 -04:00
RemoteDaemon
standalone
static
templates
Types export: cache connections for S3 and webdav 2017-09-12 16:59:04 -04:00
Upgrade
Utility deal with box.com horrible infinite redirect behavior 2017-09-12 15:13:42 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildInfo.hs
CHANGELOG webdav: Fix lack of url-escaping of filenames. 2017-09-12 15:45:03 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal track exported files in a sqlite database 2017-09-04 13:53:08 -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
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/>