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 6e3c9bea2e
drain transferrer read handle when shutting it down
Fixes updating git index file after getting an unlocked file when
annex.stalldetection is set.

The transferrer may want to send additional protocol messages when it's
shut down. Closing the read handle prevented it from doing that, and caused
it to crash rather than cleanly shutting down.

Draining the handle without processing the protocol seemed ok to do,
because anything it outputs is going to be some side message displayed
at shutdown. Displaying those once per transferrer process that is running
seems unncessary.

Sponsored-by: Dartmouth College's DANDI project
2022-09-22 14:39:39 -04:00
Annex drain transferrer read handle when shutting it down 2022-09-22 14:39:39 -04:00
Assistant
Backend
Build fix build 2022-09-05 13:20:23 -04:00
CmdLine Improved handling of --time-limit when combined with -J 2022-09-22 12:54:52 -04:00
Command vicfg: Include mincopies configuration 2022-09-15 15:11:59 -04:00
Config
Database
debian
doc drain transferrer read handle when shutting it down 2022-09-22 14:39:39 -04:00
Git skip checkRepoConfigInaccessible when git directory specified explicitly 2022-09-20 14:52:43 -04:00
Limit
Logs
Messages
P2P
Remote try retrieval from more than one export location when the first fails 2022-09-20 13:33:57 -04:00
RemoteDaemon
standalone
static
templates
Test
Types annex.diskreserve default increased from 1 mb to 100 mb 2022-09-21 15:00:13 -04:00
Upgrade
Utility deal with ignoreinode config setting 2022-09-16 14:11:25 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs Improved handling of --time-limit when combined with -J 2022-09-22 12:54:52 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG drain transferrer read handle when shutting it down 2022-09-22 14:39:39 -04:00
CmdLine.hs
Command.hs avoid redundant prompt for http password in git-annex get that does autoinit 2022-09-09 14:43:43 -04:00
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs use getSymbolicLinkStatus not getFileStatus to avoid crash on broken symlink 2022-09-05 13:46:32 -04:00
Key.hs
Limit.hs use getSymbolicLinkStatus not getFileStatus to avoid crash on broken symlink 2022-09-05 13:46:32 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs
Types.hs
Upgrade.hs

git-annex allows managing large files with git, without storing the file
contents in git. It can sync, backup, and archive your data, offline
and online. Checksums and encryption keep your data safe and secure. Bring
the power and distributed nature of git to bear on your large files with
git-annex.

For documentation, see doc/ or <https://git-annex.branchable.com/>