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
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574 e143f0770b added new info
2013-12-28 00:07:51 +00:00
Annex Add plumbing-level lookupkey command. 2013-12-15 14:02:23 -04:00
Assistant external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
Backend
Build add git-shell binary to bundles 2013-12-27 16:35:24 -04:00
Command update comment 2013-12-19 16:48:55 -04:00
Common
Config
debian addurl, importfeed: Sanitize | and some other symbols and special characters. 2013-12-27 17:52:20 -04:00
doc added new info 2013-12-28 00:07:51 +00:00
Git Another round of s/amoung/among/ 2013-12-19 12:30:53 -04:00
GitAnnex
Limit
Logs Another round of s/amoung/among/ 2013-12-19 12:30:53 -04:00
Messages
Remote better error messages when external special remote exits unexpectedly or is not in PATH 2013-12-27 17:14:44 -04:00
standalone make wrappers run git-shell, now that it's included, rather than git shell 2013-12-27 16:36:48 -04:00
static
templates
Types external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
Upgrade
Utility addurl, importfeed: Sanitize | and some other symbols and special characters. 2013-12-27 17:52:20 -04:00
.ghci
.gitattributes
.gitignore update for LinuxMkLibs 2013-12-24 13:25:40 -04:00
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
configure.hs
COPYRIGHT
Creds.hs add credential storage support for external special remotes & update example 2013-12-27 16:01:43 -04:00
Crypto.hs
Fields.hs
ghci
git-annex.cabal prep release 2013-12-21 12:00:47 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs Add plumbing-level lookupkey examinekey command. 2013-12-15 14:52:09 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile Include git-receive-pack, git-upload-pack, and git wrappers in the Linux standalone build, and OSX app, so they will be available when it's added to PATH. 2013-12-24 16:28:10 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs assistant: Fix OSX-specific bug that caused the startup scan to try to follow symlinks to other directories, and add their contents to the annex. 2013-12-18 15:05:29 -04:00
Setup.hs
Test.hs Fix typo in test suite. 2013-12-24 14:02:02 -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/>