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
2019-04-19 15:20:55 -04:00
Annex sync: When listing contents on an import remote fails, proceed with other syncing instead of aborting 2019-04-10 17:02:56 -04:00
Assistant
Backend
Build
CmdLine added renameremote command 2019-04-15 13:49:03 -04:00
Command prevent renaming to name already in use 2019-04-16 12:23:46 -04:00
Config
Database remove wrong uniqueness constraint from ContentIdentifier db 2019-04-09 19:58:24 -04:00
debian
doc devblog 2019-04-19 15:20:55 -04:00
Git
Limit
Logs
Messages
P2P
Remote fix storeExportWithContentIdentifier 2019-04-09 19:15:20 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG added renameremote command 2019-04-15 13:49:03 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal added renameremote command 2019-04-15 13:49:03 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
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/>