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
2013-03-14 22:05:23 -04:00
Annex Bugfix: Fix bug in inode cache sentinal check, which broke copying to local repos if the repo being copied from had moved to a different filesystem or otherwise changed all its inodes' 2013-03-12 16:41:54 -04:00
Assistant another hamlet compat fix 2013-03-14 16:22:18 -04:00
Backend
Build
Command fix relaxed with existing file 2013-03-12 15:58:36 -04:00
Common
Config better costBetween; avoid unnecessary fractional values 2013-03-14 08:59:35 -04:00
debian clean up license file 2013-03-14 16:52:28 -04:00
doc reorg 2013-03-14 17:13:59 -04:00
Git webapp: DTRT when told to create a git repo that already exists. 2013-03-12 08:09:31 -04:00
Locations
Logs
Messages
Remote split cost out into its own module 2013-03-13 16:30:34 -04:00
standalone
static re-setup repolist after longpoll refresh 2013-03-14 14:50:44 -04:00
templates another hamlet compat fix 2013-03-14 16:22:18 -04:00
Types split cost out into its own module 2013-03-13 16:30:34 -04:00
Upgrade
Utility cleanup 2013-03-14 22:05:23 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs Bugfix: Fix bug in inode cache sentinal check, which broke copying to local repos if the repo being copied from had moved to a different filesystem or otherwise changed all its inodes' 2013-03-12 16:41:54 -04:00
Assistant.hs tweak 2013-03-12 06:45:56 -04:00
Backend.hs
BuildFlags.hs add build flags to version output 2013-03-09 14:57:23 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs split cost out into its own module 2013-03-13 16:30:34 -04:00
configure.hs
COPYRIGHT
Creds.hs GnuPG options for symmetric encryption. 2013-03-11 09:48:38 -04:00
Crypto.hs linelength 2013-03-12 05:05:33 -04:00
Fields.hs
ghci
git-annex.cabal another hamlet compat fix 2013-03-14 16:22:18 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs linelength 2013-03-12 05:05:33 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs linelength 2013-03-12 05:05:33 -04:00
Locations.hs
Makefile fix running test from debian/rules 2013-03-14 16:55:12 -04:00
Messages.hs
Meters.hs
NEWS
Option.hs
README
Remote.hs two types of byName 2013-03-05 15:43:56 -04:00
Seek.hs
Setup.hs
Test.hs split cost out into its own module 2013-03-13 16:30:34 -04:00
Types.hs
Upgrade.hs
Usage.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 <http://git-annex.branchable.com/>