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-25 12:10:49 -04: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 fix migration bug and make fsck warn 2018-05-23 14:07:51 -04:00
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 fix migration bug and make fsck warn 2018-05-23 14:07:51 -04:00
Config
Database
debian BF: deb standalone patch - force use of gzip compression 2018-05-23 11:48:29 -04:00
doc 2018 update 2018-05-23 15:44:29 -04: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 Fix mangling of --json output of utf-8 characters when not running in a utf-8 locale 2018-04-16 16:21:21 -04:00
P2P squash -Wsimplifiable-class-constraints warnings 2018-04-22 13:42:21 -04:00
Remote Fix mangling of --json output of utf-8 characters when not running in a utf-8 locale 2018-04-16 16:21:21 -04:00
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 reorder 2018-05-25 12:10:49 -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 Fix mangling of --json output of utf-8 characters when not running in a utf-8 locale 2018-04-16 16:21:21 -04:00
Limit.hs finish fixing inverted Ord for TrustLevel 2018-04-13 15:17:54 -04:00
Logs.hs
Makefile android: try harder to force PIE for android 5+ 2018-04-16 17:30:21 -04:00
Messages.hs
NEWS
README
Remote.hs Fix mangling of --json output of utf-8 characters when not running in a utf-8 locale 2018-04-16 16:21:21 -04:00
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/>