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-07-10 16:32:33 -04:00
Annex Only look at reflogs for relevant branches, not for git-annex branches 2015-07-07 17:36:30 -04:00
Assistant assistant: Fix ANNEX_SHELL_DIR written to ~/.ssh/authorized_keys in local pairing to be the absolute path to the repository, not "." 2015-07-02 15:10:50 -04:00
Backend fsck: When checksumming a file fails due to a hardware fault, the file is now moved to the bad directory, and the fsck proceeds. Before, the fsck immediately failed. 2015-05-27 16:40:03 -04:00
Build fix formatting of git-annex(1) synopsis 2015-07-09 11:22:37 -04:00
CmdLine convert Whereis 2015-07-10 16:32:33 -04:00
Command convert Whereis 2015-07-10 16:32:33 -04:00
Common
Config
Database
debian doc updates 2015-07-10 13:49:37 -04:00
doc doc updates 2015-07-10 13:49:37 -04:00
Git Only look at reflogs for relevant branches, not for git-annex branches 2015-07-07 17:36:30 -04:00
Limit
Logs add test case that all standard group preferred content expressions parse 2015-06-17 13:44:19 -04:00
Messages info: Added json output for "backend usage", "numcopies stats", "repositories containing these files", and "transfers in progress". 2015-06-16 13:50:28 -04:00
Remote layout 2015-06-15 14:48:38 -04:00
RemoteDaemon
standalone module name changed 2015-07-03 12:57:22 -04:00
static
templates
Types convert version command, and make --raw work when not in a git repo 2015-07-10 13:49:46 -04:00
Upgrade
Utility generalize parseDuration so it can be used in the ReadM monad 2015-07-08 16:08:26 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs finished converting all the main options 2015-07-10 13:23:06 -04:00
Command.hs convert version command, and make --raw work when not in a git repo 2015-07-10 13:49:46 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs S3: Publically accessible buckets can be used without creds. 2015-06-05 16:23:35 -04:00
Crypto.hs
ghci
git-annex.cabal started converting to use optparse-applicative 2015-07-08 13:36:25 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs Added new "anything" preferred content expression, which matches all versions of all files. 2015-06-16 17:03:34 -04:00
Locations.hs optimise ObjectHashLower handling 2015-06-12 13:05:44 -04:00
Logs.hs
Makefile remove obsolete packages from android splice depends hack list 2015-07-03 12:48:08 -04:00
Messages.hs
NEWS
README
Remote.hs info: Added json output for "backend usage", "numcopies stats", "repositories containing these files", and "transfers in progress". 2015-06-16 13:50:28 -04:00
Setup.hs
Test.hs better method for running tasty's optparse as a subcommand 2015-07-08 00:39:19 -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/>