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-02-15 13:55:06 -04:00
Annex correct spelling mistakes 2017-02-12 17:30:23 -04:00
Assistant include problem PairData in error message 2017-02-13 15:54:28 -04:00
Backend
Build fix OSX build 2017-02-13 12:41:28 -04:00
CmdLine
Command forgot to compile last commit; fix mistakes 2017-02-15 13:55:06 -04:00
Config
Database Work around sqlite's incorrect handling of umask when creating databases. 2017-02-13 17:39:16 -04:00
debian
doc Merge branch 'master' of ssh://git-annex.branchable.com 2017-02-14 17:42:25 -04:00
Git
Limit
Logs
Messages
P2P
Remote S3: Fix check of uuid file stored in bucket, which was not working. 2017-02-13 15:35:24 -04:00
RemoteDaemon
standalone correct spelling mistakes 2017-02-12 17:30:23 -04:00
static
templates
Types add SetupStage parameter to RemoteType.setup 2017-02-07 14:55:58 -04:00
Upgrade
Utility Work around sqlite's incorrect handling of umask when creating databases. 2017-02-13 17:39:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG sync, merge: Fail when the current branch has no commits yet, instead of not merging in anything from remotes and appearing to succeed. 2017-02-14 16:09:55 -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.20170214 2017-02-14 14:56:11 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Limit.hs
Logs.hs
Makefile avoid OSX build failure when there are no rpaths to remove 2017-02-14 11:44:52 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs correct spelling mistakes 2017-02-12 17:30:23 -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/>