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 14:32:57 +00:00
Annex fix compaction of export.log 2017-09-12 18:30:36 -04:00
Assistant
Backend
Build
CmdLine
Command remove debug print 2017-09-12 17:00:39 -04:00
Config
Database fix consistency bug reading from export database 2017-09-06 17:19:07 -04:00
debian
doc Added a comment 2017-09-13 14:32:57 +00:00
Git
Limit
Logs fix compaction of export.log 2017-09-12 18:30:36 -04:00
Messages
P2P
Remote export: cache connections for S3 and webdav 2017-09-12 16:59:04 -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
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/>