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-04-05 18:35:34 -04:00
Annex use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -04:00
Assistant use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -04:00
Backend
Build fix cleanup of old rpms 2020-03-30 15:17:25 -04:00
CmdLine
Command remove unused import 2020-03-30 16:07:10 -04:00
Config use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -04:00
Database
debian
doc update 2020-04-05 18:35:34 -04:00
Git adjust: Propagate submodule changes back to original branch 2020-03-26 15:16:08 -04:00
Limit
Logs
Messages
P2P
Remote adb: Better messages when the adb command is not installed 2020-04-02 10:48:28 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility remove unused imports 2020-03-30 12:11:52 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG adb: Better messages when the adb command is not installed 2020-04-02 10:48:28 -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.20200330 2020-03-30 13:46:24 -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 minimize lenth of path to gpg agent socket 2020-03-26 13:04:24 -04:00
Types.hs
Upgrade.hs use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -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/>