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
2019-01-29 13:42:32 -04:00
Annex typo 2019-01-24 00:10:16 -04:00
Assistant remove unused imports 2019-01-22 15:44:19 -04:00
Backend
Build remove unused import 2019-01-22 20:14:08 -04:00
CmdLine
Command explain why numcopies is not checked in performUnexport 2019-01-26 12:52:56 -04:00
Config
Database
debian
doc Merge branch 'master' of ssh://git-annex.branchable.com 2019-01-28 12:08:21 -04:00
Git
Limit
Logs avoid shadowing warning 2019-01-21 20:40:30 -04:00
Messages
P2P
Remote refactoring 2019-01-29 13:42:32 -04:00
RemoteDaemon
standalone
static
templates webapp: remove configurators for obsolste cloud storage services 2019-01-22 11:48:35 -04:00
Test
Types avoid Arbitrary generating excessivly long lists 2019-01-21 13:50:24 -04:00
Upgrade
Utility relocate gpg test framework temp dir to outside repo 2019-01-21 14:16:00 -04:00
.ghci avoid ghci warning on tabs 2019-01-21 12:35:44 -04:00
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG S3: Send a Content-Type header when storing objects in S3 2019-01-23 13:08:47 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs refactoring 2019-01-29 13:42:32 -04:00
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal refactor magic 2019-01-23 12:40:59 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs refactor magic 2019-01-23 12:40:59 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
Test.hs relocate gpg test framework temp dir to outside repo 2019-01-21 14:16:00 -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/>