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/ 10edb04cfe Added a comment
2013-01-15 20:20:25 +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 log alerts in notice mode, which is enabled by default 2013-01-15 14:34:39 -04:00
Backend
Build
Command webapp: Now always logs to .git/annex/daemon.log 2013-01-15 13:34:59 -04:00
Common
debian wording 2013-01-15 14:48:13 -04:00
doc Added a comment 2013-01-15 20:20:25 +00:00
Git
Locations
Logs
Messages
Remote safe recv-key in direct mode 2013-01-11 16:03:45 -04:00
standalone
static
templates webapp: Now has a page to view the log, accessed from the control menu. 2013-01-15 13:52:35 -04:00
Types
Upgrade
Utility webapp: Now has a page to view the log, accessed from the control menu. 2013-01-15 13:52:35 -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
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 drop: Suggest using git annex move when numcopies prevents dropping a file. 2013-01-09 18:53:59 -04:00
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/>