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
2020-02-19 13:34:24 -04:00
Annex fix warning 2020-02-17 15:06:28 -04:00
Assistant sync --only-annex and annex.synconlyannex 2020-02-17 16:33:10 -04:00
Backend
Build
CmdLine initremote --describe-other-params 2020-01-20 16:05:51 -04:00
Command Bugfix: export --tracking (a deprecated option) set annex-annex-tracking-branch, instead of annex-tracking-branch. 2020-02-19 13:34:24 -04:00
Config separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
Database ifdef persistent-template 2.8.0 fixes 2020-02-04 13:53:00 -04:00
debian
doc clean up some very confusing language about non-special remotes 2020-02-19 13:01:20 -04:00
Git remove unused import 2020-02-19 13:13:13 -04:00
Limit
Logs annex.tune.branchhash1=true bugfix 2020-02-14 15:22:48 -04:00
Messages handle git-credential prompt in -J mode 2020-01-22 16:42:15 -04:00
P2P
Remote Avoid throwing fatal errors when asked to write to a readonly git remote on http 2020-02-14 14:38:13 -04:00
RemoteDaemon
standalone Display a warning when concurrency is enabled but ssh connection caching is not enabled or won't work due to a crippled filesystem 2020-01-23 12:35:46 -04:00
static
templates
Test
Types sync --only-annex and annex.synconlyannex 2020-02-17 16:33:10 -04:00
Upgrade annex.tune.branchhash1=true bugfix 2020-02-14 15:22:48 -04:00
Utility handle git-credential prompt in -J mode 2020-01-22 16:42:15 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Bugfix: export --tracking (a deprecated option) set annex-annex-tracking-branch, instead of annex-tracking-branch. 2020-02-19 13:34:24 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
COPYRIGHT 2020 2020-01-10 10:47:59 -04:00
Creds.hs ported Remote.External 2020-01-15 13:01:22 -04:00
Crypto.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
ghci
git-annex.cabal releasing package git-annex version 7.20200219 2020-02-19 12:45:30 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs fix Arbitrary AssociatedFile to not crash when LANG=C 2020-02-02 16:37:25 -04:00
Limit.hs
Logs.hs annex.tune.branchhash1=true bugfix 2020-02-14 15:22:48 -04:00
Makefile Makefile: Really move the fish completion to the vendor_completions.d directory. 2020-02-04 12:10:09 -04:00
Messages.hs handle git-credential prompt in -J mode 2020-01-22 16:42:15 -04:00
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml
Test.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -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/>