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-09-22 09:45:50 -04:00
Annex completely solve catKey memory leak 2013-09-19 20:09:03 -04:00
Assistant work around evilsplicer bug 2013-09-20 12:19:55 -04:00
Backend
Build add git-remote-gcrypt to bundle when available 2013-09-13 12:05:47 -04:00
Command list --allrepos 2013-09-19 21:42:03 -04:00
Common
Config
debian release 2013-09-20 10:43:08 -04:00
doc Added a comment 2013-09-20 15:37:48 +00:00
Git more completely solve catKey memory leak 2013-09-19 16:41:21 -04:00
GitAnnex
Logs sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files from git, which can be so large it runs out of memory. 2013-09-19 14:48:42 -04:00
Messages
Remote better probing for gcrypt repositories using new --check option 2013-09-19 12:53:24 -04:00
standalone fix typo in runshell (will update standalone builds for last release) 2013-09-22 09:45:50 -04:00
static
templates webapp: Show encryption information when editing a remote. 2013-09-17 20:02:42 -04:00
Types note 2013-09-20 00:04:37 -04:00
Upgrade
Utility webapp gpg key generation 2013-09-17 15:36:15 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs status: In local mode, displays information about variance from configured numcopies levels. 2013-09-15 19:10:38 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal release 2013-09-20 10:43:08 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs rename remotes to list 2013-09-19 14:16:55 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
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/>