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
2017-01-03 11:13:32 +00:00
Annex
Assistant improve description of password prompting 2016-12-28 16:07:49 -04:00
Backend
Build fix build 2016-12-28 14:31:43 -04:00
CmdLine Merge branch 'master' into no-xmpp 2016-12-24 15:01:55 -04:00
Command refactor 2016-12-30 12:31:17 -04:00
Config
Database work around ghc segfault 2016-12-30 18:14:19 -04:00
debian Merge branch 'master' into no-xmpp 2016-12-24 15:01:55 -04:00
doc Added a comment: The version command reports 6.20161231-gc8eeb17da 2017-01-03 11:13:32 +00:00
Git
Limit
Logs
Messages
P2P fix build on windows 2016-12-30 12:31:51 -04:00
Remote
RemoteDaemon refactor 2016-12-30 12:31:17 -04:00
standalone Merge branch 'master' into no-xmpp 2016-12-24 15:01:55 -04:00
static
templates improve description of password prompting 2016-12-28 16:07:49 -04:00
Types
Upgrade
Utility work around ghc segfault 2016-12-30 18:14:19 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG releasing package git-annex version 6.20170101 2016-12-31 23:59:56 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT copyright year update 2016-12-24 15:17:37 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 6.20170101 2016-12-31 23:59:56 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Limit.hs
Logs.hs
Makefile Merge branch 'master' into no-xmpp 2016-12-24 15:01:55 -04:00
Messages.hs
NEWS releasing package git-annex version 6.20170101 2016-12-31 23:59:56 -04:00
README
Remote.hs a few last changes post xmpp removal 2016-12-28 12:29:21 -04:00
Setup.hs
stack.yaml
Test.hs
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/>