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
Joey Hess 4b9da9fd56
remove misleading para
moving journal-private to journal risks losing other lines from the log
files
2021-04-23 16:01:12 -04:00
Annex implement annex.privateremote and remote.name.private configs 2021-04-23 14:21:57 -04:00
Assistant
Backend
Build
CmdLine make remoteKeyToRemoteName safer 2021-04-23 13:29:21 -04:00
Command initremote --private 2021-04-23 14:47:46 -04:00
Config
Database
debian
doc remove misleading para 2021-04-23 16:01:12 -04:00
Git implement annex.privateremote and remote.name.private configs 2021-04-23 14:21:57 -04:00
Limit
Logs fix build after merge 2021-04-23 13:26:10 -04:00
Messages
P2P
Remote make remoteKeyToRemoteName safer 2021-04-23 13:29:21 -04:00
RemoteDaemon
standalone
static
templates
Test
Types implement annex.privateremote and remote.name.private configs 2021-04-23 14:21:57 -04:00
Upgrade start implementing hidden git-annex repositories 2021-04-20 15:04:53 -04:00
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG initremote --private 2021-04-23 14:47:46 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs windows needs to die 2021-04-23 00:38:18 -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/>