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
http://joeyh.name/ cd73c2fc31 Added a comment
2013-01-17 01:35:45 +00:00
Annex In direct mode, files with the same key are no longer hardlinked, as that would cause a surprising behavior if modifying one, where the other would also change. 2013-01-14 11:56:37 -04:00
Assistant webapp: Fix crash adding removable drive that has an annex directory in it that is not a git repository. 2013-01-15 16:43:44 -04:00
Backend
Build
Command webapp: Now always logs to .git/annex/daemon.log 2013-01-15 13:34:59 -04:00
Common
debian union merge bugfix 2013-01-16 21:31:06 -04:00
doc Added a comment 2013-01-17 01:35:45 +00:00
Git union merge bugfix 2013-01-16 21:31:06 -04:00
Locations
Logs
Messages
Remote safe recv-key in direct mode 2013-01-11 16:03:45 -04:00
standalone back to $SHELL for OSX app 2012-12-17 12:20:44 -04:00
static
templates link to logs on error page 2013-01-15 16:32:00 -04:00
Types
Upgrade
Utility Deal with incompatability in gpg2, which caused prompts for encryption passphrases rather than using the supplied --passphrase-fd. 2013-01-16 15:27:46 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs webapp: Now always logs to .git/annex/daemon.log 2013-01-15 13:34:59 -04:00
Backend.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
CONTRIBUTING
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs safe recv-key in direct mode 2013-01-11 16:03:45 -04:00
ghci
git-annex.cabal releasing version 3.20130114 2013-01-14 16:10:25 -04:00
git-annex.hs
git-union-merge.hs
Git.hs where indenting 2012-11-11 00:51:07 -04:00
GitAnnex.hs
GitAnnexShell.hs safe recv-key in direct mode 2013-01-11 16:03:45 -04:00
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile
Messages.hs log alerts in notice mode, which is enabled by default 2013-01-15 14:34:39 -04:00
Meters.hs
NEWS
Option.hs log alerts in notice mode, which is enabled by default 2013-01-15 14:34:39 -04:00
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/>