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
Joey Hess 7c88633121
improve error message
checkCanAdd can be called on annexed files too, when youtube-dl is in
use.
2017-11-30 15:00:53 -04:00
Annex check youtube-dl for --fast and --relaxed when adding new file 2017-11-30 14:57:20 -04:00
Assistant
Backend
Build
CmdLine
Command improve error message 2017-11-30 15:00:53 -04:00
Config
Database
debian
doc rethought --relaxed change 2017-11-30 14:13:20 -04:00
Git
Limit
Logs wip 2017-11-28 17:17:40 -04:00
Messages
P2P
Remote avoid warning when youtube-dl is not installed 2017-11-30 13:43:55 -04:00
RemoteDaemon
standalone
static
templates
Types rethought --relaxed change 2017-11-30 14:13:20 -04:00
Upgrade
Utility convert importfeed to youtube-dl 2017-11-29 17:30:02 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs convert importfeed to youtube-dl 2017-11-29 17:30:02 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildInfo.hs convert importfeed to youtube-dl 2017-11-29 17:30:02 -04:00
CHANGELOG rethought --relaxed change 2017-11-30 14:13:20 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal convert importfeed to youtube-dl 2017-11-29 17:30:02 -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-windows.yaml
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/>