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-03-07 16:22:39 -04:00
Annex make sure that lockContentShared is always paired with an inAnnex check 2018-03-07 14:23:52 -04:00
Assistant
Backend Improve SHA*E extension extraction code 2018-03-05 11:25:01 -04:00
Build
CmdLine implemented git-annex-shell p2pstdio 2018-03-07 15:38:01 -04:00
Command implemented git-annex-shell p2pstdio 2018-03-07 15:38:01 -04:00
Config
Database
debian remove chrpath hack 2018-02-27 12:02:38 -04:00
doc wording 2018-03-07 16:22:39 -04:00
Git
Limit
Logs
Messages
P2P implemented git-annex-shell p2pstdio 2018-03-07 15:38:01 -04:00
Remote make sure that lockContentShared is always paired with an inAnnex check 2018-03-07 14:23:52 -04:00
RemoteDaemon add readonly mode to serve P2P protocol 2018-03-07 13:15:55 -04:00
standalone
static
templates
Test
Types annex.merge-annex-branches 2018-02-22 14:25:32 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore ignore generated file Build/SysConfig.hs 2018-02-28 11:58:53 -04:00
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG implemented git-annex-shell p2pstdio 2018-03-07 15:38:01 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal implemented git-annex-shell p2pstdio 2018-03-07 15:38:01 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile remove chrpath hack 2018-02-27 12:02:38 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-windows.yaml
stack.yaml
Test.hs Dial back optimisation when building on arm 2018-03-04 19:48:07 -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/>