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-10-22 16:30:39 -04:00
Annex
Assistant UI tweaks 2013-10-22 16:30:23 -04:00
Backend
Build
Command
Common
Config
debian
doc devblog 2013-10-22 16:30:39 -04:00
Git add git fsck to cronner, and UI for repository repair (not yet wired up) 2013-10-22 16:02:52 -04:00
GitAnnex
Logs add git fsck to cronner, and UI for repository repair (not yet wired up) 2013-10-22 16:02:52 -04:00
Messages
Remote
standalone
static
templates UI tweaks 2013-10-22 16:30:23 -04:00
Types
Upgrade
Utility make git fsck batch-capable 2013-10-22 14:49:41 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal
git-annex.hs
git-recover-repository.hs make git fsck batch-capable 2013-10-22 14:49:41 -04:00
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs add git fsck to cronner, and UI for repository repair (not yet wired up) 2013-10-22 16:02:52 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs
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/>