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 976676a7b0
S3: Fix check of uuid file stored in bucket, which was not working.
The check was broken in two ways.. First, nowhere did it error out when
checkUUIDFile found a different UUID already in the file. Instead,
it overwrote the uuid file.

And, checkUUIDFile's implementation was for some reason always failing with
a ConnectionClosed exception. Apparently something to do with using two
different runResourceT's and a response getting GCed inbetween. I'm pretty
sure that used to work, but changed to a more obviously correct
implementation.

This commit was sponsored by Peter Hogg on Patreon.
2017-02-13 15:35:24 -04:00
Annex correct spelling mistakes 2017-02-12 17:30:23 -04:00
Assistant Make import --deduplicate and --skip-duplicates only hash once, not twice 2017-02-09 15:32:22 -04:00
Backend
Build fix OSX build 2017-02-13 12:41:28 -04:00
CmdLine
Command correct spelling mistakes 2017-02-12 17:30:23 -04:00
Config annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Database
debian
doc comment 2017-02-13 14:54:13 -04:00
Git
Limit
Logs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Messages
P2P
Remote S3: Fix check of uuid file stored in bucket, which was not working. 2017-02-13 15:35:24 -04:00
RemoteDaemon
standalone correct spelling mistakes 2017-02-12 17:30:23 -04:00
static
templates
Types add SetupStage parameter to RemoteType.setup 2017-02-07 14:55:58 -04:00
Upgrade
Utility correct spelling mistakes 2017-02-12 17:30:23 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG S3: Fix check of uuid file stored in bucket, which was not working. 2017-02-13 15:35:24 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Limit.hs
Logs.hs
Makefile Added git template directory to Linux standalone tarball and OSX app bundle. 2017-02-10 13:55:54 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs correct spelling mistakes 2017-02-12 17:30:23 -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/>