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
mike@920d668f9cacd7a1a8886c180a95a0150e2ab283 a92892bb87
2020-04-02 00:22:34 +00: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 fsck: Fix reversion in 8.20200226 that made it incorrectly warn that hashed keys with an extension should be upgraded. 2020-03-20 13:09:16 -04:00
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 2020-04-02 00:22:34 +00:00
Git adjust: Propagate submodule changes back to original branch 2020-03-26 15:16:08 -04:00
Limit
Logs
Messages
P2P
Remote webdav: Made exporttree remotes faster by caching connection to the server 2020-03-20 12:48:43 -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 use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -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/>