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-10-29 15:40:52 -04:00
Annex don't probe support for git-annex smudge --update 2018-10-26 14:37:43 -04:00
Assistant make sync update adjusted branch to hide/unhide 2018-10-20 14:22:28 -04:00
Backend
Build
CmdLine
Command remove CHECKURL-MULTI single url response special case 2018-10-29 14:52:12 -04:00
Config
Database
debian
doc response 2018-10-29 15:40:52 -04:00
Git
Limit
Logs defer updating unlocked files until after smudge filter 2018-10-25 15:08:20 -04:00
Messages
P2P simplify 2018-10-22 15:54:12 -04:00
Remote remove CHECKURL-MULTI single url response special case 2018-10-29 14:52:12 -04:00
RemoteDaemon instrument P2P --debug with connection and thread info 2018-10-22 15:52:11 -04:00
standalone
static
templates
Test v7 2018-10-25 18:24:23 -04:00
Types v7 2018-10-25 18:24:23 -04:00
Upgrade v7 2018-10-25 18:24:23 -04:00
Utility v7 2018-10-25 18:24:23 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG remove CHECKURL-MULTI single url response special case 2018-10-29 14:52:12 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal v7 2018-10-25 18:24:23 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS update for v7 2018-10-26 14:20:05 -04:00
README
Remote.hs
Setup.hs
stack-windows.yaml
stack.yaml
Test.hs v7 2018-10-25 18:24:23 -04:00
Types.hs
Upgrade.hs fix upgrade of more than 1 version at a time 2018-10-26 14:31:13 -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/>