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-20 14:00:53 -04:00
Annex reuse hashes of dotfiles/dirs/submodules when entering view 2018-05-14 15:35:20 -04:00
Assistant
Backend
Build fix build 2018-04-27 12:59:09 -04:00
CmdLine
Command Don't allow entering a view with staged or unstaged changes. 2018-05-14 16:51:06 -04:00
Config
Database
debian Refresh standalone-build 2018-05-20 14:00:28 -04:00
doc Added a comment: thoughts? 2018-05-20 17:41:29 +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
Remote
RemoteDaemon
standalone use proot to support Android 8 2018-05-08 13:55:10 -04:00
static
templates
Test
Types
Upgrade
Utility fix build with old http-client 2018-05-10 00:22:23 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
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
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/>