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
2020-03-16 13:03:56 +00:00
Annex Avoid converting .git file in a worktree or submodule to a symlink when the repository is not a git-annex repository. 2020-03-09 14:54:14 -04:00
Assistant
Backend
Build
CmdLine
Command fix problems with upgrade of local remotes 2020-03-09 16:49:28 -04:00
Config
Database
debian
doc 2020-03-16 13:03:56 +00:00
Git guard against unsafe git ls-files uses 2020-03-09 15:55:34 -04:00
Limit
Logs
Messages
P2P
Remote fix builds build 2020-03-10 13:50:46 -04:00
RemoteDaemon
standalone
static
templates
Test
Types GETCONFIG name fix 2020-03-09 12:38:04 -04:00
Upgrade Fix upgrade failure when a file has been deleted from the working tree 2020-03-09 16:59:18 -04:00
Utility fix windows build 2020-03-10 13:24:37 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 8.20200309 2020-03-09 17:08:16 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 8.20200309 2020-03-09 17:08:16 -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-lts-12.14.yaml
stack.yaml
Test.hs
Types.hs
Upgrade.hs fix problems with upgrade of local remotes 2020-03-09 16:49:28 -04:00

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/>