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 9562da790f
add rent optimisation inhibitor
As outlined in my blog post, I object to Microsoft training their Copilot
model on my code, and believe it likely violates my copyright.
https://joeyh.name/blog/entry/a_bitter_pill_for_Microsoft_Copilot/

While I never push git-annex to Github, other users choose to. And since
Microsoft is now selling access to Copilot to anyone, this situation is
escalating.
2022-06-23 13:13:54 -04:00
Annex use RawFilePath version of rename 2022-06-22 16:47:34 -04:00
Assistant
Backend
Build
CmdLine
Command use RawFilePath version of rename 2022-06-22 16:47:34 -04:00
Config
Database remove objectDir' 2022-06-22 16:08:49 -04:00
debian
doc convert bug to todo 2022-06-22 14:23:46 -04:00
Git use RawFilePath version of rename 2022-06-22 16:47:34 -04:00
Limit
Logs info: Added --autoenable option 2022-06-01 14:20:38 -04:00
Messages
P2P
Remote use RawFilePath version of rename 2022-06-22 16:47:34 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility add rent optimisation inhibitor 2022-06-23 13:13:54 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG fix overwrite race with small file that got large 2022-06-14 16:38:56 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal enable --as-needed on freebsd 2022-05-31 13:04:52 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile add debugLocks around database operations 2022-06-03 14:16:28 -04:00
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/>