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-04-07 15:35:17 -04:00
Annex
Assistant
Backend
Build fix build 2019-03-18 16:38:22 -04:00
CmdLine
Command import: Let --force overwrite symlinks, not only regular files 2019-03-18 16:40:15 -04:00
Config
Database
debian debian: fix for install-misc being renamed to install-desktop 2019-03-26 21:10:17 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2019-04-07 15:35:17 -04:00
Git fix test suite when git is too old to understand --allow-unrelated-histories 2019-03-22 13:49:22 -04:00
Limit
Logs
Messages
P2P minor typos 2019-03-27 11:15:20 -04:00
Remote fix back-compat with old git-annex 2019-03-22 12:27:41 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility fix build with older QuickCheck 2019-03-22 10:07:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 7.20190322 2019-03-22 13:57:17 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal improve error message 2019-03-22 12:23:59 -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-9.9.yaml
stack-windows.yaml
stack.yaml
Test.hs fix test suite when git is too old to understand --allow-unrelated-histories 2019-03-22 13:49: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/>