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
2015-03-23 15:43:45 -04:00
Annex Added a post-update-annex hook, which is run after the git-annex branch is updated. Needed for git update-server-info. 2015-03-20 14:52:58 -04:00
Assistant
Backend
Build move build man pages to man/ from top dir 2015-03-23 15:43:45 -04:00
CmdLine checkpresentkey: New plumbing command to check if a key can be verified to be present on a remote. 2015-03-20 11:44:46 -04:00
Command splitting up the man page 2015-03-23 15:36:10 -04:00
Common
Config
Database
debian migrate: --force will force migration of keys already using the destination backend. Useful in rare cases. 2015-03-23 12:11:16 -04:00
doc splitting up the man page 2015-03-23 15:36:10 -04:00
Git
Limit
Logs
Messages
Remote remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before. 2015-03-16 15:28:29 -04:00
RemoteDaemon remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before. 2015-03-16 15:28:29 -04:00
standalone run cabal update before trying to install build deps 2015-03-19 15:55:21 -04:00
static
templates
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore move build man pages to man/ from top dir 2015-03-23 15:43:45 -04:00
.mailmap
Annex.hs
Assistant.hs fix windows build 2015-03-16 13:22:27 -04:00
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2015-03-17 13:03:31 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile move build man pages to man/ from top dir 2015-03-23 15:43:45 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs
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/>