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
2018-05-22 20:54:13 +00:00
Annex reuse hashes of dotfiles/dirs/submodules when entering view 2018-05-14 15:35:20 -04:00
Assistant fix path to termux boot file 2018-04-25 17:51:50 -04:00
Backend
Build fix build 2018-04-27 12:59:09 -04:00
CmdLine avoid --all buffering list of all keys 2018-04-26 16:00:20 -04:00
Command remove the older move --force, which never behaved as documented and seems useless 2018-05-21 13:21:19 -04:00
Config
Database
debian Refresh standalone-build 2018-05-20 14:00:28 -04:00
doc Added a comment 2018-05-22 20:54:13 +00:00
Git Don't allow entering a view with staged or unstaged changes. 2018-05-14 16:51:06 -04:00
Limit
Logs avoid git annex info remote buffering list of keys 2018-04-26 16:13:05 -04:00
Messages
P2P squash -Wsimplifiable-class-constraints warnings 2018-04-22 13:42:21 -04:00
Remote
RemoteDaemon
standalone use proot to support Android 8 2018-05-08 13:55:10 -04:00
static
templates
Test
Types avoid insertWith' depreaction warning 2018-04-22 13:28:31 -04:00
Upgrade
Utility fix http-client gzip decompression bug 2018-05-21 15:10:25 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs avoid insertWith' depreaction warning 2018-04-22 13:28:31 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG fix http-client gzip decompression bug 2018-05-21 15:10:25 -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.20180509 2018-05-09 16:20:43 -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/>