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
ilovezfs cfd81b83a7
2018-05-30 06:08:11 +00:00
Annex reuse hashes of dotfiles/dirs/submodules when entering view 2018-05-14 15:35:20 -04:00
Assistant
Backend fix migration bug and make fsck warn 2018-05-23 14:07:51 -04:00
Build
CmdLine GIT_ANNEX_SHELL_APPENDONLY 2018-05-25 13:17:56 -04:00
Command setpresentkey: Added --batch support (for ronnypfa) 2018-05-27 14:56:14 -04:00
Config
Database
debian BF: deb standalone patch - force use of gzip compression 2018-05-23 11:48:29 -04:00
doc 2018-05-30 06:08:11 +00:00
Git Don't allow entering a view with staged or unstaged changes. 2018-05-14 16:51:06 -04:00
Limit
Logs
Messages
P2P GIT_ANNEX_SHELL_APPENDONLY 2018-05-25 13:17:56 -04:00
Remote
RemoteDaemon
standalone use proot to support Android 8 2018-05-08 13:55:10 -04:00
static
templates
Test
Types
Upgrade
Utility fix http-client gzip decompression bug 2018-05-21 15:10:25 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 6.20180529 2018-05-29 13:06:56 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 6.20180529 2018-05-29 13:06:56 -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-windows.yaml
stack.yaml
Test.hs rename BlobType and add submodule to it 2018-05-14 14:45:41 -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/>