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 15d617f7e1
have setConcurrency stop any running git coprocesses
When non-concurrent git coprocesses have been started, setConcurrency
used to not stop them, and so could leak processes when enabling
concurrency, eg when forkState is called.

I do not think that ever actually happened, given where setConcurrency
is called. And it probably would only leak one of each process, since it
never downgrades from concurrent to non-concurrent.
2021-11-19 12:00:39 -04:00
Annex have setConcurrency stop any running git coprocesses 2021-11-19 12:00:39 -04:00
Assistant
Backend
Build
CmdLine add git-annex filter-process 2021-11-04 15:02:36 -04:00
Command importfeed: Display url before starting youtube-dl download 2021-11-17 13:23:55 -04:00
Config add filter.annex.process to bypassSmudgeConfig 2021-11-04 15:23:07 -04:00
Database
debian
doc have setConcurrency stop any running git coprocesses 2021-11-19 12:00:39 -04:00
Git dynamically disable filter-process in restagePointerFile when it would be slower 2021-11-08 16:20:34 -04:00
Limit
Logs
Messages
P2P factor out IncrementalHasher from IncrementalVerifier 2021-11-09 12:33:22 -04:00
Remote git-lfs gitlab interoperability fix 2021-11-10 13:51:11 -04:00
RemoteDaemon
standalone
static
templates
Test
Types have setConcurrency stop any running git coprocesses 2021-11-19 12:00:39 -04:00
Upgrade
Utility git-lfs gitlab interoperability fix 2021-11-10 13:51:11 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG importfeed: Display url before starting youtube-dl download 2021-11-17 13:23:55 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20211117 2021-11-17 12:20:29 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml update git-lfs version to match git-annex.cabal 2021-11-16 12:54:29 -04:00
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/>