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 9f1577f746 remove unused backend machinery
The only remaining vestiage of backends is different types of keys. These
are still called "backends", mostly to avoid needing to change user interface
and configuration. But everything to do with storing keys in different
backends was gone; instead different types of remotes are used.

In the refactoring, lots of code was moved out of odd corners like
Backend.File, to closer to where it's used, like Command.Drop and
Command.Fsck. Quite a lot of dead code was removed. Several data structures
became simpler, which may result in better runtime efficiency. There should
be no user-visible changes.
2011-07-05 19:57:46 -04:00
Backend remove unused backend machinery 2011-07-05 19:57:46 -04:00
Command remove unused backend machinery 2011-07-05 19:57:46 -04:00
debian releasing version 3.20110705 2011-07-05 15:21:38 -04:00
doc add news item for git-annex 3.20110705 2011-07-05 15:22:12 -04:00
Git rename GitUnionMerge to Git.UnionMerge 2011-06-30 13:32:47 -04:00
Remote remove unused backend machinery 2011-07-05 19:57:46 -04:00
Types remove unused backend machinery 2011-07-05 19:57:46 -04:00
Upgrade remove unused backend machinery 2011-07-05 19:57:46 -04:00
.gitattributes decruft 2011-06-22 18:56:08 -04:00
.gitignore cabal can now be used to build git-annex. 2011-06-30 14:55:03 -04:00
Annex.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
AnnexQueue.hs rename GitQueue to Git.Queue 2011-06-30 13:25:37 -04:00
Backend.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
Base64.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
Branch.hs fork a process to feed git hash-object 2011-07-05 13:26:59 -04:00
CHANGELOG symlinks 2010-10-27 15:14:59 -04:00
CmdLine.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
Command.hs better display of thrown errors 2011-07-05 14:58:33 -04:00
Config.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
configure.hs cabal sdist: plan C 2011-07-02 14:58:01 -04:00
Content.hs add web special remote 2011-07-01 15:30:42 -04:00
CopyFile.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Crypto.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
DataUnits.hs tweak 2011-03-26 15:10:12 -04:00
Dot.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
git-annex-shell.hs tweak 2011-06-30 13:22:10 -04:00
git-annex.cabal releasing version 3.20110705 2011-07-05 15:21:38 -04:00
git-annex.hs renamed GitRepo to Git 2011-06-30 13:21:39 -04:00
git-union-merge.hs rename GitUnionMerge to Git.UnionMerge 2011-06-30 13:32:47 -04:00
Git.hs rename GitUnionMerge to Git.UnionMerge 2011-06-30 13:32:47 -04:00
GitAnnex.hs add the addurl command 2011-07-01 17:15:46 -04:00
GPL symlinks 2010-10-27 15:14:59 -04:00
INSTALL symlinks 2010-10-27 15:14:59 -04:00
LocationLog.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
Locations.hs add hashing to web log files 2011-07-01 17:23:01 -04:00
Makefile fix sdist to include symlinks, without which it doesn't build 2011-07-02 17:10:43 -04:00
mdwn2man mwdn2man: Fix a bug in newline supression. Closes: #606578 2010-12-10 17:27:02 -04:00
Messages.hs better display of thrown errors 2011-07-05 14:58:33 -04:00
Options.hs clarify 2011-05-22 19:07:20 -04:00
PresenceLog.hs add the addurl command 2011-07-01 17:15:46 -04:00
README add README 2011-05-13 19:20:54 -04:00
Remote.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
RsyncFile.hs Add --debug option. Closes: #627499 2011-05-21 11:52:13 -04:00
Setup.hs cabal can now be used to build git-annex. 2011-06-30 14:55:03 -04:00
Ssh.hs renamed GitRepo to Git 2011-06-30 13:21:39 -04:00
StatFS.hsc kFreeBSD support 2011-03-23 13:10:20 -04:00
test.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
TestConfig.hs refactor 2011-04-08 00:18:09 -04:00
Touch.hsc found a few places I can use newtype 2011-05-21 11:07:08 -04:00
Trust.hs cache the trustmap 2011-06-23 21:25:39 -04:00
Types.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Upgrade.hs improve version checking for v3 2011-06-22 18:07:45 -04:00
Utility.hs use a more specific type for executeFile 2011-07-04 19:54:46 -04:00
UUID.hs add web special remote 2011-07-01 15:30:42 -04:00
Version.hs renamed GitRepo to Git 2011-06-30 13:21:39 -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 <http://git-annex.branchable.com/>