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 399319ccbc
Avoid throwing fatal errors when asked to write to a readonly git remote on http
Test suite found one of them, looking for giveup turned up several more.
2020-02-14 14:38:13 -04:00
Annex annex.sshcaching warning improvement and allow overridding build time default 2020-02-14 14:21:03 -04:00
Assistant
Backend
Build
CmdLine
Command
Config
Database ifdef persistent-template 2.8.0 fixes 2020-02-04 13:53:00 -04:00
debian
doc Avoid throwing fatal errors when asked to write to a readonly git remote on http 2020-02-14 14:38:13 -04:00
Git
Limit
Logs
Messages
P2P
Remote Avoid throwing fatal errors when asked to write to a readonly git remote on http 2020-02-14 14:38:13 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Avoid throwing fatal errors when asked to write to a readonly git remote on http 2020-02-14 14:38:13 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 7.20200204 2020-02-04 14:33:03 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs fix Arbitrary AssociatedFile to not crash when LANG=C 2020-02-02 16:37:25 -04:00
Limit.hs
Logs.hs
Makefile Makefile: Really move the fish completion to the vendor_completions.d directory. 2020-02-04 12:10:09 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.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/>