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
2023-05-02 13:27:04 -04:00
Annex avoid annexFileMode special case 2023-04-27 15:58:37 -04:00
Assistant filter out control characters in all other Messages 2023-04-11 12:58:01 -04:00
Backend filter out control characters in all other Messages 2023-04-11 12:58:01 -04:00
Build
CmdLine json object for FileNotFound 2023-04-25 19:26:20 -04:00
Command back compat fix for info --json on unknown item 2023-05-01 12:05:21 -04:00
Config use status --ignore-submodules in configureSmudgeFilter 2022-12-20 16:02:42 -04:00
Database fix init .git/annex/ perms for core.sharedRepository 2023-04-26 16:14:21 -04:00
debian
doc forwarded git bug 2023-05-02 13:27:04 -04:00
Git Support core.sharedRepository=0xxx at long last 2023-04-26 17:03:29 -04:00
Limit
Logs rename Git.Filename to Git.Quote 2023-04-12 17:22:03 -04:00
Messages rename errorid to message-id 2023-04-26 12:53:30 -04:00
P2P filter out control characters in error messages 2023-04-10 13:50:51 -04:00
Remote avoid annexFileMode special case 2023-04-27 15:58:37 -04:00
RemoteDaemon
standalone
static
templates
Test
Types rename errorid to message-id 2023-04-26 12:53:30 -04:00
Upgrade filter out control characters in all other Messages 2023-04-11 12:58:01 -04:00
Utility initremote: Avoid creating a remote that is not encrypted when gpg is broken 2023-05-01 13:00:05 -04:00
.appveyor.yml
.codespellrc
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -04:00
Backend.hs filter out control characters in warning messages 2023-04-10 15:55:44 -04:00
bash-completion.bash bash completion fix 2018-11-12 13:23:05 -04:00
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG initremote: Avoid creating a remote that is not encrypted when gpg is broken 2023-05-01 13:00:05 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT general copyright year bump 2023-01-09 15:05:27 -04:00
Creds.hs filter out control characters in all other Messages 2023-04-11 12:58:01 -04:00
Crypto.hs
git-annex.cabal configremote 2023-04-18 15:30:49 -04:00
git-annex.hs sanitize control characters in main thread fatal exceptions 2023-04-12 14:21:53 -04:00
git-union-merge.hs
Git.hs
Key.hs convert Key to ShortByteString 2021-10-05 20:20:08 -04:00
Limit.hs
Logs.hs
Makefile clean up cabal.project.local~* 2023-04-11 13:18:31 -04:00
Messages.hs fix reversion in display of fatal exceptions 2023-05-01 12:25:14 -04:00
NEWS Fix ambigous typos 2023-03-17 15:14:47 -04:00
README improve description 2022-01-06 12:24:27 -04:00
Remote.hs filter out control characters in all other Messages 2023-04-11 12:58:01 -04:00
Setup.hs Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
stack.yaml
Test.hs rename Git.Filename to Git.Quote 2023-04-12 17:22:03 -04:00
Types.hs plumb VerifyConfig into retrieveKeyFile 2021-08-17 12:43:13 -04:00
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/>