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-08-12 20:15:02 +00:00
Annex fix unused module import warnings when building on windows 2019-08-08 12:18:53 -04:00
Assistant
Backend storing objects in git-lfs is working 2019-08-02 13:56:55 -04:00
Build fix unused module import warnings when building on windows 2019-08-08 12:18:53 -04:00
CmdLine
Command git-annex merge branch 2019-08-09 13:21:15 -04:00
Config
Database
debian
doc Added a comment 2019-08-12 20:15:02 +00:00
Git Fix querying git for object type when operating on a file containing newlines 2019-08-07 13:35:42 -04:00
Limit
Logs
Messages
P2P
Remote avoid rsync failing with a permissions error 2019-08-09 15:26:58 -04:00
RemoteDaemon
standalone
static
templates
Test make test_export_import work on adjusted branch 2019-08-09 14:00:22 -04:00
Types
Upgrade
Utility fix display of http exceptions 2019-08-10 11:09:25 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG git-annex merge branch 2019-08-09 13:21:15 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal remove trailing comma 2019-08-08 11:58:38 -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
Setup.hs
stack-lts-12.14.yaml
stack.yaml Build with silently-1.2.5.1 on Windows; the old one used "NUL" which is not supported with recent versions of ghc. 2019-08-07 17:42:16 -04:00
Test.hs make test_export_import work on adjusted branch 2019-08-09 14:00:22 -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/>