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-17 18:06:40 +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 fix build with cryptonite-0.20 2018-03-15 11:16:00 -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 Don't allow entering a view with staged or unstaged changes. 2018-05-14 16:51:06 -04:00
Config
Database
debian Use http-conduit for url downloads by default, annex.web-options enables curl 2018-04-06 17:36:20 -04:00
doc update: git repo now available. the previous paste expired, sorry about that. 2018-05-17 18:06:40 +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 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 move protocol version stuff to the Net free monad 2018-03-12 15:20:51 -04:00
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 build with old http-client 2018-05-10 00:22:23 -04:00
.ghci
.gitattributes
.gitignore ignore generated file Build/SysConfig.hs 2018-02-28 11:58:53 -04:00
.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 Don't allow entering a view with staged or unstaged changes. 2018-05-14 16:51:06 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT Added adb special remote which allows exporting files to Android devices. 2018-03-27 14:54:41 -04:00
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 wording 2018-03-09 13:56:21 -04:00
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/>