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 91f0f76252
need to write a tip
deferred because a tip that is limited to the directory special remote
is not very interesting to most
2019-03-11 14:30:05 -04:00
Annex record only subtree in export db and log after importing a subtree 2019-03-11 13:45:01 -04:00
Assistant --no-push and remote.name.annex-push prevent exporting trees to special remotes 2019-03-09 13:21:49 -04:00
Backend
Build
CmdLine
Command avoid sync --content trying to sendKey to exporttree remotes 2019-03-11 14:09:46 -04:00
Config
Database fix export db locking deadlock 2019-03-07 16:06:02 -04:00
debian
doc need to write a tip 2019-03-11 14:30:05 -04:00
Git make export and sync update special remote tracking branch 2019-03-01 16:35:48 -04:00
Limit
Logs implement updating the ContentIdentifier db with info from the git-annex branch 2019-03-06 18:04:30 -04:00
Messages
P2P
Remote better indicate when special remotes do not support renameExport 2019-03-11 12:53:24 -04:00
RemoteDaemon
standalone
static
templates
Test
Types fix name of annex-tracking-branch config 2019-03-11 13:56:59 -04:00
Upgrade
Utility fix failing test case 2019-03-06 14:27:15 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs import command is updating tracking branch 2019-02-26 13:15:48 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG update changelog 2019-03-11 14:17:49 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs concurrency and status messages when downloading from import 2019-03-08 12:33:44 -04:00
COPYRIGHT refactor RemoteTrackingBranch 2019-03-01 14:47:56 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal refactor RemoteTrackingBranch 2019-03-01 14:47:56 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs refactor 2019-03-06 17:54:29 -04:00
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml aws-0.21.1 2019-02-24 12:45:09 -04:00
Test.hs add export+import test case 2019-03-06 16:49:33 -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/>